Shades of Blue Violet #AD36FA
Tints of Blue Violet #AD36FA
RGB
CMYK
RGB Variations
Color information
#AD36FA (or 0xAD36FA) is known color: Blue Violet. HEX triplet: AD, 36 and FA. RGB value is (173,54,250). Sum of RGB (Red+Green+Blue) = 173+54+250=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD36FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD36FA is #52C905. Grayscale: #6F6F6F. Windows color (decimal): -5425414 or 16397997. OLE color: 16397997.
HSL color Cylindrical-coordinate representation of color #AD36FA: hue angle of 276.43º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD36FA is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 54 | 250 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.02 |
| HSL | 276.43º | 0.95% | 0.6% | - |
| HSV(B) | 276.43º | 0.78% | 0.98% | - |
| XYZ | 35.81 | 18.42 | 92.11 | - |
| YUV | 111.93 | 205.92 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 250 | 0.31 | 0.78 | 0 | 0.02 | 276.43 | 0.95 | 0.6 |
| Hex | AD | 36 | FA | 1F | 4E | 0 | 2 | 114 | 5F | 3C |
| Octal | 255 | 66 | 372 | 37 | 116 | 0 | 2 | 424 | 137 | 74 |
| Binary | 10101101 | 110110 | 11111010 | 11111 | 1001110 | 0 | 10 | 100010100 | 1011111 | 111100 |
Color Harmonies of #AD36FA
Complementary color
Monochromatic Colors of #AD36FA
Black with #AD36FA
Text Example
Text Example
White with #AD36FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD36FA; }
p { color: rgb(173,54,250); }
H1.HeaderClassName
{
color: #AD36FA;
}
.AnyTagClassName
{
color: #AD36FA;
}
</style>
background-color css
<style>
a { background-color: #AD36FA; }
a { background-color: rgb(173,54,250); }
div.DivClassName
{
background-color: #AD36FA;
}
.BgClassName
{
background-color: #AD36FA;
}
</style>
border-color css
<style>
span { border-color: #AD36FA; }
span { border-color: rgb(173,54,250); }
td.TdClassName
{
border-color: #AD36FA;
}
.TagClassName
{
border-color: #AD36FA;
}
</style>