Shades of Dark Violet #AD07C9
Tints of Dark Violet #AD07C9
RGB
CMYK
RGB Variations
Color information
#AD07C9 (or 0xAD07C9) is known color: Dark Violet. HEX triplet: AD, 07 and C9. RGB value is (173,7,201). Sum of RGB (Red+Green+Blue) = 173+7+201=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD07C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07C9 is #52F836. Grayscale: #4E4E4E. Windows color (decimal): -5437495 or 13174701. OLE color: 13174701.
HSL color Cylindrical-coordinate representation of color #AD07C9: hue angle of 291.34º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07C9 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 7 | 201 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.21 |
| HSL | 291.34º | 0.93% | 0.41% | - |
| HSV(B) | 291.34º | 0.97% | 0.79% | - |
| XYZ | 27.85 | 13.25 | 56.35 | - |
| YUV | 78.75 | 197 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 201 | 0.14 | 0.97 | 0 | 0.21 | 291.34 | 0.93 | 0.41 |
| Hex | AD | 7 | C9 | E | 61 | 0 | 15 | 123 | 5D | 29 |
| Octal | 255 | 7 | 311 | 16 | 141 | 0 | 25 | 443 | 135 | 51 |
| Binary | 10101101 | 111 | 11001001 | 1110 | 1100001 | 0 | 10101 | 100100011 | 1011101 | 101001 |
Color Harmonies of #AD07C9
Complementary color
Monochromatic Colors of #AD07C9
Black with #AD07C9
Text Example
Text Example
White with #AD07C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07C9; }
p { color: rgb(173,7,201); }
H1.HeaderClassName
{
color: #AD07C9;
}
.AnyTagClassName
{
color: #AD07C9;
}
</style>
background-color css
<style>
a { background-color: #AD07C9; }
a { background-color: rgb(173,7,201); }
div.DivClassName
{
background-color: #AD07C9;
}
.BgClassName
{
background-color: #AD07C9;
}
</style>
border-color css
<style>
span { border-color: #AD07C9; }
span { border-color: rgb(173,7,201); }
td.TdClassName
{
border-color: #AD07C9;
}
.TagClassName
{
border-color: #AD07C9;
}
</style>