Html Css Color HEX #A80781 Eggplant

📋 copy color: '#A80781'

red 168 ◦ green 7 ◦ blue 129

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

Shades of Eggplant #A80781

Tints of Eggplant #A80781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 55.26%
G = 2.3%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A80781 (or 0xA80781) is known color: Eggplant. HEX triplet: A8, 07 and 81. RGB value is (168,7,129). Sum of RGB (Red+Green+Blue) = 168+7+129=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A80781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80781 is #57F87E. Grayscale: #444444. Windows color (decimal): -5765247 or 8456104. OLE color: 8456104.

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

Color convert

RGB 168 7 129 -
CMYK 0 0.96 0.23 0.34
HSL 314.53º 0.92% 0.34% -
HSV(B) 314.53º 0.96% 0.66% -
XYZ 20.19 10.06 21.65 -
YUV 69.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 168 7 129 0 0.96 0.23 0.34 314.53 0.92 0.34
Hex A8 7 81 0 60 17 22 13B 5C 22
Octal 250 7 201 0 140 27 42 473 134 42
Binary 10101000 111 10000001 0 1100000 10111 100010 100111011 1011100 100010

Color Harmonies of #A80781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80781

Black with #A80781

Text Example


Text Example

White with #A80781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80781; }

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

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

background-color css

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

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

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

border-color css

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

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

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