Html Css Color HEX #A40D76 Eggplant

📋 copy color: '#A40D76'

red 164 ◦ green 13 ◦ blue 118

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

Shades of Eggplant #A40D76

Tints of Eggplant #A40D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40%

R = 55.59%
G = 4.41%
B = 40%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A40D76 (or 0xA40D76) is known color: Eggplant. HEX triplet: A4, 0D and 76. RGB value is (164,13,118). Sum of RGB (Red+Green+Blue) = 164+13+118=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40D76 is #5BF289. Grayscale: #454545. Windows color (decimal): -6025866 or 7736740. OLE color: 7736740.

HSL color Cylindrical-coordinate representation of color #A40D76: hue angle of 318.28º 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 #A40D76 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 13 118 -
CMYK 0 0.92 0.28 0.36
HSL 318.28º 0.85% 0.35% -
HSV(B) 318.28º 0.92% 0.64% -
XYZ 18.72 9.49 17.98 -
YUV 70.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 164 13 118 0 0.92 0.28 0.36 318.28 0.85 0.35
Hex A4 D 76 0 5C 1C 24 13E 55 23
Octal 244 15 166 0 134 34 44 476 125 43
Binary 10100100 1101 1110110 0 1011100 11100 100100 100111110 1010101 100011

Color Harmonies of #A40D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40D76

Black with #A40D76

Text Example


Text Example

White with #A40D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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