Shades of Blue Violet #AD2EF2
Tints of Blue Violet #AD2EF2
RGB
CMYK
RGB Variations
Color information
#AD2EF2 (or 0xAD2EF2) is known color: Blue Violet. HEX triplet: AD, 2E and F2. RGB value is (173,46,242). Sum of RGB (Red+Green+Blue) = 173+46+242=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD2EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2EF2 is #52D10D. Grayscale: #696969. Windows color (decimal): -5427470 or 15871661. OLE color: 15871661.
HSL color Cylindrical-coordinate representation of color #AD2EF2: hue angle of 278.88º degrees, saturation: 0.88, 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 #AD2EF2 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 46 | 242 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.05 |
| HSL | 278.88º | 0.88% | 0.56% | - |
| HSV(B) | 278.88º | 0.81% | 0.95% | - |
| XYZ | 34.24 | 17.25 | 85.53 | - |
| YUV | 106.32 | 204.58 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 242 | 0.29 | 0.81 | 0 | 0.05 | 278.88 | 0.88 | 0.56 |
| Hex | AD | 2E | F2 | 1D | 51 | 0 | 5 | 117 | 58 | 38 |
| Octal | 255 | 56 | 362 | 35 | 121 | 0 | 5 | 427 | 130 | 70 |
| Binary | 10101101 | 101110 | 11110010 | 11101 | 1010001 | 0 | 101 | 100010111 | 1011000 | 111000 |
Color Harmonies of #AD2EF2
Complementary color
Monochromatic Colors of #AD2EF2
Black with #AD2EF2
Text Example
Text Example
White with #AD2EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2EF2; }
p { color: rgb(173,46,242); }
H1.HeaderClassName
{
color: #AD2EF2;
}
.AnyTagClassName
{
color: #AD2EF2;
}
</style>
background-color css
<style>
a { background-color: #AD2EF2; }
a { background-color: rgb(173,46,242); }
div.DivClassName
{
background-color: #AD2EF2;
}
.BgClassName
{
background-color: #AD2EF2;
}
</style>
border-color css
<style>
span { border-color: #AD2EF2; }
span { border-color: rgb(173,46,242); }
td.TdClassName
{
border-color: #AD2EF2;
}
.TagClassName
{
border-color: #AD2EF2;
}
</style>