Html Css Color HEX #A60870 Eggplant

📋 copy color: '#A60870'

red 166 ◦ green 8 ◦ blue 112

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

Shades of Eggplant #A60870

Tints of Eggplant #A60870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 112 (44.14% from 255) = 39.16%

R = 58.04%
G = 2.8%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A60870 (or 0xA60870) is known color: Eggplant. HEX triplet: A6, 08 and 70. RGB value is (166,8,112). Sum of RGB (Red+Green+Blue) = 166+8+112=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A60870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60870 is #59F78F. Grayscale: #424242. Windows color (decimal): -5896080 or 7342246. OLE color: 7342246.

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

Color convert

RGB 166 8 112 -
CMYK 0 0.95 0.33 0.35
HSL 320.51º 0.91% 0.34% -
HSV(B) 320.51º 0.95% 0.65% -
XYZ 18.74 9.45 16.17 -
YUV 67.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 166 8 112 0 0.95 0.33 0.35 320.51 0.91 0.34
Hex A6 8 70 0 5F 21 23 141 5B 22
Octal 246 10 160 0 137 41 43 501 133 42
Binary 10100110 1000 1110000 0 1011111 100001 100011 101000001 1011011 100010

Color Harmonies of #A60870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60870

Black with #A60870

Text Example


Text Example

White with #A60870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60870; }

 p { color: rgb(166,8,112); }

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

background-color css

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

 a { background-color: rgb(166,8,112); }

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

border-color css

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

 span { border-color: rgb(166,8,112); }

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