Html Css Color HEX #A11574 Eggplant

📋 copy color: '#A11574'

red 161 ◦ green 21 ◦ blue 116

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

Shades of Eggplant #A11574

Tints of Eggplant #A11574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.05%

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

R = 54.03%
G = 7.05%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A11574 (or 0xA11574) is known color: Eggplant. HEX triplet: A1, 15 and 74. RGB value is (161,21,116). Sum of RGB (Red+Green+Blue) = 161+21+116=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A11574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11574 is #5EEA8B. Grayscale: #494949. Windows color (decimal): -6220428 or 7607713. OLE color: 7607713.

HSL color Cylindrical-coordinate representation of color #A11574: hue angle of 319.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11574 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 21 116 -
CMYK 0 0.87 0.28 0.37
HSL 319.29º 0.77% 0.36% -
HSV(B) 319.29º 0.87% 0.63% -
XYZ 18.12 9.37 17.38 -
YUV 73.69 151.88 190.28 -
System Red Green Blue C M Y K H S L
Decimal 161 21 116 0 0.87 0.28 0.37 319.29 0.77 0.36
Hex A1 15 74 0 57 1C 25 13F 4D 24
Octal 241 25 164 0 127 34 45 477 115 44
Binary 10100001 10101 1110100 0 1010111 11100 100101 100111111 1001101 100100

Color Harmonies of #A11574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11574

Black with #A11574

Text Example


Text Example

White with #A11574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11574; }

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

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

background-color css

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

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

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

border-color css

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

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

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