Shades of Deep Magenta #AD03AF
Tints of Deep Magenta #AD03AF
RGB
CMYK
RGB Variations
Color information
#AD03AF (or 0xAD03AF) is known color: Deep Magenta. HEX triplet: AD, 03 and AF. RGB value is (173,3,175). Sum of RGB (Red+Green+Blue) = 173+3+175=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD03AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD03AF is #52FC50. Grayscale: #484848. Windows color (decimal): -5438545 or 11469741. OLE color: 11469741.
HSL color Cylindrical-coordinate representation of color #AD03AF: hue angle of 299.3º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD03AF is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 3 | 175 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.31 |
| HSL | 299.3º | 0.97% | 0.35% | - |
| HSV(B) | 299.3º | 0.98% | 0.69% | - |
| XYZ | 25 | 12.04 | 41.56 | - |
| YUV | 73.44 | 185.32 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 175 | 0.01 | 0.98 | 0 | 0.31 | 299.3 | 0.97 | 0.35 |
| Hex | AD | 3 | AF | 1 | 62 | 0 | 1F | 12B | 61 | 23 |
| Octal | 255 | 3 | 257 | 1 | 142 | 0 | 37 | 453 | 141 | 43 |
| Binary | 10101101 | 11 | 10101111 | 1 | 1100010 | 0 | 11111 | 100101011 | 1100001 | 100011 |
Color Harmonies of #AD03AF
Complementary color
Monochromatic Colors of #AD03AF
Black with #AD03AF
Text Example
Text Example
White with #AD03AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03AF; }
p { color: rgb(173,3,175); }
H1.HeaderClassName
{
color: #AD03AF;
}
.AnyTagClassName
{
color: #AD03AF;
}
</style>
background-color css
<style>
a { background-color: #AD03AF; }
a { background-color: rgb(173,3,175); }
div.DivClassName
{
background-color: #AD03AF;
}
.BgClassName
{
background-color: #AD03AF;
}
</style>
border-color css
<style>
span { border-color: #AD03AF; }
span { border-color: rgb(173,3,175); }
td.TdClassName
{
border-color: #AD03AF;
}
.TagClassName
{
border-color: #AD03AF;
}
</style>