Shades of Dark Violet #AD02D0
Tints of Dark Violet #AD02D0
RGB
CMYK
RGB Variations
Color information
#AD02D0 (or 0xAD02D0) is known color: Dark Violet. HEX triplet: AD, 02 and D0. RGB value is (173,2,208). Sum of RGB (Red+Green+Blue) = 173+2+208=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD02D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02D0 is #52FD2F. Grayscale: #4B4B4B. Windows color (decimal): -5438768 or 13632173. OLE color: 13632173.
HSL color Cylindrical-coordinate representation of color #AD02D0: hue angle of 289.81º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02D0 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 2 | 208 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.18 |
| HSL | 289.81º | 0.98% | 0.41% | - |
| HSV(B) | 289.81º | 0.99% | 0.82% | - |
| XYZ | 28.64 | 13.48 | 60.77 | - |
| YUV | 76.61 | 202.15 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 208 | 0.17 | 0.99 | 0 | 0.18 | 289.81 | 0.98 | 0.41 |
| Hex | AD | 2 | D0 | 11 | 63 | 0 | 12 | 122 | 62 | 29 |
| Octal | 255 | 2 | 320 | 21 | 143 | 0 | 22 | 442 | 142 | 51 |
| Binary | 10101101 | 10 | 11010000 | 10001 | 1100011 | 0 | 10010 | 100100010 | 1100010 | 101001 |
Color Harmonies of #AD02D0
Complementary color
Monochromatic Colors of #AD02D0
Black with #AD02D0
Text Example
Text Example
White with #AD02D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02D0; }
p { color: rgb(173,2,208); }
H1.HeaderClassName
{
color: #AD02D0;
}
.AnyTagClassName
{
color: #AD02D0;
}
</style>
background-color css
<style>
a { background-color: #AD02D0; }
a { background-color: rgb(173,2,208); }
div.DivClassName
{
background-color: #AD02D0;
}
.BgClassName
{
background-color: #AD02D0;
}
</style>
border-color css
<style>
span { border-color: #AD02D0; }
span { border-color: rgb(173,2,208); }
td.TdClassName
{
border-color: #AD02D0;
}
.TagClassName
{
border-color: #AD02D0;
}
</style>