#A50297

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

Shades of Dark Magenta #A50297

Tints of Dark Magenta #A50297

Color information

#A50297 (or 0xA50297) is unknown color: approx Dark Magenta. HEX triplet: A5, 02 and 97. RGB value is (165,2,151). Sum of RGB (Red+Green+Blue) = 165+2+151=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A50297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50297 is #5AFD68. Grayscale: #434343. Windows color (decimal): -5963113 or 9896613. OLE color: 9896613.

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

Color convert

RGB1652151-
CMYK00.990.080.35
HSL305.15º97.6%32.75%-
HSV(B)305.15º98.79%64.71%-
XYZ21.1210.2830.15-
YUV67.72175197.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.89%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 151 (59.38% from 255) = 47.48%
R=51.89%
G=0.63%
B=47.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165215100.990.080.35305.1597.632.75
HexA52970638231316221
Octal24522270143104346114241
Binary1010010110100101110110001110001000111001100011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50297; }

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

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

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

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

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

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

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

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