Html Css Color HEX #A40A7D Eggplant

📋 copy color: '#A40A7D'

red 164 ◦ green 10 ◦ blue 125

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

Shades of Eggplant #A40A7D

Tints of Eggplant #A40A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.81%

R = 54.85%
G = 3.34%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A40A7D (or 0xA40A7D) is known color: Eggplant. HEX triplet: A4, 0A and 7D. RGB value is (164,10,125). Sum of RGB (Red+Green+Blue) = 164+10+125=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40A7D is #5BF582. Grayscale: #444444. Windows color (decimal): -6026627 or 8194724. OLE color: 8194724.

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

Color convert

RGB 164 10 125 -
CMYK 0 0.94 0.24 0.36
HSL 315.19º 0.89% 0.34% -
HSV(B) 315.19º 0.94% 0.64% -
XYZ 19.12 9.59 20.25 -
YUV 69.16 159.52 195.65 -
System Red Green Blue C M Y K H S L
Decimal 164 10 125 0 0.94 0.24 0.36 315.19 0.89 0.34
Hex A4 A 7D 0 5E 18 24 13B 59 22
Octal 244 12 175 0 136 30 44 473 131 42
Binary 10100100 1010 1111101 0 1011110 11000 100100 100111011 1011001 100010

Color Harmonies of #A40A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40A7D

Black with #A40A7D

Text Example


Text Example

White with #A40A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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