Shades of Blue Violet #AB28EE
Tints of Blue Violet #AB28EE
RGB
CMYK
RGB Variations
Color information
#AB28EE (or 0xAB28EE) is known color: Blue Violet. HEX triplet: AB, 28 and EE. RGB value is (171,40,238). Sum of RGB (Red+Green+Blue) = 171+40+238=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB28EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB28EE is #54D711. Grayscale: #656565. Windows color (decimal): -5560082 or 15607979. OLE color: 15607979.
HSL color Cylindrical-coordinate representation of color #AB28EE: hue angle of 279.7º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB28EE is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 40 | 238 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.07 |
| HSL | 279.7º | 0.85% | 0.55% | - |
| HSV(B) | 279.7º | 0.83% | 0.93% | - |
| XYZ | 32.99 | 16.35 | 82.31 | - |
| YUV | 101.74 | 204.9 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 238 | 0.28 | 0.83 | 0 | 0.07 | 279.7 | 0.85 | 0.55 |
| Hex | AB | 28 | EE | 1C | 53 | 0 | 7 | 118 | 55 | 37 |
| Octal | 253 | 50 | 356 | 34 | 123 | 0 | 7 | 430 | 125 | 67 |
| Binary | 10101011 | 101000 | 11101110 | 11100 | 1010011 | 0 | 111 | 100011000 | 1010101 | 110111 |
Color Harmonies of #AB28EE
Complementary color
Monochromatic Colors of #AB28EE
Black with #AB28EE
Text Example
Text Example
White with #AB28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28EE; }
p { color: rgb(171,40,238); }
H1.HeaderClassName
{
color: #AB28EE;
}
.AnyTagClassName
{
color: #AB28EE;
}
</style>
background-color css
<style>
a { background-color: #AB28EE; }
a { background-color: rgb(171,40,238); }
div.DivClassName
{
background-color: #AB28EE;
}
.BgClassName
{
background-color: #AB28EE;
}
</style>
border-color css
<style>
span { border-color: #AB28EE; }
span { border-color: rgb(171,40,238); }
td.TdClassName
{
border-color: #AB28EE;
}
.TagClassName
{
border-color: #AB28EE;
}
</style>