#A64987

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

Shades of Medium Red Violet #A64987

Tints of Medium Red Violet #A64987

Color information

#A64987 (or 0xA64987) is unknown color: approx Medium Red Violet. HEX triplet: A6, 49 and 87. RGB value is (166,73,135). Sum of RGB (Red+Green+Blue) = 166+73+135=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A64987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64987 is #59B678. Grayscale: #6B6B6B. Windows color (decimal): -5879417 or 8866214. OLE color: 8866214.

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

Color convert

RGB16673135-
CMYK00.560.190.35
HSL320º38.91%46.86%-
HSV(B)320º56.02%65.1%-
XYZ22.4814.6224.56-
YUV107.88143.31169.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 73 (28.91% from 255) = 19.52%
BLUE value IS 135 (53.12% from 255) = 36.10%
R=44.39%
G=19.52%
B=36.10%

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
Decimal1667313500.560.190.3532038.9146.86
HexA649870381323140272f
Octal24611120707023435004757
Binary10100110100100110000111011100010011100011101000000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64987; }

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

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

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

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

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

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

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

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