Html Css Color HEX #A02472 Dark Purple

📋 copy color: '#A02472'

red 160 ◦ green 36 ◦ blue 114

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

Shades of Dark Purple #A02472

Tints of Dark Purple #A02472

RGB

 RED value IS 160 (62.89% from 255) = 51.61%

 GREEN value IS 36 (14.45% from 255) = 11.61%

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 51.61%
G = 11.61%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A02472 (or 0xA02472) is known color: Dark Purple. HEX triplet: A0, 24 and 72. RGB value is (160,36,114). Sum of RGB (Red+Green+Blue) = 160+36+114=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A02472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02472 is #5FDB8D. Grayscale: #515151. Windows color (decimal): -6282126 or 7480480. OLE color: 7480480.

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

Color convert

RGB 160 36 114 -
CMYK 0 0.78 0.29 0.37
HSL 322.26º 0.63% 0.38% -
HSV(B) 322.26º 0.78% 0.63% -
XYZ 18.17 9.95 16.88 -
YUV 81.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 160 36 114 0 0.78 0.29 0.37 322.26 0.63 0.38
Hex A0 24 72 0 4E 1D 25 142 3F 26
Octal 240 44 162 0 116 35 45 502 77 46
Binary 10100000 100100 1110010 0 1001110 11101 100101 101000010 111111 100110

Color Harmonies of #A02472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02472

Black with #A02472

Text Example


Text Example

White with #A02472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02472; }

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

 H1.HeaderClassName
 {
   color: #A02472;
 }
 .AnyTagClassName
 {
   color: #A02472;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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