Html Css Color HEX #A11071 Eggplant

📋 copy color: '#A11071'

red 161 ◦ green 16 ◦ blue 113

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

Shades of Eggplant #A11071

Tints of Eggplant #A11071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 55.52%
G = 5.52%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A11071 (or 0xA11071) is known color: Eggplant. HEX triplet: A1, 10 and 71. RGB value is (161,16,113). Sum of RGB (Red+Green+Blue) = 161+16+113=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A11071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11071 is #5EEF8E. Grayscale: #464646. Windows color (decimal): -6221711 or 7409825. OLE color: 7409825.

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

Color convert

RGB 161 16 113 -
CMYK 0 0.90 0.30 0.37
HSL 319.86º 0.82% 0.35% -
HSV(B) 319.86º 0.9% 0.63% -
XYZ 17.86 9.14 16.45 -
YUV 70.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 161 16 113 0 0.90 0.30 0.37 319.86 0.82 0.35
Hex A1 10 71 0 5A 1E 25 140 52 23
Octal 241 20 161 0 132 36 45 500 122 43
Binary 10100001 10000 1110001 0 1011010 11110 100101 101000000 1010010 100011

Color Harmonies of #A11071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11071

Black with #A11071

Text Example


Text Example

White with #A11071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11071; }

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

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

background-color css

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

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

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

border-color css

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

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

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