Html Css Color HEX #A40D79 Eggplant

📋 copy color: '#A40D79'

red 164 ◦ green 13 ◦ blue 121

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

Shades of Eggplant #A40D79

Tints of Eggplant #A40D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.36%

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

R = 55.03%
G = 4.36%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A40D79 (or 0xA40D79) is known color: Eggplant. HEX triplet: A4, 0D and 79. RGB value is (164,13,121). Sum of RGB (Red+Green+Blue) = 164+13+121=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40D79 is #5BF286. Grayscale: #464646. Windows color (decimal): -6025863 or 7933348. OLE color: 7933348.

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

Color convert

RGB 164 13 121 -
CMYK 0 0.92 0.26 0.36
HSL 317.09º 0.85% 0.35% -
HSV(B) 317.09º 0.92% 0.64% -
XYZ 18.9 9.56 18.94 -
YUV 70.46 156.53 194.72 -
System Red Green Blue C M Y K H S L
Decimal 164 13 121 0 0.92 0.26 0.36 317.09 0.85 0.35
Hex A4 D 79 0 5C 1A 24 13D 55 23
Octal 244 15 171 0 134 32 44 475 125 43
Binary 10100100 1101 1111001 0 1011100 11010 100100 100111101 1010101 100011

Color Harmonies of #A40D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40D79

Black with #A40D79

Text Example


Text Example

White with #A40D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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