#A50296

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

Shades of Dark Magenta #A50296

Tints of Dark Magenta #A50296

Color information

#A50296 (or 0xA50296) is unknown color: approx Dark Magenta. HEX triplet: A5, 02 and 96. RGB value is (165,2,150). Sum of RGB (Red+Green+Blue) = 165+2+150=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A50296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50296 is #5AFD69. Grayscale: #434343. Windows color (decimal): -5963114 or 9831077. OLE color: 9831077.

HSL color Cylindrical-coordinate representation of color #A50296: hue angle of 305.52º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50296 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB1652150-
CMYK00.990.090.35
HSL305.52º97.6%32.75%-
HSV(B)305.52º98.79%64.71%-
XYZ21.0410.2429.72-
YUV67.61174.5197.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=52.05%
G=0.63%
B=47.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165215000.990.090.35305.5297.632.75
HexA52960639231326221
Octal24522260143114346214241
Binary1010010110100101100110001110011000111001100101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50296; }

 p { color: rgb(165,2,150); }

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

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

 a { background-color: rgb(165,2,150); }

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

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

 span { border-color: rgb(165,2,150); }

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