Shades of Dark Violet #AD0BCB
Tints of Dark Violet #AD0BCB
RGB
CMYK
RGB Variations
Color information
#AD0BCB (or 0xAD0BCB) is known color: Dark Violet. HEX triplet: AD, 0B and CB. RGB value is (173,11,203). Sum of RGB (Red+Green+Blue) = 173+11+203=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD0BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BCB is #52F434. Grayscale: #505050. Windows color (decimal): -5436469 or 13306797. OLE color: 13306797.
HSL color Cylindrical-coordinate representation of color #AD0BCB: hue angle of 290.62º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BCB is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 11 | 203 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.20 |
| HSL | 290.63º | 0.9% | 0.42% | - |
| HSV(B) | 290.63º | 0.95% | 0.8% | - |
| XYZ | 28.13 | 13.44 | 57.61 | - |
| YUV | 81.33 | 196.67 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 203 | 0.15 | 0.95 | 0 | 0.20 | 290.63 | 0.9 | 0.42 |
| Hex | AD | B | CB | F | 5F | 0 | 14 | 123 | 5A | 2A |
| Octal | 255 | 13 | 313 | 17 | 137 | 0 | 24 | 443 | 132 | 52 |
| Binary | 10101101 | 1011 | 11001011 | 1111 | 1011111 | 0 | 10100 | 100100011 | 1011010 | 101010 |
Color Harmonies of #AD0BCB
Complementary color
Monochromatic Colors of #AD0BCB
Black with #AD0BCB
Text Example
Text Example
White with #AD0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BCB; }
p { color: rgb(173,11,203); }
H1.HeaderClassName
{
color: #AD0BCB;
}
.AnyTagClassName
{
color: #AD0BCB;
}
</style>
background-color css
<style>
a { background-color: #AD0BCB; }
a { background-color: rgb(173,11,203); }
div.DivClassName
{
background-color: #AD0BCB;
}
.BgClassName
{
background-color: #AD0BCB;
}
</style>
border-color css
<style>
span { border-color: #AD0BCB; }
span { border-color: rgb(173,11,203); }
td.TdClassName
{
border-color: #AD0BCB;
}
.TagClassName
{
border-color: #AD0BCB;
}
</style>