Html Css Color HEX #A80C80 Eggplant

📋 copy color: '#A80C80'

red 168 ◦ green 12 ◦ blue 128

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

Shades of Eggplant #A80C80

Tints of Eggplant #A80C80

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.9%

 BLUE value IS 128 (50.39% from 255) = 41.56%

R = 54.55%
G = 3.9%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A80C80 (or 0xA80C80) is known color: Eggplant. HEX triplet: A8, 0C and 80. RGB value is (168,12,128). Sum of RGB (Red+Green+Blue) = 168+12+128=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C80 is #57F37F. Grayscale: #474747. Windows color (decimal): -5763968 or 8391848. OLE color: 8391848.

HSL color Cylindrical-coordinate representation of color #A80C80: hue angle of 315.38º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C80 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 12 128 -
CMYK 0 0.93 0.24 0.34
HSL 315.38º 0.87% 0.35% -
HSV(B) 315.38º 0.93% 0.66% -
XYZ 20.18 10.15 21.32 -
YUV 71.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 168 12 128 0 0.93 0.24 0.34 315.38 0.87 0.35
Hex A8 C 80 0 5D 18 22 13B 57 23
Octal 250 14 200 0 135 30 42 473 127 43
Binary 10101000 1100 10000000 0 1011101 11000 100010 100111011 1010111 100011

Color Harmonies of #A80C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C80

Black with #A80C80

Text Example


Text Example

White with #A80C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C80; }

 p { color: rgb(168,12,128); }

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

background-color css

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

 a { background-color: rgb(168,12,128); }

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

border-color css

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

 span { border-color: rgb(168,12,128); }

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