#A503A9

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

Shades of Dark Magenta #A503A9

Tints of Dark Magenta #A503A9

Color information

#A503A9 (or 0xA503A9) is unknown color: approx Dark Magenta. HEX triplet: A5, 03 and A9. RGB value is (165,3,169). Sum of RGB (Red+Green+Blue) = 165+3+169=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 169 (66.41% from 255 or 50.15% from 337); Max value from RGB is 169 - color contains mainly: blue. Hex color #A503A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A503A9 is #5AFC56. Grayscale: #454545. Windows color (decimal): -5962839 or 11076517. OLE color: 11076517.

HSL color Cylindrical-coordinate representation of color #A503A9: hue angle of 298.55º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A503A9 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1653169-
CMYK0.020.9800.34
HSL298.55º96.51%33.73%-
HSV(B)298.55º98.22%66.27%-
XYZ22.7110.9338.45-
YUV70.36183.67195.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 169 (66.41% from 255) = 50.15%
R=48.96%
G=0.89%
B=50.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16531690.020.9800.34298.5596.5133.73
HexA53A926202212b6122
Octal2453251214204245314142
Binary10100101111010100110110001001000101001010111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A503A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A503A9; }

 p { color: rgb(165,3,169); }

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

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

 a { background-color: rgb(165,3,169); }

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

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

 span { border-color: rgb(165,3,169); }

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