Html Css Color HEX #A70978 Eggplant

📋 copy color: '#A70978'

red 167 ◦ green 9 ◦ blue 120

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

Shades of Eggplant #A70978

Tints of Eggplant #A70978

RGB

 RED value IS 167 (65.63% from 255) = 56.42%

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

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

R = 56.42%
G = 3.04%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A70978 (or 0xA70978) is known color: Eggplant. HEX triplet: A7, 09 and 78. RGB value is (167,9,120). Sum of RGB (Red+Green+Blue) = 167+9+120=296 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.42% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 167 - color contains mainly: red. Hex color #A70978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70978 is #58F687. Grayscale: #444444. Windows color (decimal): -5830280 or 7866791. OLE color: 7866791.

HSL color Cylindrical-coordinate representation of color #A70978: hue angle of 317.85º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70978 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 9 120 -
CMYK 0 0.95 0.28 0.35
HSL 317.85º 0.9% 0.35% -
HSV(B) 317.85º 0.95% 0.65% -
XYZ 19.42 9.77 18.63 -
YUV 68.9 156.85 197.97 -
System Red Green Blue C M Y K H S L
Decimal 167 9 120 0 0.95 0.28 0.35 317.85 0.9 0.35
Hex A7 9 78 0 5F 1C 23 13E 5A 23
Octal 247 11 170 0 137 34 43 476 132 43
Binary 10100111 1001 1111000 0 1011111 11100 100011 100111110 1011010 100011

Color Harmonies of #A70978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70978

Black with #A70978

Text Example


Text Example

White with #A70978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70978; }

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

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

background-color css

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

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

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

border-color css

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

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

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