Shades of Blue Violet #AD24EC
Tints of Blue Violet #AD24EC
RGB
CMYK
RGB Variations
Color information
#AD24EC (or 0xAD24EC) is known color: Blue Violet. HEX triplet: AD, 24 and EC. RGB value is (173,36,236). Sum of RGB (Red+Green+Blue) = 173+36+236=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD24EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24EC is #52DB13. Grayscale: #636363. Windows color (decimal): -5430036 or 15475885. OLE color: 15475885.
HSL color Cylindrical-coordinate representation of color #AD24EC: hue angle of 281.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD24EC is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 36 | 236 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.07 |
| HSL | 281.1º | 0.84% | 0.53% | - |
| HSV(B) | 281.1º | 0.85% | 0.93% | - |
| XYZ | 33 | 16.2 | 80.74 | - |
| YUV | 99.76 | 204.89 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 236 | 0.27 | 0.85 | 0 | 0.07 | 281.1 | 0.84 | 0.53 |
| Hex | AD | 24 | EC | 1B | 55 | 0 | 7 | 119 | 54 | 35 |
| Octal | 255 | 44 | 354 | 33 | 125 | 0 | 7 | 431 | 124 | 65 |
| Binary | 10101101 | 100100 | 11101100 | 11011 | 1010101 | 0 | 111 | 100011001 | 1010100 | 110101 |
Color Harmonies of #AD24EC
Complementary color
Monochromatic Colors of #AD24EC
Black with #AD24EC
Text Example
Text Example
White with #AD24EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24EC; }
p { color: rgb(173,36,236); }
H1.HeaderClassName
{
color: #AD24EC;
}
.AnyTagClassName
{
color: #AD24EC;
}
</style>
background-color css
<style>
a { background-color: #AD24EC; }
a { background-color: rgb(173,36,236); }
div.DivClassName
{
background-color: #AD24EC;
}
.BgClassName
{
background-color: #AD24EC;
}
</style>
border-color css
<style>
span { border-color: #AD24EC; }
span { border-color: rgb(173,36,236); }
td.TdClassName
{
border-color: #AD24EC;
}
.TagClassName
{
border-color: #AD24EC;
}
</style>