Shades of Blue Violet #AD26EF
Tints of Blue Violet #AD26EF
RGB
CMYK
RGB Variations
Color information
#AD26EF (or 0xAD26EF) is known color: Blue Violet. HEX triplet: AD, 26 and EF. RGB value is (173,38,239). Sum of RGB (Red+Green+Blue) = 173+38+239=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD26EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD26EF is #52D910. Grayscale: #646464. Windows color (decimal): -5429521 or 15673005. OLE color: 15673005.
HSL color Cylindrical-coordinate representation of color #AD26EF: hue angle of 280.3º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD26EF is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 38 | 239 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.06 |
| HSL | 280.3º | 0.86% | 0.54% | - |
| HSV(B) | 280.3º | 0.84% | 0.94% | - |
| XYZ | 33.51 | 16.5 | 83.08 | - |
| YUV | 101.28 | 205.73 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 239 | 0.28 | 0.84 | 0 | 0.06 | 280.3 | 0.86 | 0.54 |
| Hex | AD | 26 | EF | 1C | 54 | 0 | 6 | 118 | 56 | 36 |
| Octal | 255 | 46 | 357 | 34 | 124 | 0 | 6 | 430 | 126 | 66 |
| Binary | 10101101 | 100110 | 11101111 | 11100 | 1010100 | 0 | 110 | 100011000 | 1010110 | 110110 |
Color Harmonies of #AD26EF
Complementary color
Monochromatic Colors of #AD26EF
Black with #AD26EF
Text Example
Text Example
White with #AD26EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26EF; }
p { color: rgb(173,38,239); }
H1.HeaderClassName
{
color: #AD26EF;
}
.AnyTagClassName
{
color: #AD26EF;
}
</style>
background-color css
<style>
a { background-color: #AD26EF; }
a { background-color: rgb(173,38,239); }
div.DivClassName
{
background-color: #AD26EF;
}
.BgClassName
{
background-color: #AD26EF;
}
</style>
border-color css
<style>
span { border-color: #AD26EF; }
span { border-color: rgb(173,38,239); }
td.TdClassName
{
border-color: #AD26EF;
}
.TagClassName
{
border-color: #AD26EF;
}
</style>