Html Css Color HEX #A02891 Dark Purple

📋 copy color: '#A02891'

red 160 ◦ green 40 ◦ blue 145

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

Shades of Dark Purple #A02891

Tints of Dark Purple #A02891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 46.38%
G = 11.59%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A02891 (or 0xA02891) is known color: Dark Purple. HEX triplet: A0, 28 and 91. RGB value is (160,40,145). Sum of RGB (Red+Green+Blue) = 160+40+145=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A02891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02891 is #5FD76E. Grayscale: #575757. Windows color (decimal): -6281071 or 9513120. OLE color: 9513120.

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

Color convert

RGB 160 40 145 -
CMYK 0 0.75 0.09 0.37
HSL 307.5º 0.6% 0.39% -
HSV(B) 307.5º 0.75% 0.63% -
XYZ 20.37 11.04 27.84 -
YUV 87.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 160 40 145 0 0.75 0.09 0.37 307.5 0.6 0.39
Hex A0 28 91 0 4B 9 25 134 3C 27
Octal 240 50 221 0 113 11 45 464 74 47
Binary 10100000 101000 10010001 0 1001011 1001 100101 100110100 111100 100111

Color Harmonies of #A02891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02891

Black with #A02891

Text Example


Text Example

White with #A02891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02891; }

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

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

background-color css

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

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

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

border-color css

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

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

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