Html Css Color HEX #A60780 Eggplant

📋 copy color: '#A60780'

red 166 ◦ green 7 ◦ blue 128

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

Shades of Eggplant #A60780

Tints of Eggplant #A60780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 128 (50.39% from 255) = 42.52%

R = 55.15%
G = 2.33%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A60780 (or 0xA60780) is known color: Eggplant. HEX triplet: A6, 07 and 80. RGB value is (166,7,128). Sum of RGB (Red+Green+Blue) = 166+7+128=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A60780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60780 is #59F87F. Grayscale: #444444. Windows color (decimal): -5896320 or 8390566. OLE color: 8390566.

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

Color convert

RGB 166 7 128 -
CMYK 0 0.96 0.23 0.35
HSL 314.34º 0.92% 0.34% -
HSV(B) 314.34º 0.96% 0.65% -
XYZ 19.7 9.82 21.28 -
YUV 68.34 161.68 197.66 -
System Red Green Blue C M Y K H S L
Decimal 166 7 128 0 0.96 0.23 0.35 314.34 0.92 0.34
Hex A6 7 80 0 60 17 23 13A 5C 22
Octal 246 7 200 0 140 27 43 472 134 42
Binary 10100110 111 10000000 0 1100000 10111 100011 100111010 1011100 100010

Color Harmonies of #A60780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60780

Black with #A60780

Text Example


Text Example

White with #A60780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60780; }

 p { color: rgb(166,7,128); }

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

background-color css

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

 a { background-color: rgb(166,7,128); }

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

border-color css

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

 span { border-color: rgb(166,7,128); }

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