#A50890

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

Shades of Dark Magenta #A50890

Tints of Dark Magenta #A50890

Color information

#A50890 (or 0xA50890) is unknown color: approx Dark Magenta. HEX triplet: A5, 08 and 90. RGB value is (165,8,144). Sum of RGB (Red+Green+Blue) = 165+8+144=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A50890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50890 is #5AF76F. Grayscale: #464646. Windows color (decimal): -5961584 or 9439397. OLE color: 9439397.

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

Color convert

RGB1658144-
CMYK00.950.130.35
HSL308.03º90.75%33.92%-
HSV(B)308.03º95.15%64.71%-
XYZ20.6410.1927.26-
YUV70.45169.51195.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 8 (3.52% from 255) = 2.52%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=52.05%
G=2.52%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165814400.950.130.35308.0390.7533.92
HexA589005FD231345b22
Octal245102200137154346413342
Binary101001011000100100000101111111011000111001101001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50890; }

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

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

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

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

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

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

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

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