Html Css Color HEX #A40E79 Eggplant

📋 copy color: '#A40E79'

red 164 ◦ green 14 ◦ blue 121

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

Shades of Eggplant #A40E79

Tints of Eggplant #A40E79

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.68%

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

R = 54.85%
G = 4.68%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A40E79 (or 0xA40E79) is known color: Eggplant. HEX triplet: A4, 0E and 79. RGB value is (164,14,121). Sum of RGB (Red+Green+Blue) = 164+14+121=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40E79 is #5BF186. Grayscale: #464646. Windows color (decimal): -6025607 or 7933604. OLE color: 7933604.

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

Color convert

RGB 164 14 121 -
CMYK 0 0.91 0.26 0.36
HSL 317.2º 0.84% 0.35% -
HSV(B) 317.2º 0.91% 0.64% -
XYZ 18.92 9.59 18.94 -
YUV 71.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 164 14 121 0 0.91 0.26 0.36 317.2 0.84 0.35
Hex A4 E 79 0 5B 1A 24 13D 54 23
Octal 244 16 171 0 133 32 44 475 124 43
Binary 10100100 1110 1111001 0 1011011 11010 100100 100111101 1010100 100011

Color Harmonies of #A40E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E79

Black with #A40E79

Text Example


Text Example

White with #A40E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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