Html Css Color HEX #A60973 Eggplant

📋 copy color: '#A60973'

red 166 ◦ green 9 ◦ blue 115

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

Shades of Eggplant #A60973

Tints of Eggplant #A60973

RGB

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

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

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

R = 57.24%
G = 3.1%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A60973 (or 0xA60973) is known color: Eggplant. HEX triplet: A6, 09 and 73. RGB value is (166,9,115). Sum of RGB (Red+Green+Blue) = 166+9+115=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A60973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60973 is #59F68C. Grayscale: #434343. Windows color (decimal): -5895821 or 7539110. OLE color: 7539110.

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

Color convert

RGB 166 9 115 -
CMYK 0 0.95 0.31 0.35
HSL 319.49º 0.9% 0.34% -
HSV(B) 319.49º 0.95% 0.65% -
XYZ 18.92 9.54 17.06 -
YUV 68.03 154.51 197.88 -
System Red Green Blue C M Y K H S L
Decimal 166 9 115 0 0.95 0.31 0.35 319.49 0.9 0.34
Hex A6 9 73 0 5F 1F 23 13F 5A 22
Octal 246 11 163 0 137 37 43 477 132 42
Binary 10100110 1001 1110011 0 1011111 11111 100011 100111111 1011010 100010

Color Harmonies of #A60973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60973

Black with #A60973

Text Example


Text Example

White with #A60973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60973; }

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

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

background-color css

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

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

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

border-color css

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

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

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