Shades of Dark Violet #AD0CC8
Tints of Dark Violet #AD0CC8
RGB
CMYK
RGB Variations
Color information
#AD0CC8 (or 0xAD0CC8) is known color: Dark Violet. HEX triplet: AD, 0C and C8. RGB value is (173,12,200). Sum of RGB (Red+Green+Blue) = 173+12+200=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 200 (78.52% from 255 or 51.95% from 385); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD0CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CC8 is #52F337. Grayscale: #505050. Windows color (decimal): -5436216 or 13110445. OLE color: 13110445.
HSL color Cylindrical-coordinate representation of color #AD0CC8: hue angle of 291.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CC8 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 12 | 200 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.22 |
| HSL | 291.38º | 0.89% | 0.42% | - |
| HSV(B) | 291.38º | 0.94% | 0.78% | - |
| XYZ | 27.79 | 13.32 | 55.75 | - |
| YUV | 81.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 200 | 0.14 | 0.94 | 0 | 0.22 | 291.38 | 0.89 | 0.42 |
| Hex | AD | C | C8 | E | 5E | 0 | 16 | 123 | 59 | 2A |
| Octal | 255 | 14 | 310 | 16 | 136 | 0 | 26 | 443 | 131 | 52 |
| Binary | 10101101 | 1100 | 11001000 | 1110 | 1011110 | 0 | 10110 | 100100011 | 1011001 | 101010 |
Color Harmonies of #AD0CC8
Complementary color
Monochromatic Colors of #AD0CC8
Black with #AD0CC8
Text Example
Text Example
White with #AD0CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CC8; }
p { color: rgb(173,12,200); }
H1.HeaderClassName
{
color: #AD0CC8;
}
.AnyTagClassName
{
color: #AD0CC8;
}
</style>
background-color css
<style>
a { background-color: #AD0CC8; }
a { background-color: rgb(173,12,200); }
div.DivClassName
{
background-color: #AD0CC8;
}
.BgClassName
{
background-color: #AD0CC8;
}
</style>
border-color css
<style>
span { border-color: #AD0CC8; }
span { border-color: rgb(173,12,200); }
td.TdClassName
{
border-color: #AD0CC8;
}
.TagClassName
{
border-color: #AD0CC8;
}
</style>