Shades of Dark Violet #AD02DF
Tints of Dark Violet #AD02DF
RGB
CMYK
RGB Variations
Color information
#AD02DF (or 0xAD02DF) is known color: Dark Violet. HEX triplet: AD, 02 and DF. RGB value is (173,2,223). Sum of RGB (Red+Green+Blue) = 173+2+223=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02DF is #52FD20. Grayscale: #4D4D4D. Windows color (decimal): -5438753 or 14615213. OLE color: 14615213.
HSL color Cylindrical-coordinate representation of color #AD02DF: hue angle of 286.43º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02DF is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 2 | 223 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.13 |
| HSL | 286.43º | 0.98% | 0.44% | - |
| HSV(B) | 286.43º | 0.99% | 0.87% | - |
| XYZ | 30.57 | 14.26 | 70.95 | - |
| YUV | 78.32 | 209.65 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 223 | 0.22 | 0.99 | 0 | 0.13 | 286.43 | 0.98 | 0.44 |
| Hex | AD | 2 | DF | 16 | 63 | 0 | D | 11E | 62 | 2C |
| Octal | 255 | 2 | 337 | 26 | 143 | 0 | 15 | 436 | 142 | 54 |
| Binary | 10101101 | 10 | 11011111 | 10110 | 1100011 | 0 | 1101 | 100011110 | 1100010 | 101100 |
Color Harmonies of #AD02DF
Complementary color
Monochromatic Colors of #AD02DF
Black with #AD02DF
Text Example
Text Example
White with #AD02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02DF; }
p { color: rgb(173,2,223); }
H1.HeaderClassName
{
color: #AD02DF;
}
.AnyTagClassName
{
color: #AD02DF;
}
</style>
background-color css
<style>
a { background-color: #AD02DF; }
a { background-color: rgb(173,2,223); }
div.DivClassName
{
background-color: #AD02DF;
}
.BgClassName
{
background-color: #AD02DF;
}
</style>
border-color css
<style>
span { border-color: #AD02DF; }
span { border-color: rgb(173,2,223); }
td.TdClassName
{
border-color: #AD02DF;
}
.TagClassName
{
border-color: #AD02DF;
}
</style>