#A64986

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

Shades of Medium Red Violet #A64986

Tints of Medium Red Violet #A64986

Color information

#A64986 (or 0xA64986) is unknown color: approx Medium Red Violet. HEX triplet: A6, 49 and 86. RGB value is (166,73,134). Sum of RGB (Red+Green+Blue) = 166+73+134=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A64986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64986 is #59B679. Grayscale: #6B6B6B. Windows color (decimal): -5879418 or 8800678. OLE color: 8800678.

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

Color convert

RGB16673134-
CMYK00.560.190.35
HSL320.65º38.91%46.86%-
HSV(B)320.65º56.02%65.1%-
XYZ22.4114.5924.19-
YUV107.76142.81169.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=44.50%
G=19.57%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667313400.560.190.35320.6538.9146.86
HexA649860381323141272f
Octal24611120607023435014757
Binary10100110100100110000110011100010011100011101000001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64986; }

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

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

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

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

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

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

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

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