Html Css Color HEX #A40A6E Eggplant

📋 copy color: '#A40A6E'

red 164 ◦ green 10 ◦ blue 110

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

Shades of Eggplant #A40A6E

Tints of Eggplant #A40A6E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.52%

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 57.75%
G = 3.52%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A40A6E (or 0xA40A6E) is known color: Eggplant. HEX triplet: A4, 0A and 6E. RGB value is (164,10,110). Sum of RGB (Red+Green+Blue) = 164+10+110=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40A6E is #5BF591. Grayscale: #434343. Windows color (decimal): -6026642 or 7211684. OLE color: 7211684.

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

Color convert

RGB 164 10 110 -
CMYK 0 0.94 0.33 0.36
HSL 321.04º 0.89% 0.34% -
HSV(B) 321.04º 0.94% 0.64% -
XYZ 18.23 9.24 15.57 -
YUV 67.45 152.02 196.87 -
System Red Green Blue C M Y K H S L
Decimal 164 10 110 0 0.94 0.33 0.36 321.04 0.89 0.34
Hex A4 A 6E 0 5E 21 24 141 59 22
Octal 244 12 156 0 136 41 44 501 131 42
Binary 10100100 1010 1101110 0 1011110 100001 100100 101000001 1011001 100010

Color Harmonies of #A40A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40A6E

Black with #A40A6E

Text Example


Text Example

White with #A40A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40A6E; }

 p { color: rgb(164,10,110); }

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

background-color css

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

 a { background-color: rgb(164,10,110); }

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

border-color css

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

 span { border-color: rgb(164,10,110); }

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