#AD03A9

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

Shades of Dark Magenta #AD03A9

Tints of Dark Magenta #AD03A9

Color information

#AD03A9 (or 0xAD03A9) is unknown color: approx Dark Magenta. HEX triplet: AD, 03 and A9. RGB value is (173,3,169). Sum of RGB (Red+Green+Blue) = 173+3+169=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD03A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD03A9 is #52FC56. Grayscale: #484848. Windows color (decimal): -5438551 or 11076525. OLE color: 11076525.

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

Color convert

RGB1733169-
CMYK00.980.020.32
HSL301.41º96.59%34.51%-
HSV(B)301.41º98.27%67.84%-
XYZ24.4311.8138.53-
YUV72.75182.32199.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 169 (66.41% from 255) = 48.99%
R=50.14%
G=0.87%
B=48.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173316900.980.020.32301.4196.5934.51
HexAD3A906222012d6123
Octal2553251014224045514143
Binary10101101111010100101100010101000001001011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD03A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD03A9; }

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

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

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

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

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

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

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

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