Shades of Dark Violet #AD09CF
Tints of Dark Violet #AD09CF
RGB
CMYK
RGB Variations
Color information
#AD09CF (or 0xAD09CF) is known color: Dark Violet. HEX triplet: AD, 09 and CF. RGB value is (173,9,207). Sum of RGB (Red+Green+Blue) = 173+9+207=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD09CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09CF is #52F630. Grayscale: #4F4F4F. Windows color (decimal): -5436977 or 13568429. OLE color: 13568429.
HSL color Cylindrical-coordinate representation of color #AD09CF: hue angle of 289.7º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09CF is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 9 | 207 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.19 |
| HSL | 289.7º | 0.92% | 0.42% | - |
| HSV(B) | 289.7º | 0.96% | 0.81% | - |
| XYZ | 28.59 | 13.58 | 60.15 | - |
| YUV | 80.61 | 199.33 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 207 | 0.16 | 0.96 | 0 | 0.19 | 289.7 | 0.92 | 0.42 |
| Hex | AD | 9 | CF | 10 | 60 | 0 | 13 | 122 | 5C | 2A |
| Octal | 255 | 11 | 317 | 20 | 140 | 0 | 23 | 442 | 134 | 52 |
| Binary | 10101101 | 1001 | 11001111 | 10000 | 1100000 | 0 | 10011 | 100100010 | 1011100 | 101010 |
Color Harmonies of #AD09CF
Complementary color
Monochromatic Colors of #AD09CF
Black with #AD09CF
Text Example
Text Example
White with #AD09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09CF; }
p { color: rgb(173,9,207); }
H1.HeaderClassName
{
color: #AD09CF;
}
.AnyTagClassName
{
color: #AD09CF;
}
</style>
background-color css
<style>
a { background-color: #AD09CF; }
a { background-color: rgb(173,9,207); }
div.DivClassName
{
background-color: #AD09CF;
}
.BgClassName
{
background-color: #AD09CF;
}
</style>
border-color css
<style>
span { border-color: #AD09CF; }
span { border-color: rgb(173,9,207); }
td.TdClassName
{
border-color: #AD09CF;
}
.TagClassName
{
border-color: #AD09CF;
}
</style>