Shades of Dark Violet #AD09E5
Tints of Dark Violet #AD09E5
RGB
CMYK
RGB Variations
Color information
#AD09E5 (or 0xAD09E5) is known color: Dark Violet. HEX triplet: AD, 09 and E5. RGB value is (173,9,229). Sum of RGB (Red+Green+Blue) = 173+9+229=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD09E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09E5 is #52F61A. Grayscale: #525252. Windows color (decimal): -5436955 or 15010221. OLE color: 15010221.
HSL color Cylindrical-coordinate representation of color #AD09E5: hue angle of 284.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09E5 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 9 | 229 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.10 |
| HSL | 284.73º | 0.92% | 0.47% | - |
| HSV(B) | 284.73º | 0.96% | 0.9% | - |
| XYZ | 31.47 | 14.74 | 75.31 | - |
| YUV | 83.12 | 210.33 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 229 | 0.24 | 0.96 | 0 | 0.10 | 284.73 | 0.92 | 0.47 |
| Hex | AD | 9 | E5 | 18 | 60 | 0 | A | 11D | 5C | 2F |
| Octal | 255 | 11 | 345 | 30 | 140 | 0 | 12 | 435 | 134 | 57 |
| Binary | 10101101 | 1001 | 11100101 | 11000 | 1100000 | 0 | 1010 | 100011101 | 1011100 | 101111 |
Color Harmonies of #AD09E5
Complementary color
Monochromatic Colors of #AD09E5
Black with #AD09E5
Text Example
Text Example
White with #AD09E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09E5; }
p { color: rgb(173,9,229); }
H1.HeaderClassName
{
color: #AD09E5;
}
.AnyTagClassName
{
color: #AD09E5;
}
</style>
background-color css
<style>
a { background-color: #AD09E5; }
a { background-color: rgb(173,9,229); }
div.DivClassName
{
background-color: #AD09E5;
}
.BgClassName
{
background-color: #AD09E5;
}
</style>
border-color css
<style>
span { border-color: #AD09E5; }
span { border-color: rgb(173,9,229); }
td.TdClassName
{
border-color: #AD09E5;
}
.TagClassName
{
border-color: #AD09E5;
}
</style>