Shades of Dark Violet #AD15C9
Tints of Dark Violet #AD15C9
RGB
CMYK
RGB Variations
Color information
#AD15C9 (or 0xAD15C9) is known color: Dark Violet. HEX triplet: AD, 15 and C9. RGB value is (173,21,201). Sum of RGB (Red+Green+Blue) = 173+21+201=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD15C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15C9 is #52EA36. Grayscale: #565656. Windows color (decimal): -5433911 or 13178285. OLE color: 13178285.
HSL color Cylindrical-coordinate representation of color #AD15C9: hue angle of 290.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD15C9 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 21 | 201 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.21 |
| HSL | 290.67º | 0.81% | 0.44% | - |
| HSV(B) | 290.67º | 0.9% | 0.79% | - |
| XYZ | 28.04 | 13.64 | 56.41 | - |
| YUV | 86.97 | 192.36 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 201 | 0.14 | 0.90 | 0 | 0.21 | 290.67 | 0.81 | 0.44 |
| Hex | AD | 15 | C9 | E | 5A | 0 | 15 | 123 | 51 | 2C |
| Octal | 255 | 25 | 311 | 16 | 132 | 0 | 25 | 443 | 121 | 54 |
| Binary | 10101101 | 10101 | 11001001 | 1110 | 1011010 | 0 | 10101 | 100100011 | 1010001 | 101100 |
Color Harmonies of #AD15C9
Complementary color
Monochromatic Colors of #AD15C9
Black with #AD15C9
Text Example
Text Example
White with #AD15C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15C9; }
p { color: rgb(173,21,201); }
H1.HeaderClassName
{
color: #AD15C9;
}
.AnyTagClassName
{
color: #AD15C9;
}
</style>
background-color css
<style>
a { background-color: #AD15C9; }
a { background-color: rgb(173,21,201); }
div.DivClassName
{
background-color: #AD15C9;
}
.BgClassName
{
background-color: #AD15C9;
}
</style>
border-color css
<style>
span { border-color: #AD15C9; }
span { border-color: rgb(173,21,201); }
td.TdClassName
{
border-color: #AD15C9;
}
.TagClassName
{
border-color: #AD15C9;
}
</style>