#A503AB

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

Shades of Dark Magenta #A503AB

Tints of Dark Magenta #A503AB

Color information

#A503AB (or 0xA503AB) is unknown color: approx Dark Magenta. HEX triplet: A5, 03 and AB. RGB value is (165,3,171). Sum of RGB (Red+Green+Blue) = 165+3+171=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #A503AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A503AB is #5AFC54. Grayscale: #464646. Windows color (decimal): -5962837 or 11207589. OLE color: 11207589.

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

Color convert

RGB1653171-
CMYK0.040.9800.33
HSL297.86º96.55%34.12%-
HSV(B)297.86º98.25%67.06%-
XYZ22.91139.45-
YUV70.59184.67195.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=48.67%
G=0.88%
B=50.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16531710.040.9800.33297.8696.5534.12
HexA53AB46202112a6122
Octal2453253414204145214142
Binary101001011110101011100110001001000011001010101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A503AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A503AB; }

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

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

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

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

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

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

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

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