Shades of Blue Violet #AD27ED
Tints of Blue Violet #AD27ED
RGB
CMYK
RGB Variations
Color information
#AD27ED (or 0xAD27ED) is known color: Blue Violet. HEX triplet: AD, 27 and ED. RGB value is (173,39,237). Sum of RGB (Red+Green+Blue) = 173+39+237=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD27ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD27ED is #52D812. Grayscale: #646464. Windows color (decimal): -5429267 or 15542189. OLE color: 15542189.
HSL color Cylindrical-coordinate representation of color #AD27ED: hue angle of 280.61º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD27ED is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 39 | 237 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.07 |
| HSL | 280.61º | 0.85% | 0.54% | - |
| HSV(B) | 280.61º | 0.84% | 0.93% | - |
| XYZ | 33.25 | 16.45 | 81.54 | - |
| YUV | 101.64 | 204.39 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 237 | 0.27 | 0.84 | 0 | 0.07 | 280.61 | 0.85 | 0.54 |
| Hex | AD | 27 | ED | 1B | 54 | 0 | 7 | 119 | 55 | 36 |
| Octal | 255 | 47 | 355 | 33 | 124 | 0 | 7 | 431 | 125 | 66 |
| Binary | 10101101 | 100111 | 11101101 | 11011 | 1010100 | 0 | 111 | 100011001 | 1010101 | 110110 |
Color Harmonies of #AD27ED
Complementary color
Monochromatic Colors of #AD27ED
Black with #AD27ED
Text Example
Text Example
White with #AD27ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27ED; }
p { color: rgb(173,39,237); }
H1.HeaderClassName
{
color: #AD27ED;
}
.AnyTagClassName
{
color: #AD27ED;
}
</style>
background-color css
<style>
a { background-color: #AD27ED; }
a { background-color: rgb(173,39,237); }
div.DivClassName
{
background-color: #AD27ED;
}
.BgClassName
{
background-color: #AD27ED;
}
</style>
border-color css
<style>
span { border-color: #AD27ED; }
span { border-color: rgb(173,39,237); }
td.TdClassName
{
border-color: #AD27ED;
}
.TagClassName
{
border-color: #AD27ED;
}
</style>