Shades of Blue Violet #AD27EF
Tints of Blue Violet #AD27EF
RGB
CMYK
RGB Variations
Color information
#AD27EF (or 0xAD27EF) is known color: Blue Violet. HEX triplet: AD, 27 and EF. RGB value is (173,39,239). Sum of RGB (Red+Green+Blue) = 173+39+239=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD27EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD27EF is #52D810. Grayscale: #656565. Windows color (decimal): -5429265 or 15673261. OLE color: 15673261.
HSL color Cylindrical-coordinate representation of color #AD27EF: hue angle of 280.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD27EF is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 39 | 239 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.06 |
| HSL | 280.2º | 0.86% | 0.55% | - |
| HSV(B) | 280.2º | 0.84% | 0.94% | - |
| XYZ | 33.54 | 16.57 | 83.09 | - |
| YUV | 101.87 | 205.39 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 239 | 0.28 | 0.84 | 0 | 0.06 | 280.2 | 0.86 | 0.55 |
| Hex | AD | 27 | EF | 1C | 54 | 0 | 6 | 118 | 56 | 37 |
| Octal | 255 | 47 | 357 | 34 | 124 | 0 | 6 | 430 | 126 | 67 |
| Binary | 10101101 | 100111 | 11101111 | 11100 | 1010100 | 0 | 110 | 100011000 | 1010110 | 110111 |
Color Harmonies of #AD27EF
Complementary color
Monochromatic Colors of #AD27EF
Black with #AD27EF
Text Example
Text Example
White with #AD27EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27EF; }
p { color: rgb(173,39,239); }
H1.HeaderClassName
{
color: #AD27EF;
}
.AnyTagClassName
{
color: #AD27EF;
}
</style>
background-color css
<style>
a { background-color: #AD27EF; }
a { background-color: rgb(173,39,239); }
div.DivClassName
{
background-color: #AD27EF;
}
.BgClassName
{
background-color: #AD27EF;
}
</style>
border-color css
<style>
span { border-color: #AD27EF; }
span { border-color: rgb(173,39,239); }
td.TdClassName
{
border-color: #AD27EF;
}
.TagClassName
{
border-color: #AD27EF;
}
</style>