#A50C91

Color #A50C91 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A50C91

Tints of Dark Magenta #A50C91

Color information

#A50C91 (or 0xA50C91) is unknown color: approx Dark Magenta. HEX triplet: A5, 0C and 91. RGB value is (165,12,145). Sum of RGB (Red+Green+Blue) = 165+12+145=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C91 is #5AF36E. Grayscale: #484848. Windows color (decimal): -5960559 or 9505957. OLE color: 9505957.

HSL color Cylindrical-coordinate representation of color #A50C91: hue angle of 307.84º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50C91 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16512145-
CMYK00.930.120.35
HSL307.84º86.44%34.71%-
HSV(B)307.84º92.73%64.71%-
XYZ20.7610.3127.68-
YUV72.91168.69193.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 12 (5.08% from 255) = 3.73%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=51.24%
G=3.73%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651214500.930.120.35307.8486.4434.71
HexA5C9105DC231345623
Octal245142210135144346412643
Binary101001011100100100010101110111001000111001101001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C91; }

 p { color: rgb(165,12,145); }

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

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

 a { background-color: rgb(165,12,145); }

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

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

 span { border-color: rgb(165,12,145); }

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