Html Css Color HEX #A40A6C Eggplant

📋 copy color: '#A40A6C'

red 164 ◦ green 10 ◦ blue 108

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

Shades of Eggplant #A40A6C

Tints of Eggplant #A40A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 58.16%
G = 3.55%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A40A6C (or 0xA40A6C) is known color: Eggplant. HEX triplet: A4, 0A and 6C. RGB value is (164,10,108). Sum of RGB (Red+Green+Blue) = 164+10+108=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40A6C is #5BF593. Grayscale: #424242. Windows color (decimal): -6026644 or 7080612. OLE color: 7080612.

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

Color convert

RGB 164 10 108 -
CMYK 0 0.94 0.34 0.36
HSL 321.82º 0.89% 0.34% -
HSV(B) 321.82º 0.94% 0.64% -
XYZ 18.13 9.19 15.01 -
YUV 67.22 151.02 197.03 -
System Red Green Blue C M Y K H S L
Decimal 164 10 108 0 0.94 0.34 0.36 321.82 0.89 0.34
Hex A4 A 6C 0 5E 22 24 142 59 22
Octal 244 12 154 0 136 42 44 502 131 42
Binary 10100100 1010 1101100 0 1011110 100010 100100 101000010 1011001 100010

Color Harmonies of #A40A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40A6C

Black with #A40A6C

Text Example


Text Example

White with #A40A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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