Html Css Color HEX #A60672 Eggplant

📋 copy color: '#A60672'

red 166 ◦ green 6 ◦ blue 114

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

Shades of Eggplant #A60672

Tints of Eggplant #A60672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

 BLUE value IS 114 (44.92% from 255) = 39.86%

R = 58.04%
G = 2.1%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A60672 (or 0xA60672) is known color: Eggplant. HEX triplet: A6, 06 and 72. RGB value is (166,6,114). Sum of RGB (Red+Green+Blue) = 166+6+114=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A60672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60672 is #59F98D. Grayscale: #414141. Windows color (decimal): -5896590 or 7472806. OLE color: 7472806.

HSL color Cylindrical-coordinate representation of color #A60672: hue angle of 319.5º degrees, saturation: 0.93, 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 #A60672 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 6 114 -
CMYK 0 0.96 0.31 0.35
HSL 319.5º 0.93% 0.34% -
HSV(B) 319.5º 0.96% 0.65% -
XYZ 18.83 9.45 16.75 -
YUV 66.15 155.01 199.22 -
System Red Green Blue C M Y K H S L
Decimal 166 6 114 0 0.96 0.31 0.35 319.5 0.93 0.34
Hex A6 6 72 0 60 1F 23 140 5D 22
Octal 246 6 162 0 140 37 43 500 135 42
Binary 10100110 110 1110010 0 1100000 11111 100011 101000000 1011101 100010

Color Harmonies of #A60672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60672

Black with #A60672

Text Example


Text Example

White with #A60672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60672; }

 p { color: rgb(166,6,114); }

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

background-color css

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

 a { background-color: rgb(166,6,114); }

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

border-color css

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

 span { border-color: rgb(166,6,114); }

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