Shades of Deep Magenta #AD07B4
Tints of Deep Magenta #AD07B4
RGB
CMYK
RGB Variations
Color information
#AD07B4 (or 0xAD07B4) is known color: Deep Magenta. HEX triplet: AD, 07 and B4. RGB value is (173,7,180). Sum of RGB (Red+Green+Blue) = 173+7+180=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD07B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07B4 is #52F84B. Grayscale: #4B4B4B. Windows color (decimal): -5437516 or 11798445. OLE color: 11798445.
HSL color Cylindrical-coordinate representation of color #AD07B4: hue angle of 297.57º 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 #AD07B4 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 7 | 180 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.29 |
| HSL | 297.57º | 0.93% | 0.37% | - |
| HSV(B) | 297.57º | 0.96% | 0.71% | - |
| XYZ | 25.55 | 12.33 | 44.21 | - |
| YUV | 76.36 | 186.5 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 180 | 0.04 | 0.96 | 0 | 0.29 | 297.57 | 0.93 | 0.37 |
| Hex | AD | 7 | B4 | 4 | 60 | 0 | 1D | 12A | 5D | 25 |
| Octal | 255 | 7 | 264 | 4 | 140 | 0 | 35 | 452 | 135 | 45 |
| Binary | 10101101 | 111 | 10110100 | 100 | 1100000 | 0 | 11101 | 100101010 | 1011101 | 100101 |
Color Harmonies of #AD07B4
Complementary color
Monochromatic Colors of #AD07B4
Black with #AD07B4
Text Example
Text Example
White with #AD07B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07B4; }
p { color: rgb(173,7,180); }
H1.HeaderClassName
{
color: #AD07B4;
}
.AnyTagClassName
{
color: #AD07B4;
}
</style>
background-color css
<style>
a { background-color: #AD07B4; }
a { background-color: rgb(173,7,180); }
div.DivClassName
{
background-color: #AD07B4;
}
.BgClassName
{
background-color: #AD07B4;
}
</style>
border-color css
<style>
span { border-color: #AD07B4; }
span { border-color: rgb(173,7,180); }
td.TdClassName
{
border-color: #AD07B4;
}
.TagClassName
{
border-color: #AD07B4;
}
</style>