#A50891

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

Shades of Dark Magenta #A50891

Tints of Dark Magenta #A50891

Color information

#A50891 (or 0xA50891) is unknown color: approx Dark Magenta. HEX triplet: A5, 08 and 91. RGB value is (165,8,145). Sum of RGB (Red+Green+Blue) = 165+8+145=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A50891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50891 is #5AF76E. Grayscale: #464646. Windows color (decimal): -5961583 or 9504933. OLE color: 9504933.

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

Color convert

RGB1658145-
CMYK00.950.120.35
HSL307.64º90.75%33.92%-
HSV(B)307.64º95.15%64.71%-
XYZ20.7110.2227.67-
YUV70.56170.01195.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.89%
GREEN value IS 8 (3.52% from 255) = 2.52%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=51.89%
G=2.52%
B=45.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165814500.950.120.35307.6490.7533.92
HexA589105FC231345b22
Octal245102210137144346413342
Binary101001011000100100010101111111001000111001101001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50891; }

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

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

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

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

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

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

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

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