#A62C86

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

Shades of Medium Red Violet #A62C86

Tints of Medium Red Violet #A62C86

Color information

#A62C86 (or 0xA62C86) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2C and 86. RGB value is (166,44,134). Sum of RGB (Red+Green+Blue) = 166+44+134=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62C86 is #59D379. Grayscale: #5A5A5A. Windows color (decimal): -5886842 or 8793254. OLE color: 8793254.

HSL color Cylindrical-coordinate representation of color #A62C86: hue angle of 315.74º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62C86 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16644134-
CMYK00.730.190.35
HSL315.74º58.1%41.18%-
HSV(B)315.74º73.49%65.1%-
XYZ20.9311.6323.7-
YUV90.74152.42181.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 44 (17.58% from 255) = 12.79%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=48.26%
G=12.79%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664413400.730.190.35315.7458.141.18
HexA62C86049132313c3a29
Octal24654206011123434747251
Binary10100110101100100001100100100110011100011100111100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C86; }

 p { color: rgb(166,44,134); }

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

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

 a { background-color: rgb(166,44,134); }

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

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

 span { border-color: rgb(166,44,134); }

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