Shades of Dark Violet #AD08CE
Tints of Dark Violet #AD08CE
RGB
CMYK
RGB Variations
Color information
#AD08CE (or 0xAD08CE) is known color: Dark Violet. HEX triplet: AD, 08 and CE. RGB value is (173,8,206). Sum of RGB (Red+Green+Blue) = 173+8+206=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD08CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08CE is #52F731. Grayscale: #4F4F4F. Windows color (decimal): -5437234 or 13502637. OLE color: 13502637.
HSL color Cylindrical-coordinate representation of color #AD08CE: hue angle of 290º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD08CE is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 8 | 206 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.19 |
| HSL | 290º | 0.93% | 0.42% | - |
| HSV(B) | 290º | 0.96% | 0.81% | - |
| XYZ | 28.46 | 13.51 | 59.5 | - |
| YUV | 79.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 206 | 0.16 | 0.96 | 0 | 0.19 | 290 | 0.93 | 0.42 |
| Hex | AD | 8 | CE | 10 | 60 | 0 | 13 | 122 | 5D | 2A |
| Octal | 255 | 10 | 316 | 20 | 140 | 0 | 23 | 442 | 135 | 52 |
| Binary | 10101101 | 1000 | 11001110 | 10000 | 1100000 | 0 | 10011 | 100100010 | 1011101 | 101010 |
Color Harmonies of #AD08CE
Complementary color
Monochromatic Colors of #AD08CE
Black with #AD08CE
Text Example
Text Example
White with #AD08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08CE; }
p { color: rgb(173,8,206); }
H1.HeaderClassName
{
color: #AD08CE;
}
.AnyTagClassName
{
color: #AD08CE;
}
</style>
background-color css
<style>
a { background-color: #AD08CE; }
a { background-color: rgb(173,8,206); }
div.DivClassName
{
background-color: #AD08CE;
}
.BgClassName
{
background-color: #AD08CE;
}
</style>
border-color css
<style>
span { border-color: #AD08CE; }
span { border-color: rgb(173,8,206); }
td.TdClassName
{
border-color: #AD08CE;
}
.TagClassName
{
border-color: #AD08CE;
}
</style>