#A02972

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

Shades of Dark Purple #A02972

Tints of Dark Purple #A02972

Color information

#A02972 (or 0xA02972) is unknown color: approx Dark Purple. HEX triplet: A0, 29 and 72. RGB value is (160,41,114). Sum of RGB (Red+Green+Blue) = 160+41+114=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A02972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02972 is #5FD68D. Grayscale: #545454. Windows color (decimal): -6280846 or 7481760. OLE color: 7481760.

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

Color convert

RGB16041114-
CMYK00.740.290.37
HSL323.19º59.2%39.41%-
HSV(B)323.19º74.37%62.75%-
XYZ18.3310.2716.94-
YUV84.9144.42181.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.79%
GREEN value IS 41 (16.41% from 255) = 13.02%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=50.79%
G=13.02%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604111400.740.290.37323.1959.239.41
HexA0297204A1D251433b27
Octal24051162011235455037347
Binary1010000010100111100100100101011101100101101000011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02972; }

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

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

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

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

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

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

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

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