Shades of Deep Magenta #AD09BD
Tints of Deep Magenta #AD09BD
RGB
CMYK
RGB Variations
Color information
#AD09BD (or 0xAD09BD) is known color: Deep Magenta. HEX triplet: AD, 09 and BD. RGB value is (173,9,189). Sum of RGB (Red+Green+Blue) = 173+9+189=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD09BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09BD is #52F642. Grayscale: #4E4E4E. Windows color (decimal): -5436995 or 12388781. OLE color: 12388781.
HSL color Cylindrical-coordinate representation of color #AD09BD: hue angle of 294.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD09BD is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 9 | 189 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.26 |
| HSL | 294.67º | 0.91% | 0.39% | - |
| HSV(B) | 294.67º | 0.95% | 0.74% | - |
| XYZ | 26.52 | 12.75 | 49.21 | - |
| YUV | 78.56 | 190.33 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 189 | 0.08 | 0.95 | 0 | 0.26 | 294.67 | 0.91 | 0.39 |
| Hex | AD | 9 | BD | 8 | 5F | 0 | 1A | 127 | 5B | 27 |
| Octal | 255 | 11 | 275 | 10 | 137 | 0 | 32 | 447 | 133 | 47 |
| Binary | 10101101 | 1001 | 10111101 | 1000 | 1011111 | 0 | 11010 | 100100111 | 1011011 | 100111 |
Color Harmonies of #AD09BD
Complementary color
Monochromatic Colors of #AD09BD
Black with #AD09BD
Text Example
Text Example
White with #AD09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09BD; }
p { color: rgb(173,9,189); }
H1.HeaderClassName
{
color: #AD09BD;
}
.AnyTagClassName
{
color: #AD09BD;
}
</style>
background-color css
<style>
a { background-color: #AD09BD; }
a { background-color: rgb(173,9,189); }
div.DivClassName
{
background-color: #AD09BD;
}
.BgClassName
{
background-color: #AD09BD;
}
</style>
border-color css
<style>
span { border-color: #AD09BD; }
span { border-color: rgb(173,9,189); }
td.TdClassName
{
border-color: #AD09BD;
}
.TagClassName
{
border-color: #AD09BD;
}
</style>