Html Css Color HEX #A40973 Eggplant

📋 copy color: '#A40973'

red 164 ◦ green 9 ◦ blue 115

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

Shades of Eggplant #A40973

Tints of Eggplant #A40973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.13%

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

R = 56.94%
G = 3.13%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A40973 (or 0xA40973) is known color: Eggplant. HEX triplet: A4, 09 and 73. RGB value is (164,9,115). Sum of RGB (Red+Green+Blue) = 164+9+115=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A40973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40973 is #5BF68C. Grayscale: #434343. Windows color (decimal): -6026893 or 7539108. OLE color: 7539108.

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

Color convert

RGB 164 9 115 -
CMYK 0 0.95 0.30 0.36
HSL 318.97º 0.9% 0.34% -
HSV(B) 318.97º 0.95% 0.64% -
XYZ 18.5 9.33 17.04 -
YUV 67.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 164 9 115 0 0.95 0.30 0.36 318.97 0.9 0.34
Hex A4 9 73 0 5F 1E 24 13F 5A 22
Octal 244 11 163 0 137 36 44 477 132 42
Binary 10100100 1001 1110011 0 1011111 11110 100100 100111111 1011010 100010

Color Harmonies of #A40973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40973

Black with #A40973

Text Example


Text Example

White with #A40973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40973; }

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

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

background-color css

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

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

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

border-color css

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

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

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