Html Css Color HEX #A11276 Eggplant

📋 copy color: '#A11276'

red 161 ◦ green 18 ◦ blue 118

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

Shades of Eggplant #A11276

Tints of Eggplant #A11276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 54.21%
G = 6.06%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A11276 (or 0xA11276) is known color: Eggplant. HEX triplet: A1, 12 and 76. RGB value is (161,18,118). Sum of RGB (Red+Green+Blue) = 161+18+118=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A11276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11276 is #5EED89. Grayscale: #474747. Windows color (decimal): -6221194 or 7738017. OLE color: 7738017.

HSL color Cylindrical-coordinate representation of color #A11276: hue angle of 318.04º degrees, saturation: 0.8, 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 #A11276 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 118 -
CMYK 0 0.89 0.27 0.37
HSL 318.04º 0.8% 0.35% -
HSV(B) 318.04º 0.89% 0.63% -
XYZ 18.18 9.32 17.98 -
YUV 72.16 153.88 191.37 -
System Red Green Blue C M Y K H S L
Decimal 161 18 118 0 0.89 0.27 0.37 318.04 0.8 0.35
Hex A1 12 76 0 59 1B 25 13E 50 23
Octal 241 22 166 0 131 33 45 476 120 43
Binary 10100001 10010 1110110 0 1011001 11011 100101 100111110 1010000 100011

Color Harmonies of #A11276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11276

Black with #A11276

Text Example


Text Example

White with #A11276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11276; }

 p { color: rgb(161,18,118); }

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

background-color css

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

 a { background-color: rgb(161,18,118); }

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

border-color css

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

 span { border-color: rgb(161,18,118); }

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