#A51F95

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

Shades of Medium Red Violet #A51F95

Tints of Medium Red Violet #A51F95

Color information

#A51F95 (or 0xA51F95) is unknown color: approx Medium Red Violet. HEX triplet: A5, 1F and 95. RGB value is (165,31,149). Sum of RGB (Red+Green+Blue) = 165+31+149=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F95 is #5AE06A. Grayscale: #545454. Windows color (decimal): -5955691 or 9772965. OLE color: 9772965.

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

Color convert

RGB16531149-
CMYK00.810.100.35
HSL307.16º68.37%38.43%-
HSV(B)307.16º81.21%64.71%-
XYZ21.4311.1529.46-
YUV84.52164.39185.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 31 (12.5% from 255) = 8.99%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=47.83%
G=8.99%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653114900.810.100.35307.1668.3738.43
HexA51F95051A231334426
Octal245372250121124346310446
Binary1010010111111100101010101000110101000111001100111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51F95; }

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

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

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

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

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

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

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

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