Shades of Dark Violet #AD08CF
Tints of Dark Violet #AD08CF
RGB
CMYK
RGB Variations
Color information
#AD08CF (or 0xAD08CF) is known color: Dark Violet. HEX triplet: AD, 08 and CF. RGB value is (173,8,207). Sum of RGB (Red+Green+Blue) = 173+8+207=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD08CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08CF is #52F730. Grayscale: #4F4F4F. Windows color (decimal): -5437233 or 13568173. OLE color: 13568173.
HSL color Cylindrical-coordinate representation of color #AD08CF: hue angle of 289.75º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD08CF is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 8 | 207 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.19 |
| HSL | 289.75º | 0.93% | 0.42% | - |
| HSV(B) | 289.75º | 0.96% | 0.81% | - |
| XYZ | 28.58 | 13.56 | 60.14 | - |
| YUV | 80.02 | 199.66 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 207 | 0.16 | 0.96 | 0 | 0.19 | 289.75 | 0.93 | 0.42 |
| Hex | AD | 8 | CF | 10 | 60 | 0 | 13 | 122 | 5D | 2A |
| Octal | 255 | 10 | 317 | 20 | 140 | 0 | 23 | 442 | 135 | 52 |
| Binary | 10101101 | 1000 | 11001111 | 10000 | 1100000 | 0 | 10011 | 100100010 | 1011101 | 101010 |
Color Harmonies of #AD08CF
Complementary color
Monochromatic Colors of #AD08CF
Black with #AD08CF
Text Example
Text Example
White with #AD08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08CF; }
p { color: rgb(173,8,207); }
H1.HeaderClassName
{
color: #AD08CF;
}
.AnyTagClassName
{
color: #AD08CF;
}
</style>
background-color css
<style>
a { background-color: #AD08CF; }
a { background-color: rgb(173,8,207); }
div.DivClassName
{
background-color: #AD08CF;
}
.BgClassName
{
background-color: #AD08CF;
}
</style>
border-color css
<style>
span { border-color: #AD08CF; }
span { border-color: rgb(173,8,207); }
td.TdClassName
{
border-color: #AD08CF;
}
.TagClassName
{
border-color: #AD08CF;
}
</style>