Html Css Color HEX #A60974 Eggplant

📋 copy color: '#A60974'

red 166 ◦ green 9 ◦ blue 116

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

Shades of Eggplant #A60974

Tints of Eggplant #A60974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 57.04%
G = 3.09%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A60974 (or 0xA60974) is known color: Eggplant. HEX triplet: A6, 09 and 74. RGB value is (166,9,116). Sum of RGB (Red+Green+Blue) = 166+9+116=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A60974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60974 is #59F68B. Grayscale: #434343. Windows color (decimal): -5895820 or 7604646. OLE color: 7604646.

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

Color convert

RGB 166 9 116 -
CMYK 0 0.95 0.30 0.35
HSL 319.11º 0.9% 0.34% -
HSV(B) 319.11º 0.95% 0.65% -
XYZ 18.98 9.56 17.37 -
YUV 68.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 166 9 116 0 0.95 0.30 0.35 319.11 0.9 0.34
Hex A6 9 74 0 5F 1E 23 13F 5A 22
Octal 246 11 164 0 137 36 43 477 132 42
Binary 10100110 1001 1110100 0 1011111 11110 100011 100111111 1011010 100010

Color Harmonies of #A60974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60974

Black with #A60974

Text Example


Text Example

White with #A60974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60974; }

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

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

background-color css

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

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

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

border-color css

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

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

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