Shades of Blue Violet #AD40FB
Tints of Blue Violet #AD40FB
RGB
CMYK
RGB Variations
Color information
#AD40FB (or 0xAD40FB) is known color: Blue Violet. HEX triplet: AD, 40 and FB. RGB value is (173,64,251). Sum of RGB (Red+Green+Blue) = 173+64+251=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40FB is #52BF04. Grayscale: #757575. Windows color (decimal): -5422853 or 16466093. OLE color: 16466093.
HSL color Cylindrical-coordinate representation of color #AD40FB: hue angle of 274.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD40FB is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 64 | 251 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.02 |
| HSL | 274.97º | 0.96% | 0.62% | - |
| HSV(B) | 274.97º | 0.75% | 0.98% | - |
| XYZ | 36.48 | 19.52 | 93.11 | - |
| YUV | 117.91 | 203.11 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 251 | 0.31 | 0.75 | 0 | 0.02 | 274.97 | 0.96 | 0.62 |
| Hex | AD | 40 | FB | 1F | 4B | 0 | 2 | 113 | 60 | 3E |
| Octal | 255 | 100 | 373 | 37 | 113 | 0 | 2 | 423 | 140 | 76 |
| Binary | 10101101 | 1000000 | 11111011 | 11111 | 1001011 | 0 | 10 | 100010011 | 1100000 | 111110 |
Color Harmonies of #AD40FB
Complementary color
Monochromatic Colors of #AD40FB
Black with #AD40FB
Text Example
Text Example
White with #AD40FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40FB; }
p { color: rgb(173,64,251); }
H1.HeaderClassName
{
color: #AD40FB;
}
.AnyTagClassName
{
color: #AD40FB;
}
</style>
background-color css
<style>
a { background-color: #AD40FB; }
a { background-color: rgb(173,64,251); }
div.DivClassName
{
background-color: #AD40FB;
}
.BgClassName
{
background-color: #AD40FB;
}
</style>
border-color css
<style>
span { border-color: #AD40FB; }
span { border-color: rgb(173,64,251); }
td.TdClassName
{
border-color: #AD40FB;
}
.TagClassName
{
border-color: #AD40FB;
}
</style>