Html Css Color HEX #A02291 Dark Purple

📋 copy color: '#A02291'

red 160 ◦ green 34 ◦ blue 145

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

Shades of Dark Purple #A02291

Tints of Dark Purple #A02291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.03%

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

R = 47.2%
G = 10.03%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A02291 (or 0xA02291) is known color: Dark Purple. HEX triplet: A0, 22 and 91. RGB value is (160,34,145). Sum of RGB (Red+Green+Blue) = 160+34+145=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A02291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02291 is #5FDD6E. Grayscale: #545454. Windows color (decimal): -6282607 or 9511584. OLE color: 9511584.

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

Color convert

RGB 160 34 145 -
CMYK 0 0.79 0.09 0.37
HSL 307.14º 0.65% 0.38% -
HSV(B) 307.14º 0.79% 0.63% -
XYZ 20.18 10.66 27.78 -
YUV 84.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 160 34 145 0 0.79 0.09 0.37 307.14 0.65 0.38
Hex A0 22 91 0 4F 9 25 133 41 26
Octal 240 42 221 0 117 11 45 463 101 46
Binary 10100000 100010 10010001 0 1001111 1001 100101 100110011 1000001 100110

Color Harmonies of #A02291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02291

Black with #A02291

Text Example


Text Example

White with #A02291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02291; }

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

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

background-color css

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

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

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

border-color css

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

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

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