#A50898

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

Shades of Dark Magenta #A50898

Tints of Dark Magenta #A50898

Color information

#A50898 (or 0xA50898) is unknown color: approx Dark Magenta. HEX triplet: A5, 08 and 98. RGB value is (165,8,152). Sum of RGB (Red+Green+Blue) = 165+8+152=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A50898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50898 is #5AF767. Grayscale: #464646. Windows color (decimal): -5961576 or 9963685. OLE color: 9963685.

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

Color convert

RGB1658152-
CMYK00.950.080.35
HSL304.97º90.75%33.92%-
HSV(B)304.97º95.15%64.71%-
XYZ21.2710.4430.6-
YUV71.36173.51194.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 8 (3.52% from 255) = 2.46%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=50.77%
G=2.46%
B=46.77%

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
Decimal165815200.950.080.35304.9790.7533.92
HexA589805F8231315b22
Octal245102300137104346113342
Binary101001011000100110000101111110001000111001100011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50898; }

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

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

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

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

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

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

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

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