Html Css Color HEX #A80B81 Eggplant

📋 copy color: '#A80B81'

red 168 ◦ green 11 ◦ blue 129

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

Shades of Eggplant #A80B81

Tints of Eggplant #A80B81

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.57%

 BLUE value IS 129 (50.78% from 255) = 41.88%

R = 54.55%
G = 3.57%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A80B81 (or 0xA80B81) is known color: Eggplant. HEX triplet: A8, 0B and 81. RGB value is (168,11,129). Sum of RGB (Red+Green+Blue) = 168+11+129=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80B81 is #57F47E. Grayscale: #474747. Windows color (decimal): -5764223 or 8457128. OLE color: 8457128.

HSL color Cylindrical-coordinate representation of color #A80B81: hue angle of 314.9º degrees, saturation: 0.88, 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 #A80B81 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 11 129 -
CMYK 0 0.93 0.23 0.34
HSL 314.9º 0.88% 0.35% -
HSV(B) 314.9º 0.93% 0.66% -
XYZ 20.23 10.15 21.66 -
YUV 71.4 160.51 196.91 -
System Red Green Blue C M Y K H S L
Decimal 168 11 129 0 0.93 0.23 0.34 314.9 0.88 0.35
Hex A8 B 81 0 5D 17 22 13B 58 23
Octal 250 13 201 0 135 27 42 473 130 43
Binary 10101000 1011 10000001 0 1011101 10111 100010 100111011 1011000 100011

Color Harmonies of #A80B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80B81

Black with #A80B81

Text Example


Text Example

White with #A80B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80B81; }

 p { color: rgb(168,11,129); }

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

background-color css

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

 a { background-color: rgb(168,11,129); }

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

border-color css

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

 span { border-color: rgb(168,11,129); }

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