#a51e8a

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

Shades of Medium Red Violet #A51E8A

Tints of Medium Red Violet #A51E8A

Color information

#A51E8A (or 0xA51E8A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 1E and 8A. RGB value is (165,30,138). Sum of RGB (Red+Green+Blue) = 165+30+138=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51E8A is #5AE175. Grayscale: #525252. Windows color (decimal): -5955958 or 9051813. OLE color: 9051813.

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

Color convert

RGB16530138-
CMYK00.820.160.35
HSL312º69.23%38.24%-
HSV(B)312º81.82%64.71%-
XYZ20.5710.7625.04-
YUV82.68159.23186.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 30 (12.11% from 255) = 9.01%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=49.55%
G=9.01%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653013800.820.160.3531269.2338.24
HexA51E8A05210231384526
Octal245362120122204347010546
Binary10100101111101000101001010010100001000111001110001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51e8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51e8a; }

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

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

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

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

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

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

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

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