Shades of Dark Violet #AD07CE
Tints of Dark Violet #AD07CE
RGB
CMYK
RGB Variations
Color information
#AD07CE (or 0xAD07CE) is known color: Dark Violet. HEX triplet: AD, 07 and CE. RGB value is (173,7,206). Sum of RGB (Red+Green+Blue) = 173+7+206=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD07CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07CE is #52F831. Grayscale: #4E4E4E. Windows color (decimal): -5437490 or 13502381. OLE color: 13502381.
HSL color Cylindrical-coordinate representation of color #AD07CE: hue angle of 290.05º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07CE is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 7 | 206 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.19 |
| HSL | 290.05º | 0.93% | 0.42% | - |
| HSV(B) | 290.05º | 0.97% | 0.81% | - |
| XYZ | 28.45 | 13.49 | 59.5 | - |
| YUV | 79.32 | 199.5 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 206 | 0.16 | 0.97 | 0 | 0.19 | 290.05 | 0.93 | 0.42 |
| Hex | AD | 7 | CE | 10 | 61 | 0 | 13 | 122 | 5D | 2A |
| Octal | 255 | 7 | 316 | 20 | 141 | 0 | 23 | 442 | 135 | 52 |
| Binary | 10101101 | 111 | 11001110 | 10000 | 1100001 | 0 | 10011 | 100100010 | 1011101 | 101010 |
Color Harmonies of #AD07CE
Complementary color
Monochromatic Colors of #AD07CE
Black with #AD07CE
Text Example
Text Example
White with #AD07CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07CE; }
p { color: rgb(173,7,206); }
H1.HeaderClassName
{
color: #AD07CE;
}
.AnyTagClassName
{
color: #AD07CE;
}
</style>
background-color css
<style>
a { background-color: #AD07CE; }
a { background-color: rgb(173,7,206); }
div.DivClassName
{
background-color: #AD07CE;
}
.BgClassName
{
background-color: #AD07CE;
}
</style>
border-color css
<style>
span { border-color: #AD07CE; }
span { border-color: rgb(173,7,206); }
td.TdClassName
{
border-color: #AD07CE;
}
.TagClassName
{
border-color: #AD07CE;
}
</style>