#A51F87

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

Shades of Medium Red Violet #A51F87

Tints of Medium Red Violet #A51F87

Color information

#A51F87 (or 0xA51F87) is unknown color: approx Medium Red Violet. HEX triplet: A5, 1F and 87. RGB value is (165,31,135). Sum of RGB (Red+Green+Blue) = 165+31+135=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F87 is #5AE078. Grayscale: #525252. Windows color (decimal): -5955705 or 8855461. OLE color: 8855461.

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

Color convert

RGB16531135-
CMYK00.810.180.35
HSL313.43º68.37%38.43%-
HSV(B)313.43º81.21%64.71%-
XYZ20.3810.7323.92-
YUV82.92157.39186.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 31 (12.5% from 255) = 9.37%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=49.85%
G=9.37%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653113500.810.180.35313.4368.3738.43
HexA51F8705112231394426
Octal245372070121224347110446
Binary10100101111111000011101010001100101000111001110011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51F87; }

 p { color: rgb(165,31,135); }

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

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

 a { background-color: rgb(165,31,135); }

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

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

 span { border-color: rgb(165,31,135); }

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