Html Css Color HEX #A60E73 Eggplant

📋 copy color: '#A60E73'

red 166 ◦ green 14 ◦ blue 115

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

Shades of Eggplant #A60E73

Tints of Eggplant #A60E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.75%

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 56.27%
G = 4.75%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A60E73 (or 0xA60E73) is known color: Eggplant. HEX triplet: A6, 0E and 73. RGB value is (166,14,115). Sum of RGB (Red+Green+Blue) = 166+14+115=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E73 is #59F18C. Grayscale: #464646. Windows color (decimal): -5894541 or 7540390. OLE color: 7540390.

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

Color convert

RGB 166 14 115 -
CMYK 0 0.92 0.31 0.35
HSL 320.13º 0.84% 0.35% -
HSV(B) 320.13º 0.92% 0.65% -
XYZ 18.98 9.66 17.08 -
YUV 70.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 166 14 115 0 0.92 0.31 0.35 320.13 0.84 0.35
Hex A6 E 73 0 5C 1F 23 140 54 23
Octal 246 16 163 0 134 37 43 500 124 43
Binary 10100110 1110 1110011 0 1011100 11111 100011 101000000 1010100 100011

Color Harmonies of #A60E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60E73

Black with #A60E73

Text Example


Text Example

White with #A60E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60E73; }

 p { color: rgb(166,14,115); }

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

background-color css

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

 a { background-color: rgb(166,14,115); }

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

border-color css

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

 span { border-color: rgb(166,14,115); }

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