Html Css Color HEX #A11579 Eggplant

📋 copy color: '#A11579'

red 161 ◦ green 21 ◦ blue 121

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

Shades of Eggplant #A11579

Tints of Eggplant #A11579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.93%

R = 53.14%
G = 6.93%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A11579 (or 0xA11579) is known color: Eggplant. HEX triplet: A1, 15 and 79. RGB value is (161,21,121). Sum of RGB (Red+Green+Blue) = 161+21+121=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A11579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11579 is #5EEA86. Grayscale: #4A4A4A. Windows color (decimal): -6220423 or 7935393. OLE color: 7935393.

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

Color convert

RGB 161 21 121 -
CMYK 0 0.87 0.25 0.37
HSL 317.14º 0.77% 0.36% -
HSV(B) 317.14º 0.87% 0.63% -
XYZ 18.42 9.49 18.95 -
YUV 74.26 154.38 189.87 -
System Red Green Blue C M Y K H S L
Decimal 161 21 121 0 0.87 0.25 0.37 317.14 0.77 0.36
Hex A1 15 79 0 57 19 25 13D 4D 24
Octal 241 25 171 0 127 31 45 475 115 44
Binary 10100001 10101 1111001 0 1010111 11001 100101 100111101 1001101 100100

Color Harmonies of #A11579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11579

Black with #A11579

Text Example


Text Example

White with #A11579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11579; }

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

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

background-color css

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

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

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

border-color css

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

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

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