Shades of Dark Violet #AD0CCC
Tints of Dark Violet #AD0CCC
RGB
CMYK
RGB Variations
Color information
#AD0CCC (or 0xAD0CCC) is known color: Dark Violet. HEX triplet: AD, 0C and CC. RGB value is (173,12,204). Sum of RGB (Red+Green+Blue) = 173+12+204=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD0CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CCC is #52F333. Grayscale: #515151. Windows color (decimal): -5436212 or 13372589. OLE color: 13372589.
HSL color Cylindrical-coordinate representation of color #AD0CCC: hue angle of 290.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CCC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 12 | 204 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.2 |
| HSL | 290.31º | 0.89% | 0.42% | - |
| HSV(B) | 290.31º | 0.94% | 0.8% | - |
| XYZ | 28.26 | 13.51 | 58.24 | - |
| YUV | 82.03 | 196.84 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 204 | 0.15 | 0.94 | 0 | 0.2 | 290.31 | 0.89 | 0.42 |
| Hex | AD | C | CC | F | 5E | 0 | 14 | 122 | 59 | 2A |
| Octal | 255 | 14 | 314 | 17 | 136 | 0 | 24 | 442 | 131 | 52 |
| Binary | 10101101 | 1100 | 11001100 | 1111 | 1011110 | 0 | 10100 | 100100010 | 1011001 | 101010 |
Color Harmonies of #AD0CCC
Complementary color
Monochromatic Colors of #AD0CCC
Black with #AD0CCC
Text Example
Text Example
White with #AD0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CCC; }
p { color: rgb(173,12,204); }
H1.HeaderClassName
{
color: #AD0CCC;
}
.AnyTagClassName
{
color: #AD0CCC;
}
</style>
background-color css
<style>
a { background-color: #AD0CCC; }
a { background-color: rgb(173,12,204); }
div.DivClassName
{
background-color: #AD0CCC;
}
.BgClassName
{
background-color: #AD0CCC;
}
</style>
border-color css
<style>
span { border-color: #AD0CCC; }
span { border-color: rgb(173,12,204); }
td.TdClassName
{
border-color: #AD0CCC;
}
.TagClassName
{
border-color: #AD0CCC;
}
</style>