Shades of Blue Violet #AD36FE
Tints of Blue Violet #AD36FE
RGB
CMYK
RGB Variations
Color information
#AD36FE (or 0xAD36FE) is known color: Blue Violet. HEX triplet: AD, 36 and FE. RGB value is (173,54,254). Sum of RGB (Red+Green+Blue) = 173+54+254=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD36FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD36FE is #52C901. Grayscale: #6F6F6F. Windows color (decimal): -5425410 or 16660141. OLE color: 16660141.
HSL color Cylindrical-coordinate representation of color #AD36FE: hue angle of 275.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD36FE is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 54 | 254 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.00 |
| HSL | 275.7º | 0.99% | 0.6% | - |
| HSV(B) | 275.7º | 0.79% | 1% | - |
| XYZ | 36.44 | 18.68 | 95.45 | - |
| YUV | 112.38 | 207.92 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 254 | 0.32 | 0.79 | 0 | 0.00 | 275.7 | 0.99 | 0.6 |
| Hex | AD | 36 | FE | 20 | 4F | 0 | 0 | 114 | 63 | 3C |
| Octal | 255 | 66 | 376 | 40 | 117 | 0 | 0 | 424 | 143 | 74 |
| Binary | 10101101 | 110110 | 11111110 | 100000 | 1001111 | 0 | 0 | 100010100 | 1100011 | 111100 |
Color Harmonies of #AD36FE
Complementary color
Monochromatic Colors of #AD36FE
Black with #AD36FE
Text Example
Text Example
White with #AD36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD36FE; }
p { color: rgb(173,54,254); }
H1.HeaderClassName
{
color: #AD36FE;
}
.AnyTagClassName
{
color: #AD36FE;
}
</style>
background-color css
<style>
a { background-color: #AD36FE; }
a { background-color: rgb(173,54,254); }
div.DivClassName
{
background-color: #AD36FE;
}
.BgClassName
{
background-color: #AD36FE;
}
</style>
border-color css
<style>
span { border-color: #AD36FE; }
span { border-color: rgb(173,54,254); }
td.TdClassName
{
border-color: #AD36FE;
}
.TagClassName
{
border-color: #AD36FE;
}
</style>