Shades of Dark Violet #AD10CE
Tints of Dark Violet #AD10CE
RGB
CMYK
RGB Variations
Color information
#AD10CE (or 0xAD10CE) is known color: Dark Violet. HEX triplet: AD, 10 and CE. RGB value is (173,16,206). Sum of RGB (Red+Green+Blue) = 173+16+206=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10CE is #52EF31. Grayscale: #545454. Windows color (decimal): -5435186 or 13504685. OLE color: 13504685.
HSL color Cylindrical-coordinate representation of color #AD10CE: hue angle of 289.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD10CE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 16 | 206 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.19 |
| HSL | 289.58º | 0.86% | 0.44% | - |
| HSV(B) | 289.58º | 0.92% | 0.81% | - |
| XYZ | 28.56 | 13.71 | 59.53 | - |
| YUV | 84.6 | 196.51 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 206 | 0.16 | 0.92 | 0 | 0.19 | 289.58 | 0.86 | 0.44 |
| Hex | AD | 10 | CE | 10 | 5C | 0 | 13 | 122 | 56 | 2C |
| Octal | 255 | 20 | 316 | 20 | 134 | 0 | 23 | 442 | 126 | 54 |
| Binary | 10101101 | 10000 | 11001110 | 10000 | 1011100 | 0 | 10011 | 100100010 | 1010110 | 101100 |
Color Harmonies of #AD10CE
Complementary color
Monochromatic Colors of #AD10CE
Black with #AD10CE
Text Example
Text Example
White with #AD10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10CE; }
p { color: rgb(173,16,206); }
H1.HeaderClassName
{
color: #AD10CE;
}
.AnyTagClassName
{
color: #AD10CE;
}
</style>
background-color css
<style>
a { background-color: #AD10CE; }
a { background-color: rgb(173,16,206); }
div.DivClassName
{
background-color: #AD10CE;
}
.BgClassName
{
background-color: #AD10CE;
}
</style>
border-color css
<style>
span { border-color: #AD10CE; }
span { border-color: rgb(173,16,206); }
td.TdClassName
{
border-color: #AD10CE;
}
.TagClassName
{
border-color: #AD10CE;
}
</style>