Html Css Color HEX #A41879 Eggplant

📋 copy color: '#A41879'

red 164 ◦ green 24 ◦ blue 121

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

Shades of Eggplant #A41879

Tints of Eggplant #A41879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.77%

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

R = 53.07%
G = 7.77%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A41879 (or 0xA41879) is known color: Eggplant. HEX triplet: A4, 18 and 79. RGB value is (164,24,121). Sum of RGB (Red+Green+Blue) = 164+24+121=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A41879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41879 is #5BE786. Grayscale: #4C4C4C. Windows color (decimal): -6023047 or 7936164. OLE color: 7936164.

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

Color convert

RGB 164 24 121 -
CMYK 0 0.85 0.26 0.36
HSL 318.43º 0.74% 0.37% -
HSV(B) 318.43º 0.85% 0.64% -
XYZ 19.09 9.93 19 -
YUV 76.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 164 24 121 0 0.85 0.26 0.36 318.43 0.74 0.37
Hex A4 18 79 0 55 1A 24 13E 4A 25
Octal 244 30 171 0 125 32 44 476 112 45
Binary 10100100 11000 1111001 0 1010101 11010 100100 100111110 1001010 100101

Color Harmonies of #A41879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41879

Black with #A41879

Text Example


Text Example

White with #A41879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41879; }

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

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

background-color css

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

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

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

border-color css

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

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

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