#A61487

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

Shades of Medium Violet Red #A61487

Tints of Medium Violet Red #A61487

Color information

#A61487 (or 0xA61487) is unknown color: approx Medium Violet Red. HEX triplet: A6, 14 and 87. RGB value is (166,20,135). Sum of RGB (Red+Green+Blue) = 166+20+135=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A61487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61487 is #59EB78. Grayscale: #4C4C4C. Windows color (decimal): -5892985 or 8852646. OLE color: 8852646.

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

Color convert

RGB16620135-
CMYK00.880.190.35
HSL312.74º78.49%36.47%-
HSV(B)312.74º87.95%65.1%-
XYZ20.3510.3623.85-
YUV76.76160.87191.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.71%
GREEN value IS 20 (8.20% from 255) = 6.23%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=51.71%
G=6.23%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662013500.880.190.35312.7478.4936.47
HexA6148705813231394e24
Octal246242070130234347111644
Binary10100110101001000011101011000100111000111001110011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61487; }

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

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

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

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

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

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

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

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