#A02185

Color #A02185 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A02185

Tints of Dark Purple #A02185

Color information

#A02185 (or 0xA02185) is unknown color: approx Dark Purple. HEX triplet: A0, 21 and 85. RGB value is (160,33,133). Sum of RGB (Red+Green+Blue) = 160+33+133=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A02185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02185 is #5FDE7A. Grayscale: #525252. Windows color (decimal): -6282875 or 8724896. OLE color: 8724896.

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

Color convert

RGB16033133-
CMYK00.790.170.37
HSL312.76º65.8%37.84%-
HSV(B)312.76º79.37%62.75%-
XYZ19.2710.2523.15-
YUV82.37156.58183.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 33 (13.28% from 255) = 10.12%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=49.08%
G=10.12%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603313300.790.170.37312.7665.837.84
HexA0218504F11251394226
Octal240412050117214547110246
Binary101000001000011000010101001111100011001011001110011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02185; }

 p { color: rgb(160,33,133); }

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

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

 a { background-color: rgb(160,33,133); }

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

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

 span { border-color: rgb(160,33,133); }

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