#A60E84

Color #A60E84 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #A60E84

Tints of Medium Violet Red #A60E84

Color information

#A60E84 (or 0xA60E84) is unknown color: approx Medium Violet Red. HEX triplet: A6, 0E and 84. RGB value is (166,14,132). Sum of RGB (Red+Green+Blue) = 166+14+132=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60E84 is #59F17B. Grayscale: #484848. Windows color (decimal): -5894524 or 8654502. OLE color: 8654502.

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

Color convert

RGB16614132-
CMYK00.920.200.35
HSL313.42º84.44%35.29%-
HSV(B)313.42º91.57%65.1%-
XYZ20.0510.0922.72-
YUV72.9161.36194.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.21%
GREEN value IS 14 (5.86% from 255) = 4.49%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=53.21%
G=4.49%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661413200.920.200.35313.4284.4435.29
HexA6E8405C14231395423
Octal246162040134244347112443
Binary1010011011101000010001011100101001000111001110011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60E84; }

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

 H1.HeaderClassName
 {
   color: #A60E84;
 }
 .AnyTagClassName
 {
   color: #A60E84;
 }
</style>
background-color css

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

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

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

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

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

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