Shades of Blue Violet #AD37FE
Tints of Blue Violet #AD37FE
RGB
CMYK
RGB Variations
Color information
#AD37FE (or 0xAD37FE) is known color: Blue Violet. HEX triplet: AD, 37 and FE. RGB value is (173,55,254). Sum of RGB (Red+Green+Blue) = 173+55+254=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD37FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD37FE is #52C801. Grayscale: #707070. Windows color (decimal): -5425154 or 16660397. OLE color: 16660397.
HSL color Cylindrical-coordinate representation of color #AD37FE: hue angle of 275.58º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD37FE is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 55 | 254 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.00 |
| HSL | 275.58º | 0.99% | 0.61% | - |
| HSV(B) | 275.58º | 0.78% | 1% | - |
| XYZ | 36.49 | 18.77 | 95.47 | - |
| YUV | 112.97 | 207.59 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 254 | 0.32 | 0.78 | 0 | 0.00 | 275.58 | 0.99 | 0.61 |
| Hex | AD | 37 | FE | 20 | 4E | 0 | 0 | 114 | 63 | 3D |
| Octal | 255 | 67 | 376 | 40 | 116 | 0 | 0 | 424 | 143 | 75 |
| Binary | 10101101 | 110111 | 11111110 | 100000 | 1001110 | 0 | 0 | 100010100 | 1100011 | 111101 |
Color Harmonies of #AD37FE
Complementary color
Monochromatic Colors of #AD37FE
Black with #AD37FE
Text Example
Text Example
White with #AD37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37FE; }
p { color: rgb(173,55,254); }
H1.HeaderClassName
{
color: #AD37FE;
}
.AnyTagClassName
{
color: #AD37FE;
}
</style>
background-color css
<style>
a { background-color: #AD37FE; }
a { background-color: rgb(173,55,254); }
div.DivClassName
{
background-color: #AD37FE;
}
.BgClassName
{
background-color: #AD37FE;
}
</style>
border-color css
<style>
span { border-color: #AD37FE; }
span { border-color: rgb(173,55,254); }
td.TdClassName
{
border-color: #AD37FE;
}
.TagClassName
{
border-color: #AD37FE;
}
</style>