#A51E86

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

Shades of Medium Red Violet #A51E86

Tints of Medium Red Violet #A51E86

Color information

#A51E86 (or 0xA51E86) is unknown color: approx Medium Red Violet. HEX triplet: A5, 1E and 86. RGB value is (165,30,134). Sum of RGB (Red+Green+Blue) = 165+30+134=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51E86 is #5AE179. Grayscale: #515151. Windows color (decimal): -5955962 or 8789669. OLE color: 8789669.

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

Color convert

RGB16530134-
CMYK00.820.190.35
HSL313.78º69.23%38.24%-
HSV(B)313.78º81.82%64.71%-
XYZ20.2810.6523.54-
YUV82.22157.23187.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 30 (12.11% from 255) = 9.12%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=50.15%
G=9.12%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653013400.820.190.35313.7869.2338.24
HexA51E86052132313a4526
Octal245362060122234347210546
Binary10100101111101000011001010010100111000111001110101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E86; }

 p { color: rgb(165,30,134); }

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

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

 a { background-color: rgb(165,30,134); }

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

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

 span { border-color: rgb(165,30,134); }

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