Shades of Deep Magenta #AD09B5
Tints of Deep Magenta #AD09B5
RGB
CMYK
RGB Variations
Color information
#AD09B5 (or 0xAD09B5) is known color: Deep Magenta. HEX triplet: AD, 09 and B5. RGB value is (173,9,181). Sum of RGB (Red+Green+Blue) = 173+9+181=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD09B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09B5 is #52F64A. Grayscale: #4D4D4D. Windows color (decimal): -5437003 or 11864493. OLE color: 11864493.
HSL color Cylindrical-coordinate representation of color #AD09B5: hue angle of 297.21º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD09B5 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 9 | 181 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.29 |
| HSL | 297.21º | 0.91% | 0.37% | - |
| HSV(B) | 297.21º | 0.95% | 0.71% | - |
| XYZ | 25.67 | 12.42 | 44.76 | - |
| YUV | 77.64 | 186.33 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 181 | 0.04 | 0.95 | 0 | 0.29 | 297.21 | 0.91 | 0.37 |
| Hex | AD | 9 | B5 | 4 | 5F | 0 | 1D | 129 | 5B | 25 |
| Octal | 255 | 11 | 265 | 4 | 137 | 0 | 35 | 451 | 133 | 45 |
| Binary | 10101101 | 1001 | 10110101 | 100 | 1011111 | 0 | 11101 | 100101001 | 1011011 | 100101 |
Color Harmonies of #AD09B5
Complementary color
Monochromatic Colors of #AD09B5
Black with #AD09B5
Text Example
Text Example
White with #AD09B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09B5; }
p { color: rgb(173,9,181); }
H1.HeaderClassName
{
color: #AD09B5;
}
.AnyTagClassName
{
color: #AD09B5;
}
</style>
background-color css
<style>
a { background-color: #AD09B5; }
a { background-color: rgb(173,9,181); }
div.DivClassName
{
background-color: #AD09B5;
}
.BgClassName
{
background-color: #AD09B5;
}
</style>
border-color css
<style>
span { border-color: #AD09B5; }
span { border-color: rgb(173,9,181); }
td.TdClassName
{
border-color: #AD09B5;
}
.TagClassName
{
border-color: #AD09B5;
}
</style>