Html Css Color HEX #A11474 Eggplant

📋 copy color: '#A11474'

red 161 ◦ green 20 ◦ blue 116

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

Shades of Eggplant #A11474

Tints of Eggplant #A11474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 54.21%
G = 6.73%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A11474 (or 0xA11474) is known color: Eggplant. HEX triplet: A1, 14 and 74. RGB value is (161,20,116). Sum of RGB (Red+Green+Blue) = 161+20+116=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A11474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11474 is #5EEB8B. Grayscale: #484848. Windows color (decimal): -6220684 or 7607457. OLE color: 7607457.

HSL color Cylindrical-coordinate representation of color #A11474: hue angle of 319.15º degrees, saturation: 0.78, 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 #A11474 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 20 116 -
CMYK 0 0.88 0.28 0.37
HSL 319.15º 0.78% 0.35% -
HSV(B) 319.15º 0.88% 0.63% -
XYZ 18.1 9.34 17.37 -
YUV 73.1 152.21 190.69 -
System Red Green Blue C M Y K H S L
Decimal 161 20 116 0 0.88 0.28 0.37 319.15 0.78 0.35
Hex A1 14 74 0 58 1C 25 13F 4E 23
Octal 241 24 164 0 130 34 45 477 116 43
Binary 10100001 10100 1110100 0 1011000 11100 100101 100111111 1001110 100011

Color Harmonies of #A11474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11474

Black with #A11474

Text Example


Text Example

White with #A11474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11474; }

 p { color: rgb(161,20,116); }

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

background-color css

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

 a { background-color: rgb(161,20,116); }

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

border-color css

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

 span { border-color: rgb(161,20,116); }

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