#AD0A98

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

Shades of Dark Magenta #AD0A98

Tints of Dark Magenta #AD0A98

Color information

#AD0A98 (or 0xAD0A98) is unknown color: approx Dark Magenta. HEX triplet: AD, 0A and 98. RGB value is (173,10,152). Sum of RGB (Red+Green+Blue) = 173+10+152=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0A98 is #52F567. Grayscale: #4A4A4A. Windows color (decimal): -5436776 or 9964205. OLE color: 9964205.

HSL color Cylindrical-coordinate representation of color #AD0A98: hue angle of 307.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0A98 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB17310152-
CMYK00.940.120.32
HSL307.73º89.07%35.88%-
HSV(B)307.73º94.22%67.84%-
XYZ23.0111.3730.69-
YUV74.92171.5197.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.64%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=51.64%
G=2.99%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731015200.940.120.32307.7389.0735.88
HexADA9805EC201345924
Octal255122300136144046413144
Binary101011011010100110000101111011001000001001101001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0A98; }

 p { color: rgb(173,10,152); }

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

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

 a { background-color: rgb(173,10,152); }

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

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

 span { border-color: rgb(173,10,152); }

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