Shades of Blue Violet #AD40FF
Tints of Blue Violet #AD40FF
RGB
CMYK
RGB Variations
Color information
#AD40FF (or 0xAD40FF) is known color: Blue Violet. HEX triplet: AD, 40 and FF. RGB value is (173,64,255). Sum of RGB (Red+Green+Blue) = 173+64+255=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD40FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40FF is #52BF00. Grayscale: #757575. Windows color (decimal): -5422849 or 16728237. OLE color: 16728237.
HSL color Cylindrical-coordinate representation of color #AD40FF: hue angle of 274.24º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD40FF is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 64 | 255 | - |
| CMYK | 0.32 | 0.75 | 0 | 0 |
| HSL | 274.24º | 1% | 0.63% | - |
| HSV(B) | 274.24º | 0.75% | 1% | - |
| XYZ | 37.12 | 19.77 | 96.47 | - |
| YUV | 118.37 | 205.11 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 255 | 0.32 | 0.75 | 0 | 0 | 274.24 | 1 | 0.63 |
| Hex | AD | 40 | FF | 20 | 4B | 0 | 0 | 112 | 64 | 3F |
| Octal | 255 | 100 | 377 | 40 | 113 | 0 | 0 | 422 | 144 | 77 |
| Binary | 10101101 | 1000000 | 11111111 | 100000 | 1001011 | 0 | 0 | 100010010 | 1100100 | 111111 |
Color Harmonies of #AD40FF
Complementary color
Monochromatic Colors of #AD40FF
Black with #AD40FF
Text Example
Text Example
White with #AD40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40FF; }
p { color: rgb(173,64,255); }
H1.HeaderClassName
{
color: #AD40FF;
}
.AnyTagClassName
{
color: #AD40FF;
}
</style>
background-color css
<style>
a { background-color: #AD40FF; }
a { background-color: rgb(173,64,255); }
div.DivClassName
{
background-color: #AD40FF;
}
.BgClassName
{
background-color: #AD40FF;
}
</style>
border-color css
<style>
span { border-color: #AD40FF; }
span { border-color: rgb(173,64,255); }
td.TdClassName
{
border-color: #AD40FF;
}
.TagClassName
{
border-color: #AD40FF;
}
</style>