Shades of Blue Violet #AD37EF
Tints of Blue Violet #AD37EF
RGB
CMYK
RGB Variations
Color information
#AD37EF (or 0xAD37EF) is known color: Blue Violet. HEX triplet: AD, 37 and EF. RGB value is (173,55,239). Sum of RGB (Red+Green+Blue) = 173+55+239=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD37EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD37EF is #52C810. Grayscale: #6E6E6E. Windows color (decimal): -5425169 or 15677357. OLE color: 15677357.
HSL color Cylindrical-coordinate representation of color #AD37EF: hue angle of 278.48º 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 #AD37EF is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 55 | 239 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.06 |
| HSL | 278.48º | 0.85% | 0.58% | - |
| HSV(B) | 278.48º | 0.77% | 0.94% | - |
| XYZ | 34.18 | 17.85 | 83.31 | - |
| YUV | 111.26 | 200.09 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 239 | 0.28 | 0.77 | 0 | 0.06 | 278.48 | 0.85 | 0.58 |
| Hex | AD | 37 | EF | 1C | 4D | 0 | 6 | 116 | 55 | 3A |
| Octal | 255 | 67 | 357 | 34 | 115 | 0 | 6 | 426 | 125 | 72 |
| Binary | 10101101 | 110111 | 11101111 | 11100 | 1001101 | 0 | 110 | 100010110 | 1010101 | 111010 |
Color Harmonies of #AD37EF
Complementary color
Monochromatic Colors of #AD37EF
Black with #AD37EF
Text Example
Text Example
White with #AD37EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37EF; }
p { color: rgb(173,55,239); }
H1.HeaderClassName
{
color: #AD37EF;
}
.AnyTagClassName
{
color: #AD37EF;
}
</style>
background-color css
<style>
a { background-color: #AD37EF; }
a { background-color: rgb(173,55,239); }
div.DivClassName
{
background-color: #AD37EF;
}
.BgClassName
{
background-color: #AD37EF;
}
</style>
border-color css
<style>
span { border-color: #AD37EF; }
span { border-color: rgb(173,55,239); }
td.TdClassName
{
border-color: #AD37EF;
}
.TagClassName
{
border-color: #AD37EF;
}
</style>