Html Css Color HEX #A40975 Eggplant

📋 copy color: '#A40975'

red 164 ◦ green 9 ◦ blue 117

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

Shades of Eggplant #A40975

Tints of Eggplant #A40975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 56.55%
G = 3.1%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A40975 (or 0xA40975) is known color: Eggplant. HEX triplet: A4, 09 and 75. RGB value is (164,9,117). Sum of RGB (Red+Green+Blue) = 164+9+117=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A40975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40975 is #5BF68A. Grayscale: #434343. Windows color (decimal): -6026891 or 7670180. OLE color: 7670180.

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

Color convert

RGB 164 9 117 -
CMYK 0 0.95 0.29 0.36
HSL 318.19º 0.9% 0.34% -
HSV(B) 318.19º 0.95% 0.64% -
XYZ 18.62 9.37 17.66 -
YUV 67.66 155.85 196.72 -
System Red Green Blue C M Y K H S L
Decimal 164 9 117 0 0.95 0.29 0.36 318.19 0.9 0.34
Hex A4 9 75 0 5F 1D 24 13E 5A 22
Octal 244 11 165 0 137 35 44 476 132 42
Binary 10100100 1001 1110101 0 1011111 11101 100100 100111110 1011010 100010

Color Harmonies of #A40975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40975

Black with #A40975

Text Example


Text Example

White with #A40975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40975; }

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

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

background-color css

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

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

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

border-color css

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

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

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