#A02971

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

Shades of Dark Purple #A02971

Tints of Dark Purple #A02971

Color information

#A02971 (or 0xA02971) is unknown color: approx Dark Purple. HEX triplet: A0, 29 and 71. RGB value is (160,41,113). Sum of RGB (Red+Green+Blue) = 160+41+113=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A02971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02971 is #5FD68E. Grayscale: #545454. Windows color (decimal): -6280847 or 7416224. OLE color: 7416224.

HSL color Cylindrical-coordinate representation of color #A02971: hue angle of 323.7º 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 #A02971 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16041113-
CMYK00.740.290.37
HSL323.7º59.2%39.41%-
HSV(B)323.7º74.37%62.75%-
XYZ18.2710.2516.64-
YUV84.79143.92181.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.96%
GREEN value IS 41 (16.41% from 255) = 13.06%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=50.96%
G=13.06%
B=35.99%

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
Decimal1604111300.740.290.37323.759.239.41
HexA0297104A1D251443b27
Octal24051161011235455047347
Binary1010000010100111100010100101011101100101101000100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02971; }

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

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

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

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

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

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

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

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