Shades of Blue Violet #AD38EF
Tints of Blue Violet #AD38EF
RGB
CMYK
RGB Variations
Color information
#AD38EF (or 0xAD38EF) is known color: Blue Violet. HEX triplet: AD, 38 and EF. RGB value is (173,56,239). Sum of RGB (Red+Green+Blue) = 173+56+239=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD38EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD38EF is #52C710. Grayscale: #6F6F6F. Windows color (decimal): -5424913 or 15677613. OLE color: 15677613.
HSL color Cylindrical-coordinate representation of color #AD38EF: hue angle of 278.36º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD38EF is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 56 | 239 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.06 |
| HSL | 278.36º | 0.85% | 0.58% | - |
| HSV(B) | 278.36º | 0.77% | 0.94% | - |
| XYZ | 34.23 | 17.94 | 83.32 | - |
| YUV | 111.85 | 199.76 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 239 | 0.28 | 0.77 | 0 | 0.06 | 278.36 | 0.85 | 0.58 |
| Hex | AD | 38 | EF | 1C | 4D | 0 | 6 | 116 | 55 | 3A |
| Octal | 255 | 70 | 357 | 34 | 115 | 0 | 6 | 426 | 125 | 72 |
| Binary | 10101101 | 111000 | 11101111 | 11100 | 1001101 | 0 | 110 | 100010110 | 1010101 | 111010 |
Color Harmonies of #AD38EF
Complementary color
Monochromatic Colors of #AD38EF
Black with #AD38EF
Text Example
Text Example
White with #AD38EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38EF; }
p { color: rgb(173,56,239); }
H1.HeaderClassName
{
color: #AD38EF;
}
.AnyTagClassName
{
color: #AD38EF;
}
</style>
background-color css
<style>
a { background-color: #AD38EF; }
a { background-color: rgb(173,56,239); }
div.DivClassName
{
background-color: #AD38EF;
}
.BgClassName
{
background-color: #AD38EF;
}
</style>
border-color css
<style>
span { border-color: #AD38EF; }
span { border-color: rgb(173,56,239); }
td.TdClassName
{
border-color: #AD38EF;
}
.TagClassName
{
border-color: #AD38EF;
}
</style>