Html Css Color HEX #A81177 Eggplant

📋 copy color: '#A81177'

red 168 ◦ green 17 ◦ blue 119

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

Shades of Eggplant #A81177

Tints of Eggplant #A81177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

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

R = 55.26%
G = 5.59%
B = 39.14%

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

#A81177 (or 0xA81177) is known color: Eggplant. HEX triplet: A8, 11 and 77. RGB value is (168,17,119). Sum of RGB (Red+Green+Blue) = 168+17+119=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A81177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81177 is #57EE88. Grayscale: #494949. Windows color (decimal): -5762697 or 7803304. OLE color: 7803304.

HSL color Cylindrical-coordinate representation of color #A81177: hue angle of 319.47º degrees, saturation: 0.82, 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 #A81177 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 119 -
CMYK 0 0.90 0.29 0.34
HSL 319.47º 0.82% 0.36% -
HSV(B) 319.47º 0.9% 0.66% -
XYZ 19.68 10.06 18.36 -
YUV 73.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 168 17 119 0 0.90 0.29 0.34 319.47 0.82 0.36
Hex A8 11 77 0 5A 1D 22 13F 52 24
Octal 250 21 167 0 132 35 42 477 122 44
Binary 10101000 10001 1110111 0 1011010 11101 100010 100111111 1010010 100100

Color Harmonies of #A81177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81177

Black with #A81177

Text Example


Text Example

White with #A81177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81177; }

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

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

background-color css

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

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

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

border-color css

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

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

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