Shades of Blue Violet #AD28FB
Tints of Blue Violet #AD28FB
RGB
CMYK
RGB Variations
Color information
#AD28FB (or 0xAD28FB) is known color: Blue Violet. HEX triplet: AD, 28 and FB. RGB value is (173,40,251). Sum of RGB (Red+Green+Blue) = 173+40+251=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD28FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD28FB is #52D704. Grayscale: #676767. Windows color (decimal): -5428997 or 16459949. OLE color: 16459949.
HSL color Cylindrical-coordinate representation of color #AD28FB: hue angle of 277.82º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD28FB is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 40 | 251 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.02 |
| HSL | 277.82º | 0.96% | 0.57% | - |
| HSV(B) | 277.82º | 0.84% | 0.98% | - |
| XYZ | 35.4 | 17.37 | 92.75 | - |
| YUV | 103.82 | 211.06 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 251 | 0.31 | 0.84 | 0 | 0.02 | 277.82 | 0.96 | 0.57 |
| Hex | AD | 28 | FB | 1F | 54 | 0 | 2 | 116 | 60 | 39 |
| Octal | 255 | 50 | 373 | 37 | 124 | 0 | 2 | 426 | 140 | 71 |
| Binary | 10101101 | 101000 | 11111011 | 11111 | 1010100 | 0 | 10 | 100010110 | 1100000 | 111001 |
Color Harmonies of #AD28FB
Complementary color
Monochromatic Colors of #AD28FB
Black with #AD28FB
Text Example
Text Example
White with #AD28FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28FB; }
p { color: rgb(173,40,251); }
H1.HeaderClassName
{
color: #AD28FB;
}
.AnyTagClassName
{
color: #AD28FB;
}
</style>
background-color css
<style>
a { background-color: #AD28FB; }
a { background-color: rgb(173,40,251); }
div.DivClassName
{
background-color: #AD28FB;
}
.BgClassName
{
background-color: #AD28FB;
}
</style>
border-color css
<style>
span { border-color: #AD28FB; }
span { border-color: rgb(173,40,251); }
td.TdClassName
{
border-color: #AD28FB;
}
.TagClassName
{
border-color: #AD28FB;
}
</style>