Shades of Dark Violet #AD0BDA
Tints of Dark Violet #AD0BDA
RGB
CMYK
RGB Variations
Color information
#AD0BDA (or 0xAD0BDA) is known color: Dark Violet. HEX triplet: AD, 0B and DA. RGB value is (173,11,218). Sum of RGB (Red+Green+Blue) = 173+11+218=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD0BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BDA is #52F425. Grayscale: #525252. Windows color (decimal): -5436454 or 14289837. OLE color: 14289837.
HSL color Cylindrical-coordinate representation of color #AD0BDA: hue angle of 286.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BDA is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 11 | 218 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.15 |
| HSL | 286.96º | 0.9% | 0.45% | - |
| HSV(B) | 286.96º | 0.95% | 0.85% | - |
| XYZ | 30.01 | 14.19 | 67.49 | - |
| YUV | 83.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 218 | 0.21 | 0.95 | 0 | 0.15 | 286.96 | 0.9 | 0.45 |
| Hex | AD | B | DA | 15 | 5F | 0 | F | 11F | 5A | 2D |
| Octal | 255 | 13 | 332 | 25 | 137 | 0 | 17 | 437 | 132 | 55 |
| Binary | 10101101 | 1011 | 11011010 | 10101 | 1011111 | 0 | 1111 | 100011111 | 1011010 | 101101 |
Color Harmonies of #AD0BDA
Complementary color
Monochromatic Colors of #AD0BDA
Black with #AD0BDA
Text Example
Text Example
White with #AD0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BDA; }
p { color: rgb(173,11,218); }
H1.HeaderClassName
{
color: #AD0BDA;
}
.AnyTagClassName
{
color: #AD0BDA;
}
</style>
background-color css
<style>
a { background-color: #AD0BDA; }
a { background-color: rgb(173,11,218); }
div.DivClassName
{
background-color: #AD0BDA;
}
.BgClassName
{
background-color: #AD0BDA;
}
</style>
border-color css
<style>
span { border-color: #AD0BDA; }
span { border-color: rgb(173,11,218); }
td.TdClassName
{
border-color: #AD0BDA;
}
.TagClassName
{
border-color: #AD0BDA;
}
</style>