Shades of Blue Violet #AD2EF8
Tints of Blue Violet #AD2EF8
RGB
CMYK
RGB Variations
Color information
#AD2EF8 (or 0xAD2EF8) is known color: Blue Violet. HEX triplet: AD, 2E and F8. RGB value is (173,46,248). Sum of RGB (Red+Green+Blue) = 173+46+248=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD2EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2EF8 is #52D107. Grayscale: #6A6A6A. Windows color (decimal): -5427464 or 16264877. OLE color: 16264877.
HSL color Cylindrical-coordinate representation of color #AD2EF8: hue angle of 277.72º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2EF8 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 46 | 248 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.03 |
| HSL | 277.72º | 0.94% | 0.58% | - |
| HSV(B) | 277.72º | 0.81% | 0.97% | - |
| XYZ | 35.15 | 17.62 | 90.35 | - |
| YUV | 107 | 207.58 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 248 | 0.30 | 0.81 | 0 | 0.03 | 277.72 | 0.94 | 0.58 |
| Hex | AD | 2E | F8 | 1E | 51 | 0 | 3 | 116 | 5E | 3A |
| Octal | 255 | 56 | 370 | 36 | 121 | 0 | 3 | 426 | 136 | 72 |
| Binary | 10101101 | 101110 | 11111000 | 11110 | 1010001 | 0 | 11 | 100010110 | 1011110 | 111010 |
Color Harmonies of #AD2EF8
Complementary color
Monochromatic Colors of #AD2EF8
Black with #AD2EF8
Text Example
Text Example
White with #AD2EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2EF8; }
p { color: rgb(173,46,248); }
H1.HeaderClassName
{
color: #AD2EF8;
}
.AnyTagClassName
{
color: #AD2EF8;
}
</style>
background-color css
<style>
a { background-color: #AD2EF8; }
a { background-color: rgb(173,46,248); }
div.DivClassName
{
background-color: #AD2EF8;
}
.BgClassName
{
background-color: #AD2EF8;
}
</style>
border-color css
<style>
span { border-color: #AD2EF8; }
span { border-color: rgb(173,46,248); }
td.TdClassName
{
border-color: #AD2EF8;
}
.TagClassName
{
border-color: #AD2EF8;
}
</style>