#A50C93

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

Shades of Dark Magenta #A50C93

Tints of Dark Magenta #A50C93

Color information

#A50C93 (or 0xA50C93) is unknown color: approx Dark Magenta. HEX triplet: A5, 0C and 93. RGB value is (165,12,147). Sum of RGB (Red+Green+Blue) = 165+12+147=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C93 is #5AF36C. Grayscale: #484848. Windows color (decimal): -5960557 or 9637029. OLE color: 9637029.

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

Color convert

RGB16512147-
CMYK00.930.110.35
HSL307.06º86.44%34.71%-
HSV(B)307.06º92.73%64.71%-
XYZ20.9110.3728.5-
YUV73.14169.69193.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 12 (5.08% from 255) = 3.70%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=50.93%
G=3.70%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651214700.930.110.35307.0686.4434.71
HexA5C9305DB231335623
Octal245142230135134346312643
Binary101001011100100100110101110110111000111001100111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C93; }

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

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

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

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

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

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

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

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