Shades of Blue Violet #AD24EF
Tints of Blue Violet #AD24EF
RGB
CMYK
RGB Variations
Color information
#AD24EF (or 0xAD24EF) is known color: Blue Violet. HEX triplet: AD, 24 and EF. RGB value is (173,36,239). Sum of RGB (Red+Green+Blue) = 173+36+239=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD24EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24EF is #52DB10. Grayscale: #636363. Windows color (decimal): -5430033 or 15672493. OLE color: 15672493.
HSL color Cylindrical-coordinate representation of color #AD24EF: hue angle of 280.49º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD24EF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 36 | 239 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.06 |
| HSL | 280.49º | 0.86% | 0.54% | - |
| HSV(B) | 280.49º | 0.85% | 0.94% | - |
| XYZ | 33.44 | 16.38 | 83.06 | - |
| YUV | 100.11 | 206.39 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 239 | 0.28 | 0.85 | 0 | 0.06 | 280.49 | 0.86 | 0.54 |
| Hex | AD | 24 | EF | 1C | 55 | 0 | 6 | 118 | 56 | 36 |
| Octal | 255 | 44 | 357 | 34 | 125 | 0 | 6 | 430 | 126 | 66 |
| Binary | 10101101 | 100100 | 11101111 | 11100 | 1010101 | 0 | 110 | 100011000 | 1010110 | 110110 |
Color Harmonies of #AD24EF
Complementary color
Monochromatic Colors of #AD24EF
Black with #AD24EF
Text Example
Text Example
White with #AD24EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24EF; }
p { color: rgb(173,36,239); }
H1.HeaderClassName
{
color: #AD24EF;
}
.AnyTagClassName
{
color: #AD24EF;
}
</style>
background-color css
<style>
a { background-color: #AD24EF; }
a { background-color: rgb(173,36,239); }
div.DivClassName
{
background-color: #AD24EF;
}
.BgClassName
{
background-color: #AD24EF;
}
</style>
border-color css
<style>
span { border-color: #AD24EF; }
span { border-color: rgb(173,36,239); }
td.TdClassName
{
border-color: #AD24EF;
}
.TagClassName
{
border-color: #AD24EF;
}
</style>