Html Css Color HEX #A11373 Eggplant

📋 copy color: '#A11373'

red 161 ◦ green 19 ◦ blue 115

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

Shades of Eggplant #A11373

Tints of Eggplant #A11373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 54.58%
G = 6.44%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A11373 (or 0xA11373) is known color: Eggplant. HEX triplet: A1, 13 and 73. RGB value is (161,19,115). Sum of RGB (Red+Green+Blue) = 161+19+115=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A11373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11373 is #5EEC8C. Grayscale: #484848. Windows color (decimal): -6220941 or 7541665. OLE color: 7541665.

HSL color Cylindrical-coordinate representation of color #A11373: hue angle of 319.44º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11373 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 19 115 -
CMYK 0 0.88 0.29 0.37
HSL 319.44º 0.79% 0.35% -
HSV(B) 319.44º 0.88% 0.63% -
XYZ 18.03 9.28 17.06 -
YUV 72.4 152.04 191.19 -
System Red Green Blue C M Y K H S L
Decimal 161 19 115 0 0.88 0.29 0.37 319.44 0.79 0.35
Hex A1 13 73 0 58 1D 25 13F 4F 23
Octal 241 23 163 0 130 35 45 477 117 43
Binary 10100001 10011 1110011 0 1011000 11101 100101 100111111 1001111 100011

Color Harmonies of #A11373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11373

Black with #A11373

Text Example


Text Example

White with #A11373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11373; }

 p { color: rgb(161,19,115); }

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

background-color css

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

 a { background-color: rgb(161,19,115); }

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

border-color css

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

 span { border-color: rgb(161,19,115); }

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