Shades of Blue Violet #AD37F0
Tints of Blue Violet #AD37F0
RGB
CMYK
RGB Variations
Color information
#AD37F0 (or 0xAD37F0) is known color: Blue Violet. HEX triplet: AD, 37 and F0. RGB value is (173,55,240). Sum of RGB (Red+Green+Blue) = 173+55+240=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD37F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD37F0 is #52C80F. Grayscale: #6E6E6E. Windows color (decimal): -5425168 or 15742893. OLE color: 15742893.
HSL color Cylindrical-coordinate representation of color #AD37F0: hue angle of 278.27º degrees, saturation: 0.86, 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 #AD37F0 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 55 | 240 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.06 |
| HSL | 278.27º | 0.86% | 0.58% | - |
| HSV(B) | 278.27º | 0.77% | 0.94% | - |
| XYZ | 34.33 | 17.91 | 84.09 | - |
| YUV | 111.37 | 200.59 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 240 | 0.28 | 0.77 | 0 | 0.06 | 278.27 | 0.86 | 0.58 |
| Hex | AD | 37 | F0 | 1C | 4D | 0 | 6 | 116 | 56 | 3A |
| Octal | 255 | 67 | 360 | 34 | 115 | 0 | 6 | 426 | 126 | 72 |
| Binary | 10101101 | 110111 | 11110000 | 11100 | 1001101 | 0 | 110 | 100010110 | 1010110 | 111010 |
Color Harmonies of #AD37F0
Complementary color
Monochromatic Colors of #AD37F0
Black with #AD37F0
Text Example
Text Example
White with #AD37F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37F0; }
p { color: rgb(173,55,240); }
H1.HeaderClassName
{
color: #AD37F0;
}
.AnyTagClassName
{
color: #AD37F0;
}
</style>
background-color css
<style>
a { background-color: #AD37F0; }
a { background-color: rgb(173,55,240); }
div.DivClassName
{
background-color: #AD37F0;
}
.BgClassName
{
background-color: #AD37F0;
}
</style>
border-color css
<style>
span { border-color: #AD37F0; }
span { border-color: rgb(173,55,240); }
td.TdClassName
{
border-color: #AD37F0;
}
.TagClassName
{
border-color: #AD37F0;
}
</style>