Shades of Dark Violet #AD0CC2
Tints of Dark Violet #AD0CC2
RGB
CMYK
RGB Variations
Color information
#AD0CC2 (or 0xAD0CC2) is known color: Dark Violet. HEX triplet: AD, 0C and C2. RGB value is (173,12,194). Sum of RGB (Red+Green+Blue) = 173+12+194=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD0CC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CC2 is #52F33D. Grayscale: #505050. Windows color (decimal): -5436222 or 12717229. OLE color: 12717229.
HSL color Cylindrical-coordinate representation of color #AD0CC2: hue angle of 293.08º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CC2 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 12 | 194 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.24 |
| HSL | 293.08º | 0.88% | 0.4% | - |
| HSV(B) | 293.08º | 0.94% | 0.76% | - |
| XYZ | 27.1 | 13.04 | 52.13 | - |
| YUV | 80.89 | 191.84 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 194 | 0.11 | 0.94 | 0 | 0.24 | 293.08 | 0.88 | 0.4 |
| Hex | AD | C | C2 | B | 5E | 0 | 18 | 125 | 58 | 28 |
| Octal | 255 | 14 | 302 | 13 | 136 | 0 | 30 | 445 | 130 | 50 |
| Binary | 10101101 | 1100 | 11000010 | 1011 | 1011110 | 0 | 11000 | 100100101 | 1011000 | 101000 |
Color Harmonies of #AD0CC2
Complementary color
Monochromatic Colors of #AD0CC2
Black with #AD0CC2
Text Example
Text Example
White with #AD0CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CC2; }
p { color: rgb(173,12,194); }
H1.HeaderClassName
{
color: #AD0CC2;
}
.AnyTagClassName
{
color: #AD0CC2;
}
</style>
background-color css
<style>
a { background-color: #AD0CC2; }
a { background-color: rgb(173,12,194); }
div.DivClassName
{
background-color: #AD0CC2;
}
.BgClassName
{
background-color: #AD0CC2;
}
</style>
border-color css
<style>
span { border-color: #AD0CC2; }
span { border-color: rgb(173,12,194); }
td.TdClassName
{
border-color: #AD0CC2;
}
.TagClassName
{
border-color: #AD0CC2;
}
</style>