Shades of Blue Violet #AD22EF
Tints of Blue Violet #AD22EF
RGB
CMYK
RGB Variations
Color information
#AD22EF (or 0xAD22EF) is known color: Blue Violet. HEX triplet: AD, 22 and EF. RGB value is (173,34,239). Sum of RGB (Red+Green+Blue) = 173+34+239=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 34 (13.67% from 255 or 7.62% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD22EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD22EF is #52DD10. Grayscale: #626262. Windows color (decimal): -5430545 or 15671981. OLE color: 15671981.
HSL color Cylindrical-coordinate representation of color #AD22EF: hue angle of 280.68º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD22EF is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 34 | 239 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.06 |
| HSL | 280.68º | 0.86% | 0.54% | - |
| HSV(B) | 280.68º | 0.86% | 0.94% | - |
| XYZ | 33.39 | 16.26 | 83.04 | - |
| YUV | 98.93 | 207.05 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 239 | 0.28 | 0.86 | 0 | 0.06 | 280.68 | 0.86 | 0.54 |
| Hex | AD | 22 | EF | 1C | 56 | 0 | 6 | 119 | 56 | 36 |
| Octal | 255 | 42 | 357 | 34 | 126 | 0 | 6 | 431 | 126 | 66 |
| Binary | 10101101 | 100010 | 11101111 | 11100 | 1010110 | 0 | 110 | 100011001 | 1010110 | 110110 |
Color Harmonies of #AD22EF
Complementary color
Monochromatic Colors of #AD22EF
Black with #AD22EF
Text Example
Text Example
White with #AD22EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22EF; }
p { color: rgb(173,34,239); }
H1.HeaderClassName
{
color: #AD22EF;
}
.AnyTagClassName
{
color: #AD22EF;
}
</style>
background-color css
<style>
a { background-color: #AD22EF; }
a { background-color: rgb(173,34,239); }
div.DivClassName
{
background-color: #AD22EF;
}
.BgClassName
{
background-color: #AD22EF;
}
</style>
border-color css
<style>
span { border-color: #AD22EF; }
span { border-color: rgb(173,34,239); }
td.TdClassName
{
border-color: #AD22EF;
}
.TagClassName
{
border-color: #AD22EF;
}
</style>