#A50C98

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

Shades of Dark Magenta #A50C98

Tints of Dark Magenta #A50C98

Color information

#A50C98 (or 0xA50C98) is unknown color: approx Dark Magenta. HEX triplet: A5, 0C and 98. RGB value is (165,12,152). Sum of RGB (Red+Green+Blue) = 165+12+152=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C98 is #5AF367. Grayscale: #494949. Windows color (decimal): -5960552 or 9964709. OLE color: 9964709.

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

Color convert

RGB16512152-
CMYK00.930.080.35
HSL305.1º86.44%34.71%-
HSV(B)305.1º92.73%64.71%-
XYZ21.3210.5330.61-
YUV73.71172.19193.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 12 (5.08% from 255) = 3.65%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=50.15%
G=3.65%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651215200.930.080.35305.186.4434.71
HexA5C9805D8231315623
Octal245142300135104346112643
Binary101001011100100110000101110110001000111001100011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C98; }

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

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

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

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

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

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

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

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