Html Css Color HEX #A80077 Eggplant

📋 copy color: '#A80077'

red 168 ◦ green 0 ◦ blue 119

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

Shades of Eggplant #A80077

Tints of Eggplant #A80077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 58.54%
G = 0%
B = 41.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A80077 (or 0xA80077) is known color: Eggplant. HEX triplet: A8, 00 and 77. RGB value is (168,0,119). Sum of RGB (Red+Green+Blue) = 168+0+119=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A80077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80077 is #57FF88. Grayscale: #3F3F3F. Windows color (decimal): -5767049 or 7798952. OLE color: 7798952.

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

Color convert

RGB 168 0 119 -
CMYK 0 1 0.29 0.34
HSL 317.5º 1% 0.33% -
HSV(B) 317.5º 1% 0.66% -
XYZ 19.48 9.66 18.29 -
YUV 63.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 168 0 119 0 1 0.29 0.34 317.5 1 0.33
Hex A8 0 77 0 64 1D 22 13E 64 21
Octal 250 0 167 0 144 35 42 476 144 41
Binary 10101000 0 1110111 0 1100100 11101 100010 100111110 1100100 100001

Color Harmonies of #A80077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80077

Black with #A80077

Text Example


Text Example

White with #A80077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80077; }

 p { color: rgb(168,0,119); }

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

background-color css

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

 a { background-color: rgb(168,0,119); }

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

border-color css

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

 span { border-color: rgb(168,0,119); }

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