Shades of Blue Violet #AD2DEE
Tints of Blue Violet #AD2DEE
RGB
CMYK
RGB Variations
Color information
#AD2DEE (or 0xAD2DEE) is known color: Blue Violet. HEX triplet: AD, 2D and EE. RGB value is (173,45,238). Sum of RGB (Red+Green+Blue) = 173+45+238=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD2DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2DEE is #52D211. Grayscale: #686868. Windows color (decimal): -5427730 or 15609261. OLE color: 15609261.
HSL color Cylindrical-coordinate representation of color #AD2DEE: hue angle of 279.79º degrees, saturation: 0.85, 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 #AD2DEE is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 45 | 238 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.07 |
| HSL | 279.79º | 0.85% | 0.55% | - |
| HSV(B) | 279.79º | 0.81% | 0.93% | - |
| XYZ | 33.6 | 16.93 | 82.39 | - |
| YUV | 105.27 | 202.91 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 238 | 0.27 | 0.81 | 0 | 0.07 | 279.79 | 0.85 | 0.55 |
| Hex | AD | 2D | EE | 1B | 51 | 0 | 7 | 118 | 55 | 37 |
| Octal | 255 | 55 | 356 | 33 | 121 | 0 | 7 | 430 | 125 | 67 |
| Binary | 10101101 | 101101 | 11101110 | 11011 | 1010001 | 0 | 111 | 100011000 | 1010101 | 110111 |
Color Harmonies of #AD2DEE
Complementary color
Monochromatic Colors of #AD2DEE
Black with #AD2DEE
Text Example
Text Example
White with #AD2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DEE; }
p { color: rgb(173,45,238); }
H1.HeaderClassName
{
color: #AD2DEE;
}
.AnyTagClassName
{
color: #AD2DEE;
}
</style>
background-color css
<style>
a { background-color: #AD2DEE; }
a { background-color: rgb(173,45,238); }
div.DivClassName
{
background-color: #AD2DEE;
}
.BgClassName
{
background-color: #AD2DEE;
}
</style>
border-color css
<style>
span { border-color: #AD2DEE; }
span { border-color: rgb(173,45,238); }
td.TdClassName
{
border-color: #AD2DEE;
}
.TagClassName
{
border-color: #AD2DEE;
}
</style>