Shades of Deep Magenta #AD07C1
Tints of Deep Magenta #AD07C1
RGB
CMYK
RGB Variations
Color information
#AD07C1 (or 0xAD07C1) is known color: Deep Magenta. HEX triplet: AD, 07 and C1. RGB value is (173,7,193). Sum of RGB (Red+Green+Blue) = 173+7+193=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD07C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07C1 is #52F83E. Grayscale: #4D4D4D. Windows color (decimal): -5437503 or 12650413. OLE color: 12650413.
HSL color Cylindrical-coordinate representation of color #AD07C1: hue angle of 293.55º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD07C1 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 7 | 193 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.24 |
| HSL | 293.55º | 0.93% | 0.39% | - |
| HSV(B) | 293.55º | 0.96% | 0.76% | - |
| XYZ | 26.94 | 12.89 | 51.52 | - |
| YUV | 77.84 | 193 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 193 | 0.10 | 0.96 | 0 | 0.24 | 293.55 | 0.93 | 0.39 |
| Hex | AD | 7 | C1 | A | 60 | 0 | 18 | 126 | 5D | 27 |
| Octal | 255 | 7 | 301 | 12 | 140 | 0 | 30 | 446 | 135 | 47 |
| Binary | 10101101 | 111 | 11000001 | 1010 | 1100000 | 0 | 11000 | 100100110 | 1011101 | 100111 |
Color Harmonies of #AD07C1
Complementary color
Monochromatic Colors of #AD07C1
Black with #AD07C1
Text Example
Text Example
White with #AD07C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07C1; }
p { color: rgb(173,7,193); }
H1.HeaderClassName
{
color: #AD07C1;
}
.AnyTagClassName
{
color: #AD07C1;
}
</style>
background-color css
<style>
a { background-color: #AD07C1; }
a { background-color: rgb(173,7,193); }
div.DivClassName
{
background-color: #AD07C1;
}
.BgClassName
{
background-color: #AD07C1;
}
</style>
border-color css
<style>
span { border-color: #AD07C1; }
span { border-color: rgb(173,7,193); }
td.TdClassName
{
border-color: #AD07C1;
}
.TagClassName
{
border-color: #AD07C1;
}
</style>