#AD0492

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

Shades of Dark Magenta #AD0492

Tints of Dark Magenta #AD0492

Color information

#AD0492 (or 0xAD0492) is unknown color: approx Dark Magenta. HEX triplet: AD, 04 and 92. RGB value is (173,4,146). Sum of RGB (Red+Green+Blue) = 173+4+146=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0492 is #52FB6D. Grayscale: #464646. Windows color (decimal): -5438318 or 9569453. OLE color: 9569453.

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

Color convert

RGB1734146-
CMYK00.980.160.32
HSL309.59º95.48%34.71%-
HSV(B)309.59º97.69%67.84%-
XYZ22.4711.0528.14-
YUV70.72170.49200.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 4 (1.95% from 255) = 1.24%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=53.56%
G=1.24%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173414600.980.160.32309.5995.4834.71
HexAD49206210201365f23
Octal25542220142204046613743
Binary101011011001001001001100010100001000001001101101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0492; }

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

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

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

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

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

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

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

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