Html Css Color HEX #A02972 Dark Purple

📋 copy color: '#A02972'

red 160 ◦ green 41 ◦ blue 114

#A02972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A02972

Tints of Dark Purple #A02972

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 value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A02972 (or 0xA02972) is known color: 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

RGB 160 41 114 -
CMYK 0 0.74 0.29 0.37
HSL 323.19º 0.59% 0.39% -
HSV(B) 323.19º 0.74% 0.63% -
XYZ 18.33 10.27 16.94 -
YUV 84.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 160 41 114 0 0.74 0.29 0.37 323.19 0.59 0.39
Hex A0 29 72 0 4A 1D 25 143 3B 27
Octal 240 51 162 0 112 35 45 503 73 47
Binary 10100000 101001 1110010 0 1001010 11101 100101 101000011 111011 100111

Color Harmonies of #A02972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02972

Black with #A02972

Text Example


Text Example

White with #A02972

Text Example


Text Example

HTML Codes & Css Web 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>