Shades of Blue Violet #AB28ED
Tints of Blue Violet #AB28ED
RGB
CMYK
RGB Variations
Color information
#AB28ED (or 0xAB28ED) is known color: Blue Violet. HEX triplet: AB, 28 and ED. RGB value is (171,40,237). Sum of RGB (Red+Green+Blue) = 171+40+237=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB28ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB28ED is #54D712. Grayscale: #646464. Windows color (decimal): -5560083 or 15542443. OLE color: 15542443.
HSL color Cylindrical-coordinate representation of color #AB28ED: hue angle of 279.9º degrees, saturation: 0.85, 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 #AB28ED is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 40 | 237 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.07 |
| HSL | 279.9º | 0.85% | 0.54% | - |
| HSV(B) | 279.9º | 0.83% | 0.93% | - |
| XYZ | 32.84 | 16.29 | 81.53 | - |
| YUV | 101.63 | 204.4 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 237 | 0.28 | 0.83 | 0 | 0.07 | 279.9 | 0.85 | 0.54 |
| Hex | AB | 28 | ED | 1C | 53 | 0 | 7 | 118 | 55 | 36 |
| Octal | 253 | 50 | 355 | 34 | 123 | 0 | 7 | 430 | 125 | 66 |
| Binary | 10101011 | 101000 | 11101101 | 11100 | 1010011 | 0 | 111 | 100011000 | 1010101 | 110110 |
Color Harmonies of #AB28ED
Complementary color
Monochromatic Colors of #AB28ED
Black with #AB28ED
Text Example
Text Example
White with #AB28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28ED; }
p { color: rgb(171,40,237); }
H1.HeaderClassName
{
color: #AB28ED;
}
.AnyTagClassName
{
color: #AB28ED;
}
</style>
background-color css
<style>
a { background-color: #AB28ED; }
a { background-color: rgb(171,40,237); }
div.DivClassName
{
background-color: #AB28ED;
}
.BgClassName
{
background-color: #AB28ED;
}
</style>
border-color css
<style>
span { border-color: #AB28ED; }
span { border-color: rgb(171,40,237); }
td.TdClassName
{
border-color: #AB28ED;
}
.TagClassName
{
border-color: #AB28ED;
}
</style>