#A03683

Color #A03683 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A03683

Tints of Medium Red Violet #A03683

Color information

#A03683 (or 0xA03683) is unknown color: approx Medium Red Violet. HEX triplet: A0, 36 and 83. RGB value is (160,54,131). Sum of RGB (Red+Green+Blue) = 160+54+131=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A03683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03683 is #5FC97C. Grayscale: #5E5E5E. Windows color (decimal): -6277501 or 8599200. OLE color: 8599200.

HSL color Cylindrical-coordinate representation of color #A03683: hue angle of 316.42º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03683 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB16054131-
CMYK00.660.180.37
HSL316.42º49.53%41.96%-
HSV(B)316.42º66.25%62.75%-
XYZ19.9111.7522.69-
YUV94.47148.62174.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 131 (51.56% from 255) = 37.97%
R=46.38%
G=15.65%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605413100.660.180.37316.4249.5341.96
HexA03683042122513c322a
Octal24066203010222454746252
Binary10100000110110100000110100001010010100101100111100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03683; }

 p { color: rgb(160,54,131); }

 H1.HeaderClassName
 {
   color: #A03683;
 }
 .AnyTagClassName
 {
   color: #A03683;
 }
</style>
background-color css

<style>
 a { background-color: #A03683; }

 a { background-color: rgb(160,54,131); }

 div.DivClassName
 {
   background-color: #A03683;
 }
 .BgClassName
 {
   background-color: #A03683;
 }
</style>
border-color css

<style>
 span { border-color: #A03683; }

 span { border-color: rgb(160,54,131); }

 td.TdClassName
 {
   border-color: #A03683;
 }
 .TagClassName
 {
   border-color: #A03683;
 }
</style>