Html Css Color HEX #A41579 Eggplant

📋 copy color: '#A41579'

red 164 ◦ green 21 ◦ blue 121

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

Shades of Eggplant #A41579

Tints of Eggplant #A41579

RGB

 RED value IS 164 (64.45% from 255) = 53.59%

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

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

R = 53.59%
G = 6.86%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A41579 (or 0xA41579) is known color: Eggplant. HEX triplet: A4, 15 and 79. RGB value is (164,21,121). Sum of RGB (Red+Green+Blue) = 164+21+121=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A41579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41579 is #5BEA86. Grayscale: #4A4A4A. Windows color (decimal): -6023815 or 7935396. OLE color: 7935396.

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

Color convert

RGB 164 21 121 -
CMYK 0 0.87 0.26 0.36
HSL 318.04º 0.77% 0.36% -
HSV(B) 318.04º 0.87% 0.64% -
XYZ 19.03 9.81 18.98 -
YUV 75.16 153.88 191.37 -
System Red Green Blue C M Y K H S L
Decimal 164 21 121 0 0.87 0.26 0.36 318.04 0.77 0.36
Hex A4 15 79 0 57 1A 24 13E 4D 24
Octal 244 25 171 0 127 32 44 476 115 44
Binary 10100100 10101 1111001 0 1010111 11010 100100 100111110 1001101 100100

Color Harmonies of #A41579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41579

Black with #A41579

Text Example


Text Example

White with #A41579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41579; }

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

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

background-color css

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

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

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

border-color css

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

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

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