Shades of Blue Violet #AD37F3
Tints of Blue Violet #AD37F3
RGB
CMYK
RGB Variations
Color information
#AD37F3 (or 0xAD37F3) is known color: Blue Violet. HEX triplet: AD, 37 and F3. RGB value is (173,55,243). Sum of RGB (Red+Green+Blue) = 173+55+243=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD37F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD37F3 is #52C80C. Grayscale: #6F6F6F. Windows color (decimal): -5425165 or 15939501. OLE color: 15939501.
HSL color Cylindrical-coordinate representation of color #AD37F3: hue angle of 277.66º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD37F3 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 55 | 243 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.05 |
| HSL | 277.66º | 0.89% | 0.58% | - |
| HSV(B) | 277.66º | 0.77% | 0.95% | - |
| XYZ | 34.78 | 18.09 | 86.45 | - |
| YUV | 111.71 | 202.09 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 243 | 0.29 | 0.77 | 0 | 0.05 | 277.66 | 0.89 | 0.58 |
| Hex | AD | 37 | F3 | 1D | 4D | 0 | 5 | 116 | 59 | 3A |
| Octal | 255 | 67 | 363 | 35 | 115 | 0 | 5 | 426 | 131 | 72 |
| Binary | 10101101 | 110111 | 11110011 | 11101 | 1001101 | 0 | 101 | 100010110 | 1011001 | 111010 |
Color Harmonies of #AD37F3
Complementary color
Monochromatic Colors of #AD37F3
Black with #AD37F3
Text Example
Text Example
White with #AD37F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37F3; }
p { color: rgb(173,55,243); }
H1.HeaderClassName
{
color: #AD37F3;
}
.AnyTagClassName
{
color: #AD37F3;
}
</style>
background-color css
<style>
a { background-color: #AD37F3; }
a { background-color: rgb(173,55,243); }
div.DivClassName
{
background-color: #AD37F3;
}
.BgClassName
{
background-color: #AD37F3;
}
</style>
border-color css
<style>
span { border-color: #AD37F3; }
span { border-color: rgb(173,55,243); }
td.TdClassName
{
border-color: #AD37F3;
}
.TagClassName
{
border-color: #AD37F3;
}
</style>