Shades of Blue Violet #AD29F0
Tints of Blue Violet #AD29F0
RGB
CMYK
RGB Variations
Color information
#AD29F0 (or 0xAD29F0) is known color: Blue Violet. HEX triplet: AD, 29 and F0. RGB value is (173,41,240). Sum of RGB (Red+Green+Blue) = 173+41+240=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD29F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29F0 is #52D60F. Grayscale: #666666. Windows color (decimal): -5428752 or 15739309. OLE color: 15739309.
HSL color Cylindrical-coordinate representation of color #AD29F0: hue angle of 279.8º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD29F0 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 41 | 240 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.06 |
| HSL | 279.8º | 0.87% | 0.55% | - |
| HSV(B) | 279.8º | 0.83% | 0.94% | - |
| XYZ | 33.75 | 16.76 | 83.89 | - |
| YUV | 103.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 240 | 0.28 | 0.83 | 0 | 0.06 | 279.8 | 0.87 | 0.55 |
| Hex | AD | 29 | F0 | 1C | 53 | 0 | 6 | 118 | 57 | 37 |
| Octal | 255 | 51 | 360 | 34 | 123 | 0 | 6 | 430 | 127 | 67 |
| Binary | 10101101 | 101001 | 11110000 | 11100 | 1010011 | 0 | 110 | 100011000 | 1010111 | 110111 |
Color Harmonies of #AD29F0
Complementary color
Monochromatic Colors of #AD29F0
Black with #AD29F0
Text Example
Text Example
White with #AD29F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD29F0; }
p { color: rgb(173,41,240); }
H1.HeaderClassName
{
color: #AD29F0;
}
.AnyTagClassName
{
color: #AD29F0;
}
</style>
background-color css
<style>
a { background-color: #AD29F0; }
a { background-color: rgb(173,41,240); }
div.DivClassName
{
background-color: #AD29F0;
}
.BgClassName
{
background-color: #AD29F0;
}
</style>
border-color css
<style>
span { border-color: #AD29F0; }
span { border-color: rgb(173,41,240); }
td.TdClassName
{
border-color: #AD29F0;
}
.TagClassName
{
border-color: #AD29F0;
}
</style>