Shades of Blue Violet #AD2EF3
Tints of Blue Violet #AD2EF3
RGB
CMYK
RGB Variations
Color information
#AD2EF3 (or 0xAD2EF3) is known color: Blue Violet. HEX triplet: AD, 2E and F3. RGB value is (173,46,243). Sum of RGB (Red+Green+Blue) = 173+46+243=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD2EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2EF3 is #52D10C. Grayscale: #696969. Windows color (decimal): -5427469 or 15937197. OLE color: 15937197.
HSL color Cylindrical-coordinate representation of color #AD2EF3: hue angle of 278.68º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2EF3 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 46 | 243 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.05 |
| HSL | 278.68º | 0.89% | 0.57% | - |
| HSV(B) | 278.68º | 0.81% | 0.95% | - |
| XYZ | 34.39 | 17.31 | 86.32 | - |
| YUV | 106.43 | 205.08 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 243 | 0.29 | 0.81 | 0 | 0.05 | 278.68 | 0.89 | 0.57 |
| Hex | AD | 2E | F3 | 1D | 51 | 0 | 5 | 117 | 59 | 39 |
| Octal | 255 | 56 | 363 | 35 | 121 | 0 | 5 | 427 | 131 | 71 |
| Binary | 10101101 | 101110 | 11110011 | 11101 | 1010001 | 0 | 101 | 100010111 | 1011001 | 111001 |
Color Harmonies of #AD2EF3
Complementary color
Monochromatic Colors of #AD2EF3
Black with #AD2EF3
Text Example
Text Example
White with #AD2EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2EF3; }
p { color: rgb(173,46,243); }
H1.HeaderClassName
{
color: #AD2EF3;
}
.AnyTagClassName
{
color: #AD2EF3;
}
</style>
background-color css
<style>
a { background-color: #AD2EF3; }
a { background-color: rgb(173,46,243); }
div.DivClassName
{
background-color: #AD2EF3;
}
.BgClassName
{
background-color: #AD2EF3;
}
</style>
border-color css
<style>
span { border-color: #AD2EF3; }
span { border-color: rgb(173,46,243); }
td.TdClassName
{
border-color: #AD2EF3;
}
.TagClassName
{
border-color: #AD2EF3;
}
</style>