Shades of Dark Violet #AD12CF
Tints of Dark Violet #AD12CF
RGB
CMYK
RGB Variations
Color information
#AD12CF (or 0xAD12CF) is known color: Dark Violet. HEX triplet: AD, 12 and CF. RGB value is (173,18,207). Sum of RGB (Red+Green+Blue) = 173+18+207=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD12CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12CF is #52ED30. Grayscale: #555555. Windows color (decimal): -5434673 or 13570733. OLE color: 13570733.
HSL color Cylindrical-coordinate representation of color #AD12CF: hue angle of 289.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD12CF is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 18 | 207 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.19 |
| HSL | 289.21º | 0.84% | 0.44% | - |
| HSV(B) | 289.21º | 0.91% | 0.81% | - |
| XYZ | 28.71 | 13.82 | 60.19 | - |
| YUV | 85.89 | 196.35 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 207 | 0.16 | 0.91 | 0 | 0.19 | 289.21 | 0.84 | 0.44 |
| Hex | AD | 12 | CF | 10 | 5B | 0 | 13 | 121 | 54 | 2C |
| Octal | 255 | 22 | 317 | 20 | 133 | 0 | 23 | 441 | 124 | 54 |
| Binary | 10101101 | 10010 | 11001111 | 10000 | 1011011 | 0 | 10011 | 100100001 | 1010100 | 101100 |
Color Harmonies of #AD12CF
Complementary color
Monochromatic Colors of #AD12CF
Black with #AD12CF
Text Example
Text Example
White with #AD12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12CF; }
p { color: rgb(173,18,207); }
H1.HeaderClassName
{
color: #AD12CF;
}
.AnyTagClassName
{
color: #AD12CF;
}
</style>
background-color css
<style>
a { background-color: #AD12CF; }
a { background-color: rgb(173,18,207); }
div.DivClassName
{
background-color: #AD12CF;
}
.BgClassName
{
background-color: #AD12CF;
}
</style>
border-color css
<style>
span { border-color: #AD12CF; }
span { border-color: rgb(173,18,207); }
td.TdClassName
{
border-color: #AD12CF;
}
.TagClassName
{
border-color: #AD12CF;
}
</style>