Html Css Color HEX #A40A7E Eggplant

📋 copy color: '#A40A7E'

red 164 ◦ green 10 ◦ blue 126

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

Shades of Eggplant #A40A7E

Tints of Eggplant #A40A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42%

R = 54.67%
G = 3.33%
B = 42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A40A7E (or 0xA40A7E) is known color: Eggplant. HEX triplet: A4, 0A and 7E. RGB value is (164,10,126). Sum of RGB (Red+Green+Blue) = 164+10+126=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40A7E is #5BF581. Grayscale: #444444. Windows color (decimal): -6026626 or 8260260. OLE color: 8260260.

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

Color convert

RGB 164 10 126 -
CMYK 0 0.94 0.23 0.36
HSL 314.81º 0.89% 0.34% -
HSV(B) 314.81º 0.94% 0.64% -
XYZ 19.18 9.62 20.58 -
YUV 69.27 160.02 195.57 -
System Red Green Blue C M Y K H S L
Decimal 164 10 126 0 0.94 0.23 0.36 314.81 0.89 0.34
Hex A4 A 7E 0 5E 17 24 13B 59 22
Octal 244 12 176 0 136 27 44 473 131 42
Binary 10100100 1010 1111110 0 1011110 10111 100100 100111011 1011001 100010

Color Harmonies of #A40A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40A7E

Black with #A40A7E

Text Example


Text Example

White with #A40A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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