Shades of Dark Violet #AD01CE
Tints of Dark Violet #AD01CE
RGB
CMYK
RGB Variations
Color information
#AD01CE (or 0xAD01CE) is known color: Dark Violet. HEX triplet: AD, 01 and CE. RGB value is (173,1,206). Sum of RGB (Red+Green+Blue) = 173+1+206=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD01CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01CE is #52FE31. Grayscale: #4B4B4B. Windows color (decimal): -5439026 or 13500845. OLE color: 13500845.
HSL color Cylindrical-coordinate representation of color #AD01CE: hue angle of 290.34º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01CE is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 1 | 206 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.19 |
| HSL | 290.34º | 0.99% | 0.41% | - |
| HSV(B) | 290.34º | 1% | 0.81% | - |
| XYZ | 28.39 | 13.36 | 59.48 | - |
| YUV | 75.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 206 | 0.16 | 1.00 | 0 | 0.19 | 290.34 | 0.99 | 0.41 |
| Hex | AD | 1 | CE | 10 | 64 | 0 | 13 | 122 | 63 | 29 |
| Octal | 255 | 1 | 316 | 20 | 144 | 0 | 23 | 442 | 143 | 51 |
| Binary | 10101101 | 1 | 11001110 | 10000 | 1100100 | 0 | 10011 | 100100010 | 1100011 | 101001 |
Color Harmonies of #AD01CE
Complementary color
Monochromatic Colors of #AD01CE
Black with #AD01CE
Text Example
Text Example
White with #AD01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01CE; }
p { color: rgb(173,1,206); }
H1.HeaderClassName
{
color: #AD01CE;
}
.AnyTagClassName
{
color: #AD01CE;
}
</style>
background-color css
<style>
a { background-color: #AD01CE; }
a { background-color: rgb(173,1,206); }
div.DivClassName
{
background-color: #AD01CE;
}
.BgClassName
{
background-color: #AD01CE;
}
</style>
border-color css
<style>
span { border-color: #AD01CE; }
span { border-color: rgb(173,1,206); }
td.TdClassName
{
border-color: #AD01CE;
}
.TagClassName
{
border-color: #AD01CE;
}
</style>