Shades of Deep Magenta #AD07B5
Tints of Deep Magenta #AD07B5
RGB
CMYK
RGB Variations
Color information
#AD07B5 (or 0xAD07B5) is known color: Deep Magenta. HEX triplet: AD, 07 and B5. RGB value is (173,7,181). Sum of RGB (Red+Green+Blue) = 173+7+181=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD07B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07B5 is #52F84A. Grayscale: #4B4B4B. Windows color (decimal): -5437515 or 11863981. OLE color: 11863981.
HSL color Cylindrical-coordinate representation of color #AD07B5: hue angle of 297.24º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD07B5 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 7 | 181 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.29 |
| HSL | 297.24º | 0.93% | 0.37% | - |
| HSV(B) | 297.24º | 0.96% | 0.71% | - |
| XYZ | 25.65 | 12.37 | 44.75 | - |
| YUV | 76.47 | 187 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 181 | 0.04 | 0.96 | 0 | 0.29 | 297.24 | 0.93 | 0.37 |
| Hex | AD | 7 | B5 | 4 | 60 | 0 | 1D | 129 | 5D | 25 |
| Octal | 255 | 7 | 265 | 4 | 140 | 0 | 35 | 451 | 135 | 45 |
| Binary | 10101101 | 111 | 10110101 | 100 | 1100000 | 0 | 11101 | 100101001 | 1011101 | 100101 |
Color Harmonies of #AD07B5
Complementary color
Monochromatic Colors of #AD07B5
Black with #AD07B5
Text Example
Text Example
White with #AD07B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07B5; }
p { color: rgb(173,7,181); }
H1.HeaderClassName
{
color: #AD07B5;
}
.AnyTagClassName
{
color: #AD07B5;
}
</style>
background-color css
<style>
a { background-color: #AD07B5; }
a { background-color: rgb(173,7,181); }
div.DivClassName
{
background-color: #AD07B5;
}
.BgClassName
{
background-color: #AD07B5;
}
</style>
border-color css
<style>
span { border-color: #AD07B5; }
span { border-color: rgb(173,7,181); }
td.TdClassName
{
border-color: #AD07B5;
}
.TagClassName
{
border-color: #AD07B5;
}
</style>