Html Css Color HEX #A40477 Eggplant

📋 copy color: '#A40477'

red 164 ◦ green 4 ◦ blue 119

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

Shades of Eggplant #A40477

Tints of Eggplant #A40477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 57.14%
G = 1.39%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A40477 (or 0xA40477) is known color: Eggplant. HEX triplet: A4, 04 and 77. RGB value is (164,4,119). Sum of RGB (Red+Green+Blue) = 164+4+119=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A40477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40477 is #5BFB88. Grayscale: #404040. Windows color (decimal): -6028169 or 7799972. OLE color: 7799972.

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

Color convert

RGB 164 4 119 -
CMYK 0 0.98 0.27 0.36
HSL 316.88º 0.95% 0.33% -
HSV(B) 316.88º 0.98% 0.64% -
XYZ 18.68 9.31 18.27 -
YUV 64.95 158.51 198.65 -
System Red Green Blue C M Y K H S L
Decimal 164 4 119 0 0.98 0.27 0.36 316.88 0.95 0.33
Hex A4 4 77 0 62 1B 24 13D 5F 21
Octal 244 4 167 0 142 33 44 475 137 41
Binary 10100100 100 1110111 0 1100010 11011 100100 100111101 1011111 100001

Color Harmonies of #A40477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40477

Black with #A40477

Text Example


Text Example

White with #A40477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40477; }

 p { color: rgb(164,4,119); }

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

background-color css

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

 a { background-color: rgb(164,4,119); }

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

border-color css

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

 span { border-color: rgb(164,4,119); }

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