Shades of Dark Violet #AD05CF
Tints of Dark Violet #AD05CF
RGB
CMYK
RGB Variations
Color information
#AD05CF (or 0xAD05CF) is known color: Dark Violet. HEX triplet: AD, 05 and CF. RGB value is (173,5,207). Sum of RGB (Red+Green+Blue) = 173+5+207=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05CF is #52FA30. Grayscale: #4D4D4D. Windows color (decimal): -5438001 or 13567405. OLE color: 13567405.
HSL color Cylindrical-coordinate representation of color #AD05CF: hue angle of 289.9º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD05CF is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 5 | 207 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.19 |
| HSL | 289.9º | 0.95% | 0.42% | - |
| HSV(B) | 289.9º | 0.98% | 0.81% | - |
| XYZ | 28.55 | 13.5 | 60.13 | - |
| YUV | 78.26 | 200.66 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 207 | 0.16 | 0.98 | 0 | 0.19 | 289.9 | 0.95 | 0.42 |
| Hex | AD | 5 | CF | 10 | 62 | 0 | 13 | 122 | 5F | 2A |
| Octal | 255 | 5 | 317 | 20 | 142 | 0 | 23 | 442 | 137 | 52 |
| Binary | 10101101 | 101 | 11001111 | 10000 | 1100010 | 0 | 10011 | 100100010 | 1011111 | 101010 |
Color Harmonies of #AD05CF
Complementary color
Monochromatic Colors of #AD05CF
Black with #AD05CF
Text Example
Text Example
White with #AD05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05CF; }
p { color: rgb(173,5,207); }
H1.HeaderClassName
{
color: #AD05CF;
}
.AnyTagClassName
{
color: #AD05CF;
}
</style>
background-color css
<style>
a { background-color: #AD05CF; }
a { background-color: rgb(173,5,207); }
div.DivClassName
{
background-color: #AD05CF;
}
.BgClassName
{
background-color: #AD05CF;
}
</style>
border-color css
<style>
span { border-color: #AD05CF; }
span { border-color: rgb(173,5,207); }
td.TdClassName
{
border-color: #AD05CF;
}
.TagClassName
{
border-color: #AD05CF;
}
</style>