Shades of Dark Violet #AD0BD3
Tints of Dark Violet #AD0BD3
RGB
CMYK
RGB Variations
Color information
#AD0BD3 (or 0xAD0BD3) is known color: Dark Violet. HEX triplet: AD, 0B and D3. RGB value is (173,11,211). Sum of RGB (Red+Green+Blue) = 173+11+211=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD0BD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BD3 is #52F42C. Grayscale: #515151. Windows color (decimal): -5436461 or 13831085. OLE color: 13831085.
HSL color Cylindrical-coordinate representation of color #AD0BD3: hue angle of 288.6º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BD3 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 11 | 211 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.17 |
| HSL | 288.6º | 0.9% | 0.44% | - |
| HSV(B) | 288.6º | 0.95% | 0.83% | - |
| XYZ | 29.11 | 13.83 | 62.76 | - |
| YUV | 82.24 | 200.67 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 211 | 0.18 | 0.95 | 0 | 0.17 | 288.6 | 0.9 | 0.44 |
| Hex | AD | B | D3 | 12 | 5F | 0 | 11 | 121 | 5A | 2C |
| Octal | 255 | 13 | 323 | 22 | 137 | 0 | 21 | 441 | 132 | 54 |
| Binary | 10101101 | 1011 | 11010011 | 10010 | 1011111 | 0 | 10001 | 100100001 | 1011010 | 101100 |
Color Harmonies of #AD0BD3
Complementary color
Monochromatic Colors of #AD0BD3
Black with #AD0BD3
Text Example
Text Example
White with #AD0BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BD3; }
p { color: rgb(173,11,211); }
H1.HeaderClassName
{
color: #AD0BD3;
}
.AnyTagClassName
{
color: #AD0BD3;
}
</style>
background-color css
<style>
a { background-color: #AD0BD3; }
a { background-color: rgb(173,11,211); }
div.DivClassName
{
background-color: #AD0BD3;
}
.BgClassName
{
background-color: #AD0BD3;
}
</style>
border-color css
<style>
span { border-color: #AD0BD3; }
span { border-color: rgb(173,11,211); }
td.TdClassName
{
border-color: #AD0BD3;
}
.TagClassName
{
border-color: #AD0BD3;
}
</style>