Shades of Blue Violet #AD2DF9
Tints of Blue Violet #AD2DF9
RGB
CMYK
RGB Variations
Color information
#AD2DF9 (or 0xAD2DF9) is known color: Blue Violet. HEX triplet: AD, 2D and F9. RGB value is (173,45,249). Sum of RGB (Red+Green+Blue) = 173+45+249=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD2DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2DF9 is #52D206. Grayscale: #696969. Windows color (decimal): -5427719 or 16330157. OLE color: 16330157.
HSL color Cylindrical-coordinate representation of color #AD2DF9: hue angle of 277.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2DF9 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 45 | 249 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.02 |
| HSL | 277.65º | 0.94% | 0.58% | - |
| HSV(B) | 277.65º | 0.82% | 0.98% | - |
| XYZ | 35.27 | 17.6 | 91.16 | - |
| YUV | 106.53 | 208.41 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 249 | 0.31 | 0.82 | 0 | 0.02 | 277.65 | 0.94 | 0.58 |
| Hex | AD | 2D | F9 | 1F | 52 | 0 | 2 | 116 | 5E | 3A |
| Octal | 255 | 55 | 371 | 37 | 122 | 0 | 2 | 426 | 136 | 72 |
| Binary | 10101101 | 101101 | 11111001 | 11111 | 1010010 | 0 | 10 | 100010110 | 1011110 | 111010 |
Color Harmonies of #AD2DF9
Complementary color
Monochromatic Colors of #AD2DF9
Black with #AD2DF9
Text Example
Text Example
White with #AD2DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DF9; }
p { color: rgb(173,45,249); }
H1.HeaderClassName
{
color: #AD2DF9;
}
.AnyTagClassName
{
color: #AD2DF9;
}
</style>
background-color css
<style>
a { background-color: #AD2DF9; }
a { background-color: rgb(173,45,249); }
div.DivClassName
{
background-color: #AD2DF9;
}
.BgClassName
{
background-color: #AD2DF9;
}
</style>
border-color css
<style>
span { border-color: #AD2DF9; }
span { border-color: rgb(173,45,249); }
td.TdClassName
{
border-color: #AD2DF9;
}
.TagClassName
{
border-color: #AD2DF9;
}
</style>