Shades of Dark Violet #AD0BC8
Tints of Dark Violet #AD0BC8
RGB
CMYK
RGB Variations
Color information
#AD0BC8 (or 0xAD0BC8) is known color: Dark Violet. HEX triplet: AD, 0B and C8. RGB value is (173,11,200). Sum of RGB (Red+Green+Blue) = 173+11+200=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 200 (78.52% from 255 or 52.08% from 384); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD0BC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BC8 is #52F437. Grayscale: #505050. Windows color (decimal): -5436472 or 13110189. OLE color: 13110189.
HSL color Cylindrical-coordinate representation of color #AD0BC8: hue angle of 291.43º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0BC8 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 11 | 200 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.22 |
| HSL | 291.43º | 0.9% | 0.41% | - |
| HSV(B) | 291.43º | 0.95% | 0.78% | - |
| XYZ | 27.78 | 13.29 | 55.75 | - |
| YUV | 80.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 200 | 0.14 | 0.94 | 0 | 0.22 | 291.43 | 0.9 | 0.41 |
| Hex | AD | B | C8 | E | 5E | 0 | 16 | 123 | 5A | 29 |
| Octal | 255 | 13 | 310 | 16 | 136 | 0 | 26 | 443 | 132 | 51 |
| Binary | 10101101 | 1011 | 11001000 | 1110 | 1011110 | 0 | 10110 | 100100011 | 1011010 | 101001 |
Color Harmonies of #AD0BC8
Complementary color
Monochromatic Colors of #AD0BC8
Black with #AD0BC8
Text Example
Text Example
White with #AD0BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BC8; }
p { color: rgb(173,11,200); }
H1.HeaderClassName
{
color: #AD0BC8;
}
.AnyTagClassName
{
color: #AD0BC8;
}
</style>
background-color css
<style>
a { background-color: #AD0BC8; }
a { background-color: rgb(173,11,200); }
div.DivClassName
{
background-color: #AD0BC8;
}
.BgClassName
{
background-color: #AD0BC8;
}
</style>
border-color css
<style>
span { border-color: #AD0BC8; }
span { border-color: rgb(173,11,200); }
td.TdClassName
{
border-color: #AD0BC8;
}
.TagClassName
{
border-color: #AD0BC8;
}
</style>