Shades of Dark Violet #AD0CCF
Tints of Dark Violet #AD0CCF
RGB
CMYK
RGB Variations
Color information
#AD0CCF (or 0xAD0CCF) is known color: Dark Violet. HEX triplet: AD, 0C and CF. RGB value is (173,12,207). Sum of RGB (Red+Green+Blue) = 173+12+207=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD0CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CCF is #52F330. Grayscale: #515151. Windows color (decimal): -5436209 or 13569197. OLE color: 13569197.
HSL color Cylindrical-coordinate representation of color #AD0CCF: hue angle of 289.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CCF is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 12 | 207 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.19 |
| HSL | 289.54º | 0.89% | 0.43% | - |
| HSV(B) | 289.54º | 0.94% | 0.81% | - |
| XYZ | 28.63 | 13.65 | 60.16 | - |
| YUV | 82.37 | 198.34 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 207 | 0.16 | 0.94 | 0 | 0.19 | 289.54 | 0.89 | 0.43 |
| Hex | AD | C | CF | 10 | 5E | 0 | 13 | 122 | 59 | 2B |
| Octal | 255 | 14 | 317 | 20 | 136 | 0 | 23 | 442 | 131 | 53 |
| Binary | 10101101 | 1100 | 11001111 | 10000 | 1011110 | 0 | 10011 | 100100010 | 1011001 | 101011 |
Color Harmonies of #AD0CCF
Complementary color
Monochromatic Colors of #AD0CCF
Black with #AD0CCF
Text Example
Text Example
White with #AD0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CCF; }
p { color: rgb(173,12,207); }
H1.HeaderClassName
{
color: #AD0CCF;
}
.AnyTagClassName
{
color: #AD0CCF;
}
</style>
background-color css
<style>
a { background-color: #AD0CCF; }
a { background-color: rgb(173,12,207); }
div.DivClassName
{
background-color: #AD0CCF;
}
.BgClassName
{
background-color: #AD0CCF;
}
</style>
border-color css
<style>
span { border-color: #AD0CCF; }
span { border-color: rgb(173,12,207); }
td.TdClassName
{
border-color: #AD0CCF;
}
.TagClassName
{
border-color: #AD0CCF;
}
</style>