Shades of Blue Violet #AD40FE
Tints of Blue Violet #AD40FE
RGB
CMYK
RGB Variations
Color information
#AD40FE (or 0xAD40FE) is known color: Blue Violet. HEX triplet: AD, 40 and FE. RGB value is (173,64,254). Sum of RGB (Red+Green+Blue) = 173+64+254=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD40FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40FE is #52BF01. Grayscale: #757575. Windows color (decimal): -5422850 or 16662701. OLE color: 16662701.
HSL color Cylindrical-coordinate representation of color #AD40FE: hue angle of 274.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD40FE is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 64 | 254 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.00 |
| HSL | 274.42º | 0.99% | 0.62% | - |
| HSV(B) | 274.42º | 0.75% | 1% | - |
| XYZ | 36.96 | 19.71 | 95.62 | - |
| YUV | 118.25 | 204.61 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 254 | 0.32 | 0.75 | 0 | 0.00 | 274.42 | 0.99 | 0.62 |
| Hex | AD | 40 | FE | 20 | 4B | 0 | 0 | 112 | 63 | 3E |
| Octal | 255 | 100 | 376 | 40 | 113 | 0 | 0 | 422 | 143 | 76 |
| Binary | 10101101 | 1000000 | 11111110 | 100000 | 1001011 | 0 | 0 | 100010010 | 1100011 | 111110 |
Color Harmonies of #AD40FE
Complementary color
Monochromatic Colors of #AD40FE
Black with #AD40FE
Text Example
Text Example
White with #AD40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40FE; }
p { color: rgb(173,64,254); }
H1.HeaderClassName
{
color: #AD40FE;
}
.AnyTagClassName
{
color: #AD40FE;
}
</style>
background-color css
<style>
a { background-color: #AD40FE; }
a { background-color: rgb(173,64,254); }
div.DivClassName
{
background-color: #AD40FE;
}
.BgClassName
{
background-color: #AD40FE;
}
</style>
border-color css
<style>
span { border-color: #AD40FE; }
span { border-color: rgb(173,64,254); }
td.TdClassName
{
border-color: #AD40FE;
}
.TagClassName
{
border-color: #AD40FE;
}
</style>