#AD0496

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

Shades of Dark Magenta #AD0496

Tints of Dark Magenta #AD0496

Color information

#AD0496 (or 0xAD0496) is unknown color: approx Dark Magenta. HEX triplet: AD, 04 and 96. RGB value is (173,4,150). Sum of RGB (Red+Green+Blue) = 173+4+150=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0496 is #52FB69. Grayscale: #464646. Windows color (decimal): -5438314 or 9831597. OLE color: 9831597.

HSL color Cylindrical-coordinate representation of color #AD0496: hue angle of 308.17º degrees, saturation: 0.95, 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 #AD0496 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB1734150-
CMYK00.980.130.32
HSL308.17º95.48%34.71%-
HSV(B)308.17º97.69%67.84%-
XYZ22.7811.1729.81-
YUV71.18172.49200.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=52.91%
G=1.22%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173415000.980.130.32308.1795.4834.71
HexAD496062D201345f23
Octal25542260142154046413743
Binary10101101100100101100110001011011000001001101001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0496; }

 p { color: rgb(173,4,150); }

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

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

 a { background-color: rgb(173,4,150); }

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

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

 span { border-color: rgb(173,4,150); }

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