Shades of Dark Violet #AD0CCB
Tints of Dark Violet #AD0CCB
RGB
CMYK
RGB Variations
Color information
#AD0CCB (or 0xAD0CCB) is known color: Dark Violet. HEX triplet: AD, 0C and CB. RGB value is (173,12,203). Sum of RGB (Red+Green+Blue) = 173+12+203=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD0CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CCB is #52F334. Grayscale: #515151. Windows color (decimal): -5436213 or 13307053. OLE color: 13307053.
HSL color Cylindrical-coordinate representation of color #AD0CCB: hue angle of 290.58º 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 #AD0CCB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 12 | 203 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.20 |
| HSL | 290.58º | 0.89% | 0.42% | - |
| HSV(B) | 290.58º | 0.94% | 0.8% | - |
| XYZ | 28.14 | 13.46 | 57.61 | - |
| YUV | 81.91 | 196.34 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 203 | 0.15 | 0.94 | 0 | 0.20 | 290.58 | 0.89 | 0.42 |
| Hex | AD | C | CB | F | 5E | 0 | 14 | 123 | 59 | 2A |
| Octal | 255 | 14 | 313 | 17 | 136 | 0 | 24 | 443 | 131 | 52 |
| Binary | 10101101 | 1100 | 11001011 | 1111 | 1011110 | 0 | 10100 | 100100011 | 1011001 | 101010 |
Color Harmonies of #AD0CCB
Complementary color
Monochromatic Colors of #AD0CCB
Black with #AD0CCB
Text Example
Text Example
White with #AD0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CCB; }
p { color: rgb(173,12,203); }
H1.HeaderClassName
{
color: #AD0CCB;
}
.AnyTagClassName
{
color: #AD0CCB;
}
</style>
background-color css
<style>
a { background-color: #AD0CCB; }
a { background-color: rgb(173,12,203); }
div.DivClassName
{
background-color: #AD0CCB;
}
.BgClassName
{
background-color: #AD0CCB;
}
</style>
border-color css
<style>
span { border-color: #AD0CCB; }
span { border-color: rgb(173,12,203); }
td.TdClassName
{
border-color: #AD0CCB;
}
.TagClassName
{
border-color: #AD0CCB;
}
</style>