#a50b9a

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

Shades of Dark Magenta #A50B9A

Tints of Dark Magenta #A50B9A

Color information

#A50B9A (or 0xA50B9A) is unknown color: approx Dark Magenta. HEX triplet: A5, 0B and 9A. RGB value is (165,11,154). Sum of RGB (Red+Green+Blue) = 165+11+154=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50B9A is #5AF465. Grayscale: #484848. Windows color (decimal): -5960806 or 10095525. OLE color: 10095525.

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

Color convert

RGB16511154-
CMYK00.930.070.35
HSL304.29º87.5%34.51%-
HSV(B)304.29º93.33%64.71%-
XYZ21.4710.5731.48-
YUV73.35173.52193.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 3.33%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=50%
G=3.33%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651115400.930.070.35304.2987.534.51
HexA5B9A05D7231305823
Octal24513232013574346013043
Binary10100101101110011010010111011111000111001100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50b9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50b9a; }

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

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

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

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

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

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

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

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