Html Css Color HEX #A40974 Eggplant

📋 copy color: '#A40974'

red 164 ◦ green 9 ◦ blue 116

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

Shades of Eggplant #A40974

Tints of Eggplant #A40974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.14%

R = 56.75%
G = 3.11%
B = 40.14%

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

#A40974 (or 0xA40974) is known color: Eggplant. HEX triplet: A4, 09 and 74. RGB value is (164,9,116). Sum of RGB (Red+Green+Blue) = 164+9+116=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A40974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40974 is #5BF68B. Grayscale: #434343. Windows color (decimal): -6026892 or 7604644. OLE color: 7604644.

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

Color convert

RGB 164 9 116 -
CMYK 0 0.95 0.29 0.36
HSL 318.58º 0.9% 0.34% -
HSV(B) 318.58º 0.95% 0.64% -
XYZ 18.56 9.35 17.35 -
YUV 67.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 164 9 116 0 0.95 0.29 0.36 318.58 0.9 0.34
Hex A4 9 74 0 5F 1D 24 13F 5A 22
Octal 244 11 164 0 137 35 44 477 132 42
Binary 10100100 1001 1110100 0 1011111 11101 100100 100111111 1011010 100010

Color Harmonies of #A40974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40974

Black with #A40974

Text Example


Text Example

White with #A40974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40974; }

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

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

background-color css

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

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

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

border-color css

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

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

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