Shades of Blue Violet #AD2DF3
Tints of Blue Violet #AD2DF3
RGB
CMYK
RGB Variations
Color information
#AD2DF3 (or 0xAD2DF3) is known color: Blue Violet. HEX triplet: AD, 2D and F3. RGB value is (173,45,243). Sum of RGB (Red+Green+Blue) = 173+45+243=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD2DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2DF3 is #52D20C. Grayscale: #696969. Windows color (decimal): -5427725 or 15936941. OLE color: 15936941.
HSL color Cylindrical-coordinate representation of color #AD2DF3: hue angle of 278.79º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2DF3 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 45 | 243 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.05 |
| HSL | 278.79º | 0.89% | 0.56% | - |
| HSV(B) | 278.79º | 0.81% | 0.95% | - |
| XYZ | 34.35 | 17.23 | 86.31 | - |
| YUV | 105.84 | 205.41 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 243 | 0.29 | 0.81 | 0 | 0.05 | 278.79 | 0.89 | 0.56 |
| Hex | AD | 2D | F3 | 1D | 51 | 0 | 5 | 117 | 59 | 38 |
| Octal | 255 | 55 | 363 | 35 | 121 | 0 | 5 | 427 | 131 | 70 |
| Binary | 10101101 | 101101 | 11110011 | 11101 | 1010001 | 0 | 101 | 100010111 | 1011001 | 111000 |
Color Harmonies of #AD2DF3
Complementary color
Monochromatic Colors of #AD2DF3
Black with #AD2DF3
Text Example
Text Example
White with #AD2DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DF3; }
p { color: rgb(173,45,243); }
H1.HeaderClassName
{
color: #AD2DF3;
}
.AnyTagClassName
{
color: #AD2DF3;
}
</style>
background-color css
<style>
a { background-color: #AD2DF3; }
a { background-color: rgb(173,45,243); }
div.DivClassName
{
background-color: #AD2DF3;
}
.BgClassName
{
background-color: #AD2DF3;
}
</style>
border-color css
<style>
span { border-color: #AD2DF3; }
span { border-color: rgb(173,45,243); }
td.TdClassName
{
border-color: #AD2DF3;
}
.TagClassName
{
border-color: #AD2DF3;
}
</style>