Shades of Dark Violet #AD06CA
Tints of Dark Violet #AD06CA
RGB
CMYK
RGB Variations
Color information
#AD06CA (or 0xAD06CA) is known color: Dark Violet. HEX triplet: AD, 06 and CA. RGB value is (173,6,202). Sum of RGB (Red+Green+Blue) = 173+6+202=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD06CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06CA is #52F935. Grayscale: #4D4D4D. Windows color (decimal): -5437750 or 13239981. OLE color: 13239981.
HSL color Cylindrical-coordinate representation of color #AD06CA: hue angle of 291.12º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06CA is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 6 | 202 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.21 |
| HSL | 291.12º | 0.94% | 0.41% | - |
| HSV(B) | 291.12º | 0.97% | 0.79% | - |
| XYZ | 27.96 | 13.28 | 56.97 | - |
| YUV | 78.28 | 197.83 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 202 | 0.14 | 0.97 | 0 | 0.21 | 291.12 | 0.94 | 0.41 |
| Hex | AD | 6 | CA | E | 61 | 0 | 15 | 123 | 5E | 29 |
| Octal | 255 | 6 | 312 | 16 | 141 | 0 | 25 | 443 | 136 | 51 |
| Binary | 10101101 | 110 | 11001010 | 1110 | 1100001 | 0 | 10101 | 100100011 | 1011110 | 101001 |
Color Harmonies of #AD06CA
Complementary color
Monochromatic Colors of #AD06CA
Black with #AD06CA
Text Example
Text Example
White with #AD06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06CA; }
p { color: rgb(173,6,202); }
H1.HeaderClassName
{
color: #AD06CA;
}
.AnyTagClassName
{
color: #AD06CA;
}
</style>
background-color css
<style>
a { background-color: #AD06CA; }
a { background-color: rgb(173,6,202); }
div.DivClassName
{
background-color: #AD06CA;
}
.BgClassName
{
background-color: #AD06CA;
}
</style>
border-color css
<style>
span { border-color: #AD06CA; }
span { border-color: rgb(173,6,202); }
td.TdClassName
{
border-color: #AD06CA;
}
.TagClassName
{
border-color: #AD06CA;
}
</style>