Shades of Blue Violet #AD28EF
Tints of Blue Violet #AD28EF
RGB
CMYK
RGB Variations
Color information
#AD28EF (or 0xAD28EF) is known color: Blue Violet. HEX triplet: AD, 28 and EF. RGB value is (173,40,239). Sum of RGB (Red+Green+Blue) = 173+40+239=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD28EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD28EF is #52D710. Grayscale: #656565. Windows color (decimal): -5429009 or 15673517. OLE color: 15673517.
HSL color Cylindrical-coordinate representation of color #AD28EF: hue angle of 280.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD28EF is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 40 | 239 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.06 |
| HSL | 280.1º | 0.86% | 0.55% | - |
| HSV(B) | 280.1º | 0.83% | 0.94% | - |
| XYZ | 33.57 | 16.63 | 83.1 | - |
| YUV | 102.45 | 205.06 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 239 | 0.28 | 0.83 | 0 | 0.06 | 280.1 | 0.86 | 0.55 |
| Hex | AD | 28 | EF | 1C | 53 | 0 | 6 | 118 | 56 | 37 |
| Octal | 255 | 50 | 357 | 34 | 123 | 0 | 6 | 430 | 126 | 67 |
| Binary | 10101101 | 101000 | 11101111 | 11100 | 1010011 | 0 | 110 | 100011000 | 1010110 | 110111 |
Color Harmonies of #AD28EF
Complementary color
Monochromatic Colors of #AD28EF
Black with #AD28EF
Text Example
Text Example
White with #AD28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28EF; }
p { color: rgb(173,40,239); }
H1.HeaderClassName
{
color: #AD28EF;
}
.AnyTagClassName
{
color: #AD28EF;
}
</style>
background-color css
<style>
a { background-color: #AD28EF; }
a { background-color: rgb(173,40,239); }
div.DivClassName
{
background-color: #AD28EF;
}
.BgClassName
{
background-color: #AD28EF;
}
</style>
border-color css
<style>
span { border-color: #AD28EF; }
span { border-color: rgb(173,40,239); }
td.TdClassName
{
border-color: #AD28EF;
}
.TagClassName
{
border-color: #AD28EF;
}
</style>