Html Css Color HEX #A81077 Eggplant

📋 copy color: '#A81077'

red 168 ◦ green 16 ◦ blue 119

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

Shades of Eggplant #A81077

Tints of Eggplant #A81077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

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

R = 55.45%
G = 5.28%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A81077 (or 0xA81077) is known color: Eggplant. HEX triplet: A8, 10 and 77. RGB value is (168,16,119). Sum of RGB (Red+Green+Blue) = 168+16+119=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A81077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81077 is #57EF88. Grayscale: #484848. Windows color (decimal): -5762953 or 7803048. OLE color: 7803048.

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

Color convert

RGB 168 16 119 -
CMYK 0 0.90 0.29 0.34
HSL 319.34º 0.83% 0.36% -
HSV(B) 319.34º 0.9% 0.66% -
XYZ 19.66 10.03 18.35 -
YUV 73.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 168 16 119 0 0.90 0.29 0.34 319.34 0.83 0.36
Hex A8 10 77 0 5A 1D 22 13F 53 24
Octal 250 20 167 0 132 35 42 477 123 44
Binary 10101000 10000 1110111 0 1011010 11101 100010 100111111 1010011 100100

Color Harmonies of #A81077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81077

Black with #A81077

Text Example


Text Example

White with #A81077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81077; }

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

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

background-color css

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

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

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

border-color css

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

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

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