Shades of Blue Violet #AD44FF
Tints of Blue Violet #AD44FF
RGB
CMYK
RGB Variations
Color information
#AD44FF (or 0xAD44FF) is known color: Blue Violet. HEX triplet: AD, 44 and FF. RGB value is (173,68,255). Sum of RGB (Red+Green+Blue) = 173+68+255=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD44FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD44FF is #52BB00. Grayscale: #787878. Windows color (decimal): -5421825 or 16729261. OLE color: 16729261.
HSL color Cylindrical-coordinate representation of color #AD44FF: hue angle of 273.69º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD44FF is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 68 | 255 | - |
| CMYK | 0.32 | 0.73 | 0 | 0 |
| HSL | 273.69º | 1% | 0.63% | - |
| HSV(B) | 273.69º | 0.73% | 1% | - |
| XYZ | 37.35 | 20.24 | 96.55 | - |
| YUV | 120.71 | 203.79 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 255 | 0.32 | 0.73 | 0 | 0 | 273.69 | 1 | 0.63 |
| Hex | AD | 44 | FF | 20 | 49 | 0 | 0 | 112 | 64 | 3F |
| Octal | 255 | 104 | 377 | 40 | 111 | 0 | 0 | 422 | 144 | 77 |
| Binary | 10101101 | 1000100 | 11111111 | 100000 | 1001001 | 0 | 0 | 100010010 | 1100100 | 111111 |
Color Harmonies of #AD44FF
Complementary color
Monochromatic Colors of #AD44FF
Black with #AD44FF
Text Example
Text Example
White with #AD44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD44FF; }
p { color: rgb(173,68,255); }
H1.HeaderClassName
{
color: #AD44FF;
}
.AnyTagClassName
{
color: #AD44FF;
}
</style>
background-color css
<style>
a { background-color: #AD44FF; }
a { background-color: rgb(173,68,255); }
div.DivClassName
{
background-color: #AD44FF;
}
.BgClassName
{
background-color: #AD44FF;
}
</style>
border-color css
<style>
span { border-color: #AD44FF; }
span { border-color: rgb(173,68,255); }
td.TdClassName
{
border-color: #AD44FF;
}
.TagClassName
{
border-color: #AD44FF;
}
</style>