Shades of Blue Violet #AB28FE
Tints of Blue Violet #AB28FE
RGB
CMYK
RGB Variations
Color information
#AB28FE (or 0xAB28FE) is known color: Blue Violet. HEX triplet: AB, 28 and FE. RGB value is (171,40,254). Sum of RGB (Red+Green+Blue) = 171+40+254=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB28FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB28FE is #54D701. Grayscale: #666666. Windows color (decimal): -5560066 or 16656555. OLE color: 16656555.
HSL color Cylindrical-coordinate representation of color #AB28FE: hue angle of 276.73º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB28FE is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 40 | 254 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.00 |
| HSL | 276.73º | 0.99% | 0.58% | - |
| HSV(B) | 276.73º | 0.84% | 1% | - |
| XYZ | 35.44 | 17.33 | 95.24 | - |
| YUV | 103.57 | 212.9 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 254 | 0.33 | 0.84 | 0 | 0.00 | 276.73 | 0.99 | 0.58 |
| Hex | AB | 28 | FE | 21 | 54 | 0 | 0 | 115 | 63 | 3A |
| Octal | 253 | 50 | 376 | 41 | 124 | 0 | 0 | 425 | 143 | 72 |
| Binary | 10101011 | 101000 | 11111110 | 100001 | 1010100 | 0 | 0 | 100010101 | 1100011 | 111010 |
Color Harmonies of #AB28FE
Complementary color
Monochromatic Colors of #AB28FE
Black with #AB28FE
Text Example
Text Example
White with #AB28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28FE; }
p { color: rgb(171,40,254); }
H1.HeaderClassName
{
color: #AB28FE;
}
.AnyTagClassName
{
color: #AB28FE;
}
</style>
background-color css
<style>
a { background-color: #AB28FE; }
a { background-color: rgb(171,40,254); }
div.DivClassName
{
background-color: #AB28FE;
}
.BgClassName
{
background-color: #AB28FE;
}
</style>
border-color css
<style>
span { border-color: #AB28FE; }
span { border-color: rgb(171,40,254); }
td.TdClassName
{
border-color: #AB28FE;
}
.TagClassName
{
border-color: #AB28FE;
}
</style>