#a50b90

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

Shades of Dark Magenta #A50B90

Tints of Dark Magenta #A50B90

Color information

#A50B90 (or 0xA50B90) is unknown color: approx Dark Magenta. HEX triplet: A5, 0B and 90. RGB value is (165,11,144). Sum of RGB (Red+Green+Blue) = 165+11+144=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50B90 is #5AF46F. Grayscale: #474747. Windows color (decimal): -5960816 or 9440165. OLE color: 9440165.

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

Color convert

RGB16511144-
CMYK00.930.130.35
HSL308.18º87.5%34.51%-
HSV(B)308.18º93.33%64.71%-
XYZ20.6710.2527.27-
YUV72.21168.52194.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 11 (4.69% from 255) = 3.44%
BLUE value IS 144 (56.64% from 255) = 45%
R=51.56%
G=3.44%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651114400.930.130.35308.1887.534.51
HexA5B9005DD231345823
Octal245132200135154346413043
Binary101001011011100100000101110111011000111001101001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50b90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50b90; }

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

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

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

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

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

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

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

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