Shades of Blue Violet #AD2DED
Tints of Blue Violet #AD2DED
RGB
CMYK
RGB Variations
Color information
#AD2DED (or 0xAD2DED) is known color: Blue Violet. HEX triplet: AD, 2D and ED. RGB value is (173,45,237). Sum of RGB (Red+Green+Blue) = 173+45+237=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD2DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2DED is #52D212. Grayscale: #686868. Windows color (decimal): -5427731 or 15543725. OLE color: 15543725.
HSL color Cylindrical-coordinate representation of color #AD2DED: hue angle of 280º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2DED is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 45 | 237 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.07 |
| HSL | 280º | 0.84% | 0.55% | - |
| HSV(B) | 280º | 0.81% | 0.93% | - |
| XYZ | 33.46 | 16.88 | 81.61 | - |
| YUV | 105.16 | 202.41 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 237 | 0.27 | 0.81 | 0 | 0.07 | 280 | 0.84 | 0.55 |
| Hex | AD | 2D | ED | 1B | 51 | 0 | 7 | 118 | 54 | 37 |
| Octal | 255 | 55 | 355 | 33 | 121 | 0 | 7 | 430 | 124 | 67 |
| Binary | 10101101 | 101101 | 11101101 | 11011 | 1010001 | 0 | 111 | 100011000 | 1010100 | 110111 |
Color Harmonies of #AD2DED
Complementary color
Monochromatic Colors of #AD2DED
Black with #AD2DED
Text Example
Text Example
White with #AD2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DED; }
p { color: rgb(173,45,237); }
H1.HeaderClassName
{
color: #AD2DED;
}
.AnyTagClassName
{
color: #AD2DED;
}
</style>
background-color css
<style>
a { background-color: #AD2DED; }
a { background-color: rgb(173,45,237); }
div.DivClassName
{
background-color: #AD2DED;
}
.BgClassName
{
background-color: #AD2DED;
}
</style>
border-color css
<style>
span { border-color: #AD2DED; }
span { border-color: rgb(173,45,237); }
td.TdClassName
{
border-color: #AD2DED;
}
.TagClassName
{
border-color: #AD2DED;
}
</style>