Html Css Color HEX #A02091 Dark Purple

📋 copy color: '#A02091'

red 160 ◦ green 32 ◦ blue 145

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

Shades of Dark Purple #A02091

Tints of Dark Purple #A02091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.5%

 BLUE value IS 145 (57.03% from 255) = 43.03%

R = 47.48%
G = 9.5%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A02091 (or 0xA02091) is known color: Dark Purple. HEX triplet: A0, 20 and 91. RGB value is (160,32,145). Sum of RGB (Red+Green+Blue) = 160+32+145=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A02091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02091 is #5FDF6E. Grayscale: #525252. Windows color (decimal): -6283119 or 9511072. OLE color: 9511072.

HSL color Cylindrical-coordinate representation of color #A02091: hue angle of 307.03º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02091 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 145 -
CMYK 0 0.80 0.09 0.37
HSL 307.03º 0.67% 0.38% -
HSV(B) 307.03º 0.8% 0.63% -
XYZ 20.12 10.55 27.76 -
YUV 83.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 160 32 145 0 0.80 0.09 0.37 307.03 0.67 0.38
Hex A0 20 91 0 50 9 25 133 43 26
Octal 240 40 221 0 120 11 45 463 103 46
Binary 10100000 100000 10010001 0 1010000 1001 100101 100110011 1000011 100110

Color Harmonies of #A02091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02091

Black with #A02091

Text Example


Text Example

White with #A02091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02091; }

 p { color: rgb(160,32,145); }

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

background-color css

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

 a { background-color: rgb(160,32,145); }

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

border-color css

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

 span { border-color: rgb(160,32,145); }

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