Html Css Color HEX #A02791 Dark Purple

📋 copy color: '#A02791'

red 160 ◦ green 39 ◦ blue 145

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

Shades of Dark Purple #A02791

Tints of Dark Purple #A02791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.34%

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

R = 46.51%
G = 11.34%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A02791 (or 0xA02791) is known color: Dark Purple. HEX triplet: A0, 27 and 91. RGB value is (160,39,145). Sum of RGB (Red+Green+Blue) = 160+39+145=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A02791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02791 is #5FD86E. Grayscale: #565656. Windows color (decimal): -6281327 or 9512864. OLE color: 9512864.

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

Color convert

RGB 160 39 145 -
CMYK 0 0.76 0.09 0.37
HSL 307.44º 0.61% 0.39% -
HSV(B) 307.44º 0.76% 0.63% -
XYZ 20.33 10.97 27.83 -
YUV 87.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 160 39 145 0 0.76 0.09 0.37 307.44 0.61 0.39
Hex A0 27 91 0 4C 9 25 133 3D 27
Octal 240 47 221 0 114 11 45 463 75 47
Binary 10100000 100111 10010001 0 1001100 1001 100101 100110011 111101 100111

Color Harmonies of #A02791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02791

Black with #A02791

Text Example


Text Example

White with #A02791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02791; }

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

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

background-color css

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

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

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

border-color css

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

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

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