Html Css Color HEX #A02491 Dark Purple

📋 copy color: '#A02491'

red 160 ◦ green 36 ◦ blue 145

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

Shades of Dark Purple #A02491

Tints of Dark Purple #A02491

RGB

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

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

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

R = 46.92%
G = 10.56%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A02491 (or 0xA02491) is known color: Dark Purple. HEX triplet: A0, 24 and 91. RGB value is (160,36,145). Sum of RGB (Red+Green+Blue) = 160+36+145=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A02491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02491 is #5FDB6E. Grayscale: #555555. Windows color (decimal): -6282095 or 9512096. OLE color: 9512096.

HSL color Cylindrical-coordinate representation of color #A02491: hue angle of 307.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 #A02491 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 36 145 -
CMYK 0 0.78 0.09 0.37
HSL 307.26º 0.63% 0.38% -
HSV(B) 307.26º 0.78% 0.63% -
XYZ 20.24 10.78 27.8 -
YUV 85.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 160 36 145 0 0.78 0.09 0.37 307.26 0.63 0.38
Hex A0 24 91 0 4E 9 25 133 3F 26
Octal 240 44 221 0 116 11 45 463 77 46
Binary 10100000 100100 10010001 0 1001110 1001 100101 100110011 111111 100110

Color Harmonies of #A02491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02491

Black with #A02491

Text Example


Text Example

White with #A02491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02491; }

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

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

background-color css

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

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

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

border-color css

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

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

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