Html Css Color HEX #A40978 Eggplant

📋 copy color: '#A40978'

red 164 ◦ green 9 ◦ blue 120

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

Shades of Eggplant #A40978

Tints of Eggplant #A40978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.96%

R = 55.97%
G = 3.07%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A40978 (or 0xA40978) is known color: Eggplant. HEX triplet: A4, 09 and 78. RGB value is (164,9,120). Sum of RGB (Red+Green+Blue) = 164+9+120=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A40978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40978 is #5BF687. Grayscale: #434343. Windows color (decimal): -6026888 or 7866788. OLE color: 7866788.

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

Color convert

RGB 164 9 120 -
CMYK 0 0.95 0.27 0.36
HSL 317.03º 0.9% 0.34% -
HSV(B) 317.03º 0.95% 0.64% -
XYZ 18.8 9.44 18.6 -
YUV 68 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 164 9 120 0 0.95 0.27 0.36 317.03 0.9 0.34
Hex A4 9 78 0 5F 1B 24 13D 5A 22
Octal 244 11 170 0 137 33 44 475 132 42
Binary 10100100 1001 1111000 0 1011111 11011 100100 100111101 1011010 100010

Color Harmonies of #A40978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40978

Black with #A40978

Text Example


Text Example

White with #A40978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40978; }

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

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

background-color css

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

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

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

border-color css

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

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

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