Shades of Dark Violet #AD09CB
Tints of Dark Violet #AD09CB
RGB
CMYK
RGB Variations
Color information
#AD09CB (or 0xAD09CB) is known color: Dark Violet. HEX triplet: AD, 09 and CB. RGB value is (173,9,203). Sum of RGB (Red+Green+Blue) = 173+9+203=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD09CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09CB is #52F634. Grayscale: #4F4F4F. Windows color (decimal): -5436981 or 13306285. OLE color: 13306285.
HSL color Cylindrical-coordinate representation of color #AD09CB: hue angle of 290.72º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09CB is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 9 | 203 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.20 |
| HSL | 290.72º | 0.92% | 0.42% | - |
| HSV(B) | 290.72º | 0.96% | 0.8% | - |
| XYZ | 28.11 | 13.39 | 57.6 | - |
| YUV | 80.15 | 197.33 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 203 | 0.15 | 0.96 | 0 | 0.20 | 290.72 | 0.92 | 0.42 |
| Hex | AD | 9 | CB | F | 60 | 0 | 14 | 123 | 5C | 2A |
| Octal | 255 | 11 | 313 | 17 | 140 | 0 | 24 | 443 | 134 | 52 |
| Binary | 10101101 | 1001 | 11001011 | 1111 | 1100000 | 0 | 10100 | 100100011 | 1011100 | 101010 |
Color Harmonies of #AD09CB
Complementary color
Monochromatic Colors of #AD09CB
Black with #AD09CB
Text Example
Text Example
White with #AD09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09CB; }
p { color: rgb(173,9,203); }
H1.HeaderClassName
{
color: #AD09CB;
}
.AnyTagClassName
{
color: #AD09CB;
}
</style>
background-color css
<style>
a { background-color: #AD09CB; }
a { background-color: rgb(173,9,203); }
div.DivClassName
{
background-color: #AD09CB;
}
.BgClassName
{
background-color: #AD09CB;
}
</style>
border-color css
<style>
span { border-color: #AD09CB; }
span { border-color: rgb(173,9,203); }
td.TdClassName
{
border-color: #AD09CB;
}
.TagClassName
{
border-color: #AD09CB;
}
</style>