Shades of Blue Violet #AD44FE
Tints of Blue Violet #AD44FE
RGB
CMYK
RGB Variations
Color information
#AD44FE (or 0xAD44FE) is known color: Blue Violet. HEX triplet: AD, 44 and FE. RGB value is (173,68,254). Sum of RGB (Red+Green+Blue) = 173+68+254=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD44FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD44FE is #52BB01. Grayscale: #777777. Windows color (decimal): -5421826 or 16663725. OLE color: 16663725.
HSL color Cylindrical-coordinate representation of color #AD44FE: hue angle of 273.87º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD44FE is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 68 | 254 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.00 |
| HSL | 273.87º | 0.99% | 0.63% | - |
| HSV(B) | 273.87º | 0.73% | 1% | - |
| XYZ | 37.19 | 20.17 | 95.7 | - |
| YUV | 120.6 | 203.29 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 254 | 0.32 | 0.73 | 0 | 0.00 | 273.87 | 0.99 | 0.63 |
| Hex | AD | 44 | FE | 20 | 49 | 0 | 0 | 112 | 63 | 3F |
| Octal | 255 | 104 | 376 | 40 | 111 | 0 | 0 | 422 | 143 | 77 |
| Binary | 10101101 | 1000100 | 11111110 | 100000 | 1001001 | 0 | 0 | 100010010 | 1100011 | 111111 |
Color Harmonies of #AD44FE
Complementary color
Monochromatic Colors of #AD44FE
Black with #AD44FE
Text Example
Text Example
White with #AD44FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD44FE; }
p { color: rgb(173,68,254); }
H1.HeaderClassName
{
color: #AD44FE;
}
.AnyTagClassName
{
color: #AD44FE;
}
</style>
background-color css
<style>
a { background-color: #AD44FE; }
a { background-color: rgb(173,68,254); }
div.DivClassName
{
background-color: #AD44FE;
}
.BgClassName
{
background-color: #AD44FE;
}
</style>
border-color css
<style>
span { border-color: #AD44FE; }
span { border-color: rgb(173,68,254); }
td.TdClassName
{
border-color: #AD44FE;
}
.TagClassName
{
border-color: #AD44FE;
}
</style>