Shades of Dark Violet #AD0CC4
Tints of Dark Violet #AD0CC4
RGB
CMYK
RGB Variations
Color information
#AD0CC4 (or 0xAD0CC4) is known color: Dark Violet. HEX triplet: AD, 0C and C4. RGB value is (173,12,196). Sum of RGB (Red+Green+Blue) = 173+12+196=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 196 (76.95% from 255 or 51.44% from 381); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD0CC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CC4 is #52F33B. Grayscale: #505050. Windows color (decimal): -5436220 or 12848301. OLE color: 12848301.
HSL color Cylindrical-coordinate representation of color #AD0CC4: hue angle of 292.5º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CC4 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 12 | 196 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.23 |
| HSL | 292.5º | 0.88% | 0.41% | - |
| HSV(B) | 292.5º | 0.94% | 0.77% | - |
| XYZ | 27.33 | 13.13 | 53.32 | - |
| YUV | 81.12 | 192.84 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 196 | 0.12 | 0.94 | 0 | 0.23 | 292.5 | 0.88 | 0.41 |
| Hex | AD | C | C4 | C | 5E | 0 | 17 | 124 | 58 | 29 |
| Octal | 255 | 14 | 304 | 14 | 136 | 0 | 27 | 444 | 130 | 51 |
| Binary | 10101101 | 1100 | 11000100 | 1100 | 1011110 | 0 | 10111 | 100100100 | 1011000 | 101001 |
Color Harmonies of #AD0CC4
Complementary color
Monochromatic Colors of #AD0CC4
Black with #AD0CC4
Text Example
Text Example
White with #AD0CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CC4; }
p { color: rgb(173,12,196); }
H1.HeaderClassName
{
color: #AD0CC4;
}
.AnyTagClassName
{
color: #AD0CC4;
}
</style>
background-color css
<style>
a { background-color: #AD0CC4; }
a { background-color: rgb(173,12,196); }
div.DivClassName
{
background-color: #AD0CC4;
}
.BgClassName
{
background-color: #AD0CC4;
}
</style>
border-color css
<style>
span { border-color: #AD0CC4; }
span { border-color: rgb(173,12,196); }
td.TdClassName
{
border-color: #AD0CC4;
}
.TagClassName
{
border-color: #AD0CC4;
}
</style>