Html Css Color HEX #A11275 Eggplant

📋 copy color: '#A11275'

red 161 ◦ green 18 ◦ blue 117

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

Shades of Eggplant #A11275

Tints of Eggplant #A11275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 54.39%
G = 6.08%
B = 39.53%

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

#A11275 (or 0xA11275) is known color: Eggplant. HEX triplet: A1, 12 and 75. RGB value is (161,18,117). Sum of RGB (Red+Green+Blue) = 161+18+117=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A11275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11275 is #5EED8A. Grayscale: #474747. Windows color (decimal): -6221195 or 7672481. OLE color: 7672481.

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

Color convert

RGB 161 18 117 -
CMYK 0 0.89 0.27 0.37
HSL 318.46º 0.8% 0.35% -
HSV(B) 318.46º 0.89% 0.63% -
XYZ 18.13 9.29 17.67 -
YUV 72.04 153.38 191.45 -
System Red Green Blue C M Y K H S L
Decimal 161 18 117 0 0.89 0.27 0.37 318.46 0.8 0.35
Hex A1 12 75 0 59 1B 25 13E 50 23
Octal 241 22 165 0 131 33 45 476 120 43
Binary 10100001 10010 1110101 0 1011001 11011 100101 100111110 1010000 100011

Color Harmonies of #A11275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11275

Black with #A11275

Text Example


Text Example

White with #A11275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11275; }

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

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

background-color css

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

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

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

border-color css

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

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

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