Shades of Dark Violet #AD0BCA
Tints of Dark Violet #AD0BCA
RGB
CMYK
RGB Variations
Color information
#AD0BCA (or 0xAD0BCA) is known color: Dark Violet. HEX triplet: AD, 0B and CA. RGB value is (173,11,202). Sum of RGB (Red+Green+Blue) = 173+11+202=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD0BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BCA is #52F435. Grayscale: #505050. Windows color (decimal): -5436470 or 13241261. OLE color: 13241261.
HSL color Cylindrical-coordinate representation of color #AD0BCA: hue angle of 290.89º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BCA is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 11 | 202 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.21 |
| HSL | 290.89º | 0.9% | 0.42% | - |
| HSV(B) | 290.89º | 0.95% | 0.79% | - |
| XYZ | 28.01 | 13.39 | 56.98 | - |
| YUV | 81.21 | 196.17 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 202 | 0.14 | 0.95 | 0 | 0.21 | 290.89 | 0.9 | 0.42 |
| Hex | AD | B | CA | E | 5F | 0 | 15 | 123 | 5A | 2A |
| Octal | 255 | 13 | 312 | 16 | 137 | 0 | 25 | 443 | 132 | 52 |
| Binary | 10101101 | 1011 | 11001010 | 1110 | 1011111 | 0 | 10101 | 100100011 | 1011010 | 101010 |
Color Harmonies of #AD0BCA
Complementary color
Monochromatic Colors of #AD0BCA
Black with #AD0BCA
Text Example
Text Example
White with #AD0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BCA; }
p { color: rgb(173,11,202); }
H1.HeaderClassName
{
color: #AD0BCA;
}
.AnyTagClassName
{
color: #AD0BCA;
}
</style>
background-color css
<style>
a { background-color: #AD0BCA; }
a { background-color: rgb(173,11,202); }
div.DivClassName
{
background-color: #AD0BCA;
}
.BgClassName
{
background-color: #AD0BCA;
}
</style>
border-color css
<style>
span { border-color: #AD0BCA; }
span { border-color: rgb(173,11,202); }
td.TdClassName
{
border-color: #AD0BCA;
}
.TagClassName
{
border-color: #AD0BCA;
}
</style>