Html Css Color HEX #A11072 Eggplant

📋 copy color: '#A11072'

red 161 ◦ green 16 ◦ blue 114

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

Shades of Eggplant #A11072

Tints of Eggplant #A11072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.18%

R = 55.33%
G = 5.5%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A11072 (or 0xA11072) is known color: Eggplant. HEX triplet: A1, 10 and 72. RGB value is (161,16,114). Sum of RGB (Red+Green+Blue) = 161+16+114=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A11072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11072 is #5EEF8D. Grayscale: #464646. Windows color (decimal): -6221710 or 7475361. OLE color: 7475361.

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

Color convert

RGB 161 16 114 -
CMYK 0 0.90 0.29 0.37
HSL 319.45º 0.82% 0.35% -
HSV(B) 319.45º 0.9% 0.63% -
XYZ 17.92 9.16 16.74 -
YUV 70.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 161 16 114 0 0.90 0.29 0.37 319.45 0.82 0.35
Hex A1 10 72 0 5A 1D 25 13F 52 23
Octal 241 20 162 0 132 35 45 477 122 43
Binary 10100001 10000 1110010 0 1011010 11101 100101 100111111 1010010 100011

Color Harmonies of #A11072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11072

Black with #A11072

Text Example


Text Example

White with #A11072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11072; }

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

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

background-color css

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

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

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

border-color css

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

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

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