#A50997

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

Shades of Dark Magenta #A50997

Tints of Dark Magenta #A50997

Color information

#A50997 (or 0xA50997) is unknown color: approx Dark Magenta. HEX triplet: A5, 09 and 97. RGB value is (165,9,151). Sum of RGB (Red+Green+Blue) = 165+9+151=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A50997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50997 is #5AF668. Grayscale: #474747. Windows color (decimal): -5961321 or 9898405. OLE color: 9898405.

HSL color Cylindrical-coordinate representation of color #A50997: hue angle of 305.38º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50997 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB1659151-
CMYK00.950.080.35
HSL305.38º89.66%34.12%-
HSV(B)305.38º94.55%64.71%-
XYZ21.210.4330.17-
YUV71.83172.68194.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 9 (3.91% from 255) = 2.77%
BLUE value IS 151 (59.38% from 255) = 46.46%
R=50.77%
G=2.77%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165915100.950.080.35305.3889.6634.12
HexA599705F8231315a22
Octal245112270137104346113242
Binary101001011001100101110101111110001000111001100011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50997; }

 p { color: rgb(165,9,151); }

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

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

 a { background-color: rgb(165,9,151); }

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

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

 span { border-color: rgb(165,9,151); }

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