Html Css Color HEX #A40E80 Eggplant

📋 copy color: '#A40E80'

red 164 ◦ green 14 ◦ blue 128

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

Shades of Eggplant #A40E80

Tints of Eggplant #A40E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.83%

R = 53.59%
G = 4.58%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A40E80 (or 0xA40E80) is known color: Eggplant. HEX triplet: A4, 0E and 80. RGB value is (164,14,128). Sum of RGB (Red+Green+Blue) = 164+14+128=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40E80 is #5BF17F. Grayscale: #474747. Windows color (decimal): -6025600 or 8392356. OLE color: 8392356.

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

Color convert

RGB 164 14 128 -
CMYK 0 0.91 0.22 0.36
HSL 314.4º 0.84% 0.35% -
HSV(B) 314.4º 0.91% 0.64% -
XYZ 19.36 9.77 21.29 -
YUV 71.85 159.7 193.73 -
System Red Green Blue C M Y K H S L
Decimal 164 14 128 0 0.91 0.22 0.36 314.4 0.84 0.35
Hex A4 E 80 0 5B 16 24 13A 54 23
Octal 244 16 200 0 133 26 44 472 124 43
Binary 10100100 1110 10000000 0 1011011 10110 100100 100111010 1010100 100011

Color Harmonies of #A40E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E80

Black with #A40E80

Text Example


Text Example

White with #A40E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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