Shades of Dark Violet #AD09DF
Tints of Dark Violet #AD09DF
RGB
CMYK
RGB Variations
Color information
#AD09DF (or 0xAD09DF) is known color: Dark Violet. HEX triplet: AD, 09 and DF. RGB value is (173,9,223). Sum of RGB (Red+Green+Blue) = 173+9+223=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD09DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09DF is #52F620. Grayscale: #515151. Windows color (decimal): -5436961 or 14617005. OLE color: 14617005.
HSL color Cylindrical-coordinate representation of color #AD09DF: hue angle of 285.98º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09DF is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 9 | 223 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.13 |
| HSL | 285.98º | 0.92% | 0.45% | - |
| HSV(B) | 285.98º | 0.96% | 0.87% | - |
| XYZ | 30.65 | 14.41 | 70.98 | - |
| YUV | 82.43 | 207.33 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 223 | 0.22 | 0.96 | 0 | 0.13 | 285.98 | 0.92 | 0.45 |
| Hex | AD | 9 | DF | 16 | 60 | 0 | D | 11E | 5C | 2D |
| Octal | 255 | 11 | 337 | 26 | 140 | 0 | 15 | 436 | 134 | 55 |
| Binary | 10101101 | 1001 | 11011111 | 10110 | 1100000 | 0 | 1101 | 100011110 | 1011100 | 101101 |
Color Harmonies of #AD09DF
Complementary color
Monochromatic Colors of #AD09DF
Black with #AD09DF
Text Example
Text Example
White with #AD09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09DF; }
p { color: rgb(173,9,223); }
H1.HeaderClassName
{
color: #AD09DF;
}
.AnyTagClassName
{
color: #AD09DF;
}
</style>
background-color css
<style>
a { background-color: #AD09DF; }
a { background-color: rgb(173,9,223); }
div.DivClassName
{
background-color: #AD09DF;
}
.BgClassName
{
background-color: #AD09DF;
}
</style>
border-color css
<style>
span { border-color: #AD09DF; }
span { border-color: rgb(173,9,223); }
td.TdClassName
{
border-color: #AD09DF;
}
.TagClassName
{
border-color: #AD09DF;
}
</style>