Html Css Color HEX #A80571 Eggplant

📋 copy color: '#A80571'

red 168 ◦ green 5 ◦ blue 113

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

Shades of Eggplant #A80571

Tints of Eggplant #A80571

RGB

 RED value IS 168 (66.02% from 255) = 58.74%

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 113 (44.53% from 255) = 39.51%

R = 58.74%
G = 1.75%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A80571 (or 0xA80571) is known color: Eggplant. HEX triplet: A8, 05 and 71. RGB value is (168,5,113). Sum of RGB (Red+Green+Blue) = 168+5+113=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A80571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80571 is #57FA8E. Grayscale: #414141. Windows color (decimal): -5765775 or 7407016. OLE color: 7407016.

HSL color Cylindrical-coordinate representation of color #A80571: hue angle of 320.25º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80571 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 5 113 -
CMYK 0 0.97 0.33 0.34
HSL 320.25º 0.94% 0.34% -
HSV(B) 320.25º 0.97% 0.66% -
XYZ 19.18 9.63 16.47 -
YUV 66.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 168 5 113 0 0.97 0.33 0.34 320.25 0.94 0.34
Hex A8 5 71 0 61 21 22 140 5E 22
Octal 250 5 161 0 141 41 42 500 136 42
Binary 10101000 101 1110001 0 1100001 100001 100010 101000000 1011110 100010

Color Harmonies of #A80571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80571

Black with #A80571

Text Example


Text Example

White with #A80571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80571; }

 p { color: rgb(168,5,113); }

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

background-color css

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

 a { background-color: rgb(168,5,113); }

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

border-color css

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

 span { border-color: rgb(168,5,113); }

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