Shades of Blue Violet #AD37F4
Tints of Blue Violet #AD37F4
RGB
CMYK
RGB Variations
Color information
#AD37F4 (or 0xAD37F4) is known color: Blue Violet. HEX triplet: AD, 37 and F4. RGB value is (173,55,244). Sum of RGB (Red+Green+Blue) = 173+55+244=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD37F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD37F4 is #52C80B. Grayscale: #6F6F6F. Windows color (decimal): -5425164 or 16005037. OLE color: 16005037.
HSL color Cylindrical-coordinate representation of color #AD37F4: hue angle of 277.46º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD37F4 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 55 | 244 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.04 |
| HSL | 277.46º | 0.9% | 0.59% | - |
| HSV(B) | 277.46º | 0.77% | 0.96% | - |
| XYZ | 34.93 | 18.15 | 87.25 | - |
| YUV | 111.83 | 202.59 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 244 | 0.29 | 0.77 | 0 | 0.04 | 277.46 | 0.9 | 0.59 |
| Hex | AD | 37 | F4 | 1D | 4D | 0 | 4 | 115 | 5A | 3B |
| Octal | 255 | 67 | 364 | 35 | 115 | 0 | 4 | 425 | 132 | 73 |
| Binary | 10101101 | 110111 | 11110100 | 11101 | 1001101 | 0 | 100 | 100010101 | 1011010 | 111011 |
Color Harmonies of #AD37F4
Complementary color
Monochromatic Colors of #AD37F4
Black with #AD37F4
Text Example
Text Example
White with #AD37F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37F4; }
p { color: rgb(173,55,244); }
H1.HeaderClassName
{
color: #AD37F4;
}
.AnyTagClassName
{
color: #AD37F4;
}
</style>
background-color css
<style>
a { background-color: #AD37F4; }
a { background-color: rgb(173,55,244); }
div.DivClassName
{
background-color: #AD37F4;
}
.BgClassName
{
background-color: #AD37F4;
}
</style>
border-color css
<style>
span { border-color: #AD37F4; }
span { border-color: rgb(173,55,244); }
td.TdClassName
{
border-color: #AD37F4;
}
.TagClassName
{
border-color: #AD37F4;
}
</style>