Html Css Color HEX #A11077 Eggplant

📋 copy color: '#A11077'

red 161 ◦ green 16 ◦ blue 119

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

Shades of Eggplant #A11077

Tints of Eggplant #A11077

RGB

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

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

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

R = 54.39%
G = 5.41%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A11077 (or 0xA11077) is known color: Eggplant. HEX triplet: A1, 10 and 77. RGB value is (161,16,119). Sum of RGB (Red+Green+Blue) = 161+16+119=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A11077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11077 is #5EEF88. Grayscale: #464646. Windows color (decimal): -6221705 or 7803041. OLE color: 7803041.

HSL color Cylindrical-coordinate representation of color #A11077: hue angle of 317.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11077 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 119 -
CMYK 0 0.90 0.26 0.37
HSL 317.38º 0.82% 0.35% -
HSV(B) 317.38º 0.9% 0.63% -
XYZ 18.21 9.28 18.28 -
YUV 71.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 161 16 119 0 0.90 0.26 0.37 317.38 0.82 0.35
Hex A1 10 77 0 5A 1A 25 13D 52 23
Octal 241 20 167 0 132 32 45 475 122 43
Binary 10100001 10000 1110111 0 1011010 11010 100101 100111101 1010010 100011

Color Harmonies of #A11077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11077

Black with #A11077

Text Example


Text Example

White with #A11077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11077; }

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

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

background-color css

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

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

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

border-color css

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

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

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