Html Css Color HEX #A80572 Eggplant

📋 copy color: '#A80572'

red 168 ◦ green 5 ◦ blue 114

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

Shades of Eggplant #A80572

Tints of Eggplant #A80572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.72%

R = 58.54%
G = 1.74%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A80572 (or 0xA80572) is known color: Eggplant. HEX triplet: A8, 05 and 72. RGB value is (168,5,114). Sum of RGB (Red+Green+Blue) = 168+5+114=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A80572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80572 is #57FA8D. Grayscale: #414141. Windows color (decimal): -5765774 or 7472552. OLE color: 7472552.

HSL color Cylindrical-coordinate representation of color #A80572: hue angle of 319.88º 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 #A80572 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 5 114 -
CMYK 0 0.97 0.32 0.34
HSL 319.88º 0.94% 0.34% -
HSV(B) 319.88º 0.97% 0.66% -
XYZ 19.24 9.65 16.77 -
YUV 66.16 155 200.64 -
System Red Green Blue C M Y K H S L
Decimal 168 5 114 0 0.97 0.32 0.34 319.88 0.94 0.34
Hex A8 5 72 0 61 20 22 140 5E 22
Octal 250 5 162 0 141 40 42 500 136 42
Binary 10101000 101 1110010 0 1100001 100000 100010 101000000 1011110 100010

Color Harmonies of #A80572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80572

Black with #A80572

Text Example


Text Example

White with #A80572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80572; }

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

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

background-color css

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

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

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

border-color css

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

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

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