Html Css Color HEX #A11170 Eggplant

📋 copy color: '#A11170'

red 161 ◦ green 17 ◦ blue 112

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

Shades of Eggplant #A11170

Tints of Eggplant #A11170

RGB

 RED value IS 161 (63.28% from 255) = 55.52%

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

 BLUE value IS 112 (44.14% from 255) = 38.62%

R = 55.52%
G = 5.86%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A11170 (or 0xA11170) is known color: Eggplant. HEX triplet: A1, 11 and 70. RGB value is (161,17,112). Sum of RGB (Red+Green+Blue) = 161+17+112=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A11170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11170 is #5EEE8F. Grayscale: #464646. Windows color (decimal): -6221456 or 7344545. OLE color: 7344545.

HSL color Cylindrical-coordinate representation of color #A11170: hue angle of 320.42º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11170 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 17 112 -
CMYK 0 0.89 0.30 0.37
HSL 320.42º 0.81% 0.35% -
HSV(B) 320.42º 0.89% 0.63% -
XYZ 17.82 9.15 16.16 -
YUV 70.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 161 17 112 0 0.89 0.30 0.37 320.42 0.81 0.35
Hex A1 11 70 0 59 1E 25 140 51 23
Octal 241 21 160 0 131 36 45 500 121 43
Binary 10100001 10001 1110000 0 1011001 11110 100101 101000000 1010001 100011

Color Harmonies of #A11170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11170

Black with #A11170

Text Example


Text Example

White with #A11170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11170; }

 p { color: rgb(161,17,112); }

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

background-color css

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

 a { background-color: rgb(161,17,112); }

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

border-color css

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

 span { border-color: rgb(161,17,112); }

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