#A02872

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

Shades of Dark Purple #A02872

Tints of Dark Purple #A02872

Color information

#A02872 (or 0xA02872) is unknown color: approx Dark Purple. HEX triplet: A0, 28 and 72. RGB value is (160,40,114). Sum of RGB (Red+Green+Blue) = 160+40+114=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A02872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02872 is #5FD78D. Grayscale: #545454. Windows color (decimal): -6281102 or 7481504. OLE color: 7481504.

HSL color Cylindrical-coordinate representation of color #A02872: hue angle of 323º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02872 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16040114-
CMYK00.750.290.37
HSL323º60%39.22%-
HSV(B)323º75%62.75%-
XYZ18.2910.2116.93-
YUV84.32144.76181.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.96%
GREEN value IS 40 (16.02% from 255) = 12.74%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=50.96%
G=12.74%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604011400.750.290.373236039.22
HexA0287204B1D251433c27
Octal24050162011335455037447
Binary1010000010100011100100100101111101100101101000011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02872; }

 p { color: rgb(160,40,114); }

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

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

 a { background-color: rgb(160,40,114); }

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

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

 span { border-color: rgb(160,40,114); }

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