Shades of Dark Violet #AD06DD
Tints of Dark Violet #AD06DD
RGB
CMYK
RGB Variations
Color information
#AD06DD (or 0xAD06DD) is known color: Dark Violet. HEX triplet: AD, 06 and DD. RGB value is (173,6,221). Sum of RGB (Red+Green+Blue) = 173+6+221=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD06DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06DD is #52F922. Grayscale: #4F4F4F. Windows color (decimal): -5437731 or 14485165. OLE color: 14485165.
HSL color Cylindrical-coordinate representation of color #AD06DD: hue angle of 286.6º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06DD is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 6 | 221 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.13 |
| HSL | 286.6º | 0.95% | 0.45% | - |
| HSV(B) | 286.6º | 0.97% | 0.87% | - |
| XYZ | 30.35 | 14.23 | 69.55 | - |
| YUV | 80.44 | 207.33 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 221 | 0.22 | 0.97 | 0 | 0.13 | 286.6 | 0.95 | 0.45 |
| Hex | AD | 6 | DD | 16 | 61 | 0 | D | 11F | 5F | 2D |
| Octal | 255 | 6 | 335 | 26 | 141 | 0 | 15 | 437 | 137 | 55 |
| Binary | 10101101 | 110 | 11011101 | 10110 | 1100001 | 0 | 1101 | 100011111 | 1011111 | 101101 |
Color Harmonies of #AD06DD
Complementary color
Monochromatic Colors of #AD06DD
Black with #AD06DD
Text Example
Text Example
White with #AD06DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06DD; }
p { color: rgb(173,6,221); }
H1.HeaderClassName
{
color: #AD06DD;
}
.AnyTagClassName
{
color: #AD06DD;
}
</style>
background-color css
<style>
a { background-color: #AD06DD; }
a { background-color: rgb(173,6,221); }
div.DivClassName
{
background-color: #AD06DD;
}
.BgClassName
{
background-color: #AD06DD;
}
</style>
border-color css
<style>
span { border-color: #AD06DD; }
span { border-color: rgb(173,6,221); }
td.TdClassName
{
border-color: #AD06DD;
}
.TagClassName
{
border-color: #AD06DD;
}
</style>