Html Css Color HEX #A40E73 Eggplant

📋 copy color: '#A40E73'

red 164 ◦ green 14 ◦ blue 115

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

Shades of Eggplant #A40E73

Tints of Eggplant #A40E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.25%

R = 55.97%
G = 4.78%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A40E73 (or 0xA40E73) is known color: Eggplant. HEX triplet: A4, 0E and 73. RGB value is (164,14,115). Sum of RGB (Red+Green+Blue) = 164+14+115=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40E73 is #5BF18C. Grayscale: #464646. Windows color (decimal): -6025613 or 7540388. OLE color: 7540388.

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

Color convert

RGB 164 14 115 -
CMYK 0 0.91 0.30 0.36
HSL 319.6º 0.84% 0.35% -
HSV(B) 319.6º 0.91% 0.64% -
XYZ 18.56 9.44 17.06 -
YUV 70.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 164 14 115 0 0.91 0.30 0.36 319.6 0.84 0.35
Hex A4 E 73 0 5B 1E 24 140 54 23
Octal 244 16 163 0 133 36 44 500 124 43
Binary 10100100 1110 1110011 0 1011011 11110 100100 101000000 1010100 100011

Color Harmonies of #A40E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E73

Black with #A40E73

Text Example


Text Example

White with #A40E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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