Html Css Color HEX #A60978 Eggplant

📋 copy color: '#A60978'

red 166 ◦ green 9 ◦ blue 120

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

Shades of Eggplant #A60978

Tints of Eggplant #A60978

RGB

 RED value IS 166 (65.23% from 255) = 56.27%

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

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

R = 56.27%
G = 3.05%
B = 40.68%

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

#A60978 (or 0xA60978) is known color: Eggplant. HEX triplet: A6, 09 and 78. RGB value is (166,9,120). Sum of RGB (Red+Green+Blue) = 166+9+120=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A60978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60978 is #59F687. Grayscale: #444444. Windows color (decimal): -5895816 or 7866790. OLE color: 7866790.

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

Color convert

RGB 166 9 120 -
CMYK 0 0.95 0.28 0.35
HSL 317.58º 0.9% 0.34% -
HSV(B) 317.58º 0.95% 0.65% -
XYZ 19.21 9.66 18.62 -
YUV 68.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 166 9 120 0 0.95 0.28 0.35 317.58 0.9 0.34
Hex A6 9 78 0 5F 1C 23 13E 5A 22
Octal 246 11 170 0 137 34 43 476 132 42
Binary 10100110 1001 1111000 0 1011111 11100 100011 100111110 1011010 100010

Color Harmonies of #A60978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60978

Black with #A60978

Text Example


Text Example

White with #A60978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60978; }

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

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

background-color css

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

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

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

border-color css

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

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

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