Shades of Blue Violet #AD2CED
Tints of Blue Violet #AD2CED
RGB
CMYK
RGB Variations
Color information
#AD2CED (or 0xAD2CED) is known color: Blue Violet. HEX triplet: AD, 2C and ED. RGB value is (173,44,237). Sum of RGB (Red+Green+Blue) = 173+44+237=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD2CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2CED is #52D312. Grayscale: #676767. Windows color (decimal): -5427987 or 15543469. OLE color: 15543469.
HSL color Cylindrical-coordinate representation of color #AD2CED: hue angle of 280.1º 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 #AD2CED is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 44 | 237 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.07 |
| HSL | 280.1º | 0.84% | 0.55% | - |
| HSV(B) | 280.1º | 0.81% | 0.93% | - |
| XYZ | 33.42 | 16.8 | 81.6 | - |
| YUV | 104.57 | 202.74 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 237 | 0.27 | 0.81 | 0 | 0.07 | 280.1 | 0.84 | 0.55 |
| Hex | AD | 2C | ED | 1B | 51 | 0 | 7 | 118 | 54 | 37 |
| Octal | 255 | 54 | 355 | 33 | 121 | 0 | 7 | 430 | 124 | 67 |
| Binary | 10101101 | 101100 | 11101101 | 11011 | 1010001 | 0 | 111 | 100011000 | 1010100 | 110111 |
Color Harmonies of #AD2CED
Complementary color
Monochromatic Colors of #AD2CED
Black with #AD2CED
Text Example
Text Example
White with #AD2CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CED; }
p { color: rgb(173,44,237); }
H1.HeaderClassName
{
color: #AD2CED;
}
.AnyTagClassName
{
color: #AD2CED;
}
</style>
background-color css
<style>
a { background-color: #AD2CED; }
a { background-color: rgb(173,44,237); }
div.DivClassName
{
background-color: #AD2CED;
}
.BgClassName
{
background-color: #AD2CED;
}
</style>
border-color css
<style>
span { border-color: #AD2CED; }
span { border-color: rgb(173,44,237); }
td.TdClassName
{
border-color: #AD2CED;
}
.TagClassName
{
border-color: #AD2CED;
}
</style>