#A51E88

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

Shades of Medium Red Violet #A51E88

Tints of Medium Red Violet #A51E88

Color information

#A51E88 (or 0xA51E88) is unknown color: approx Medium Red Violet. HEX triplet: A5, 1E and 88. RGB value is (165,30,136). Sum of RGB (Red+Green+Blue) = 165+30+136=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51E88 is #5AE177. Grayscale: #525252. Windows color (decimal): -5955960 or 8920741. OLE color: 8920741.

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

Color convert

RGB16530136-
CMYK00.820.180.35
HSL312.89º69.23%38.24%-
HSV(B)312.89º81.82%64.71%-
XYZ20.4310.7124.28-
YUV82.45158.23186.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 30 (12.11% from 255) = 9.06%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=49.85%
G=9.06%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653013600.820.180.35312.8969.2338.24
HexA51E8805212231394526
Octal245362100122224347110546
Binary10100101111101000100001010010100101000111001110011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E88; }

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

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

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

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

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

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

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

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