#A51F96

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

Shades of Medium Red Violet #A51F96

Tints of Medium Red Violet #A51F96

Color information

#A51F96 (or 0xA51F96) is unknown color: approx Medium Red Violet. HEX triplet: A5, 1F and 96. RGB value is (165,31,150). Sum of RGB (Red+Green+Blue) = 165+31+150=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F96 is #5AE069. Grayscale: #545454. Windows color (decimal): -5955690 or 9838501. OLE color: 9838501.

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

Color convert

RGB16531150-
CMYK00.810.090.35
HSL306.72º68.37%38.43%-
HSV(B)306.72º81.21%64.71%-
XYZ21.5111.1829.88-
YUV84.63164.89185.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 31 (12.5% from 255) = 8.96%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=47.69%
G=8.96%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653115000.810.090.35306.7268.3738.43
HexA51F960519231334426
Octal245372260121114346310446
Binary1010010111111100101100101000110011000111001100111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51F96; }

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

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

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

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

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

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

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

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