Html Css Color HEX #A80881 Eggplant

📋 copy color: '#A80881'

red 168 ◦ green 8 ◦ blue 129

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

Shades of Eggplant #A80881

Tints of Eggplant #A80881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.62%

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

R = 55.08%
G = 2.62%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A80881 (or 0xA80881) is known color: Eggplant. HEX triplet: A8, 08 and 81. RGB value is (168,8,129). Sum of RGB (Red+Green+Blue) = 168+8+129=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A80881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80881 is #57F77E. Grayscale: #454545. Windows color (decimal): -5764991 or 8456360. OLE color: 8456360.

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

Color convert

RGB 168 8 129 -
CMYK 0 0.95 0.23 0.34
HSL 314.63º 0.91% 0.35% -
HSV(B) 314.63º 0.95% 0.66% -
XYZ 20.2 10.08 21.65 -
YUV 69.63 161.51 198.16 -
System Red Green Blue C M Y K H S L
Decimal 168 8 129 0 0.95 0.23 0.34 314.63 0.91 0.35
Hex A8 8 81 0 5F 17 22 13B 5B 23
Octal 250 10 201 0 137 27 42 473 133 43
Binary 10101000 1000 10000001 0 1011111 10111 100010 100111011 1011011 100011

Color Harmonies of #A80881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80881

Black with #A80881

Text Example


Text Example

White with #A80881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80881; }

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

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

background-color css

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

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

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

border-color css

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

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

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