Shades of Dark Violet #AD06E3
Tints of Dark Violet #AD06E3
RGB
CMYK
RGB Variations
Color information
#AD06E3 (or 0xAD06E3) is known color: Dark Violet. HEX triplet: AD, 06 and E3. RGB value is (173,6,227). Sum of RGB (Red+Green+Blue) = 173+6+227=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 227 (89.06% from 255 or 55.91% from 406); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD06E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06E3 is #52F91C. Grayscale: #505050. Windows color (decimal): -5437725 or 14878381. OLE color: 14878381.
HSL color Cylindrical-coordinate representation of color #AD06E3: hue angle of 285.34º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06E3 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 6 | 227 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.11 |
| HSL | 285.34º | 0.95% | 0.46% | - |
| HSV(B) | 285.34º | 0.97% | 0.89% | - |
| XYZ | 31.16 | 14.56 | 73.84 | - |
| YUV | 81.13 | 210.33 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 227 | 0.24 | 0.97 | 0 | 0.11 | 285.34 | 0.95 | 0.46 |
| Hex | AD | 6 | E3 | 18 | 61 | 0 | B | 11D | 5F | 2E |
| Octal | 255 | 6 | 343 | 30 | 141 | 0 | 13 | 435 | 137 | 56 |
| Binary | 10101101 | 110 | 11100011 | 11000 | 1100001 | 0 | 1011 | 100011101 | 1011111 | 101110 |
Color Harmonies of #AD06E3
Complementary color
Monochromatic Colors of #AD06E3
Black with #AD06E3
Text Example
Text Example
White with #AD06E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06E3; }
p { color: rgb(173,6,227); }
H1.HeaderClassName
{
color: #AD06E3;
}
.AnyTagClassName
{
color: #AD06E3;
}
</style>
background-color css
<style>
a { background-color: #AD06E3; }
a { background-color: rgb(173,6,227); }
div.DivClassName
{
background-color: #AD06E3;
}
.BgClassName
{
background-color: #AD06E3;
}
</style>
border-color css
<style>
span { border-color: #AD06E3; }
span { border-color: rgb(173,6,227); }
td.TdClassName
{
border-color: #AD06E3;
}
.TagClassName
{
border-color: #AD06E3;
}
</style>