Shades of Blue Violet #AB28EC
Tints of Blue Violet #AB28EC
RGB
CMYK
RGB Variations
Color information
#AB28EC (or 0xAB28EC) is known color: Blue Violet. HEX triplet: AB, 28 and EC. RGB value is (171,40,236). Sum of RGB (Red+Green+Blue) = 171+40+236=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB28EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB28EC is #54D713. Grayscale: #646464. Windows color (decimal): -5560084 or 15476907. OLE color: 15476907.
HSL color Cylindrical-coordinate representation of color #AB28EC: hue angle of 280.1º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB28EC is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 40 | 236 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.07 |
| HSL | 280.1º | 0.84% | 0.54% | - |
| HSV(B) | 280.1º | 0.83% | 0.93% | - |
| XYZ | 32.69 | 16.23 | 80.77 | - |
| YUV | 101.51 | 203.9 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 236 | 0.28 | 0.83 | 0 | 0.07 | 280.1 | 0.84 | 0.54 |
| Hex | AB | 28 | EC | 1C | 53 | 0 | 7 | 118 | 54 | 36 |
| Octal | 253 | 50 | 354 | 34 | 123 | 0 | 7 | 430 | 124 | 66 |
| Binary | 10101011 | 101000 | 11101100 | 11100 | 1010011 | 0 | 111 | 100011000 | 1010100 | 110110 |
Color Harmonies of #AB28EC
Complementary color
Monochromatic Colors of #AB28EC
Black with #AB28EC
Text Example
Text Example
White with #AB28EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28EC; }
p { color: rgb(171,40,236); }
H1.HeaderClassName
{
color: #AB28EC;
}
.AnyTagClassName
{
color: #AB28EC;
}
</style>
background-color css
<style>
a { background-color: #AB28EC; }
a { background-color: rgb(171,40,236); }
div.DivClassName
{
background-color: #AB28EC;
}
.BgClassName
{
background-color: #AB28EC;
}
</style>
border-color css
<style>
span { border-color: #AB28EC; }
span { border-color: rgb(171,40,236); }
td.TdClassName
{
border-color: #AB28EC;
}
.TagClassName
{
border-color: #AB28EC;
}
</style>