Html Css Color HEX #A40576 Eggplant

📋 copy color: '#A40576'

red 164 ◦ green 5 ◦ blue 118

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

Shades of Eggplant #A40576

Tints of Eggplant #A40576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

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

R = 57.14%
G = 1.74%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A40576 (or 0xA40576) is known color: Eggplant. HEX triplet: A4, 05 and 76. RGB value is (164,5,118). Sum of RGB (Red+Green+Blue) = 164+5+118=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A40576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40576 is #5BFA89. Grayscale: #414141. Windows color (decimal): -6027914 or 7734692. OLE color: 7734692.

HSL color Cylindrical-coordinate representation of color #A40576: hue angle of 317.36º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A40576 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 118 -
CMYK 0 0.97 0.28 0.36
HSL 317.36º 0.94% 0.33% -
HSV(B) 317.36º 0.97% 0.64% -
XYZ 18.63 9.31 17.95 -
YUV 65.42 157.68 198.31 -
System Red Green Blue C M Y K H S L
Decimal 164 5 118 0 0.97 0.28 0.36 317.36 0.94 0.33
Hex A4 5 76 0 61 1C 24 13D 5E 21
Octal 244 5 166 0 141 34 44 475 136 41
Binary 10100100 101 1110110 0 1100001 11100 100100 100111101 1011110 100001

Color Harmonies of #A40576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40576

Black with #A40576

Text Example


Text Example

White with #A40576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40576; }

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

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

background-color css

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

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

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

border-color css

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

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

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