Shades of Blue Violet #AD41FE
Tints of Blue Violet #AD41FE
RGB
CMYK
RGB Variations
Color information
#AD41FE (or 0xAD41FE) is known color: Blue Violet. HEX triplet: AD, 41 and FE. RGB value is (173,65,254). Sum of RGB (Red+Green+Blue) = 173+65+254=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD41FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD41FE is #52BE01. Grayscale: #767676. Windows color (decimal): -5422594 or 16662957. OLE color: 16662957.
HSL color Cylindrical-coordinate representation of color #AD41FE: hue angle of 274.29º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD41FE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 65 | 254 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.00 |
| HSL | 274.29º | 0.99% | 0.63% | - |
| HSV(B) | 274.29º | 0.74% | 1% | - |
| XYZ | 37.01 | 19.82 | 95.64 | - |
| YUV | 118.84 | 204.28 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 254 | 0.32 | 0.74 | 0 | 0.00 | 274.29 | 0.99 | 0.63 |
| Hex | AD | 41 | FE | 20 | 4A | 0 | 0 | 112 | 63 | 3F |
| Octal | 255 | 101 | 376 | 40 | 112 | 0 | 0 | 422 | 143 | 77 |
| Binary | 10101101 | 1000001 | 11111110 | 100000 | 1001010 | 0 | 0 | 100010010 | 1100011 | 111111 |
Color Harmonies of #AD41FE
Complementary color
Monochromatic Colors of #AD41FE
Black with #AD41FE
Text Example
Text Example
White with #AD41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41FE; }
p { color: rgb(173,65,254); }
H1.HeaderClassName
{
color: #AD41FE;
}
.AnyTagClassName
{
color: #AD41FE;
}
</style>
background-color css
<style>
a { background-color: #AD41FE; }
a { background-color: rgb(173,65,254); }
div.DivClassName
{
background-color: #AD41FE;
}
.BgClassName
{
background-color: #AD41FE;
}
</style>
border-color css
<style>
span { border-color: #AD41FE; }
span { border-color: rgb(173,65,254); }
td.TdClassName
{
border-color: #AD41FE;
}
.TagClassName
{
border-color: #AD41FE;
}
</style>