Shades of Dark Magenta #AD089C
Tints of Dark Magenta #AD089C
RGB
CMYK
RGB Variations
Color information
#AD089C (or 0xAD089C) is known color: Dark Magenta. HEX triplet: AD, 08 and 9C. RGB value is (173,8,156). Sum of RGB (Red+Green+Blue) = 173+8+156=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD089C is #52F763. Grayscale: #494949. Windows color (decimal): -5437284 or 10225837. OLE color: 10225837.
HSL color Cylindrical-coordinate representation of color #AD089C: hue angle of 306.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD089C is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 156 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.32 |
| HSL | 306.18º | 0.91% | 0.35% | - |
| HSV(B) | 306.18º | 0.95% | 0.68% | - |
| XYZ | 23.32 | 11.46 | 32.43 | - |
| YUV | 74.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 156 | 0 | 0.95 | 0.10 | 0.32 | 306.18 | 0.91 | 0.35 |
| Hex | AD | 8 | 9C | 0 | 5F | A | 20 | 132 | 5B | 23 |
| Octal | 255 | 10 | 234 | 0 | 137 | 12 | 40 | 462 | 133 | 43 |
| Binary | 10101101 | 1000 | 10011100 | 0 | 1011111 | 1010 | 100000 | 100110010 | 1011011 | 100011 |
Color Harmonies of #AD089C
Complementary color
Monochromatic Colors of #AD089C
Black with #AD089C
Text Example
Text Example
White with #AD089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD089C; }
p { color: rgb(173,8,156); }
H1.HeaderClassName
{
color: #AD089C;
}
.AnyTagClassName
{
color: #AD089C;
}
</style>
background-color css
<style>
a { background-color: #AD089C; }
a { background-color: rgb(173,8,156); }
div.DivClassName
{
background-color: #AD089C;
}
.BgClassName
{
background-color: #AD089C;
}
</style>
border-color css
<style>
span { border-color: #AD089C; }
span { border-color: rgb(173,8,156); }
td.TdClassName
{
border-color: #AD089C;
}
.TagClassName
{
border-color: #AD089C;
}
</style>