Shades of Blue Violet #AB28FB
Tints of Blue Violet #AB28FB
RGB
CMYK
RGB Variations
Color information
#AB28FB (or 0xAB28FB) is known color: Blue Violet. HEX triplet: AB, 28 and FB. RGB value is (171,40,251). Sum of RGB (Red+Green+Blue) = 171+40+251=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB28FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB28FB is #54D704. Grayscale: #666666. Windows color (decimal): -5560069 or 16459947. OLE color: 16459947.
HSL color Cylindrical-coordinate representation of color #AB28FB: hue angle of 277.25º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB28FB is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 40 | 251 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.02 |
| HSL | 277.25º | 0.96% | 0.57% | - |
| HSV(B) | 277.25º | 0.84% | 0.98% | - |
| XYZ | 34.97 | 17.14 | 92.73 | - |
| YUV | 103.22 | 211.4 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 251 | 0.32 | 0.84 | 0 | 0.02 | 277.25 | 0.96 | 0.57 |
| Hex | AB | 28 | FB | 20 | 54 | 0 | 2 | 115 | 60 | 39 |
| Octal | 253 | 50 | 373 | 40 | 124 | 0 | 2 | 425 | 140 | 71 |
| Binary | 10101011 | 101000 | 11111011 | 100000 | 1010100 | 0 | 10 | 100010101 | 1100000 | 111001 |
Color Harmonies of #AB28FB
Complementary color
Monochromatic Colors of #AB28FB
Black with #AB28FB
Text Example
Text Example
White with #AB28FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28FB; }
p { color: rgb(171,40,251); }
H1.HeaderClassName
{
color: #AB28FB;
}
.AnyTagClassName
{
color: #AB28FB;
}
</style>
background-color css
<style>
a { background-color: #AB28FB; }
a { background-color: rgb(171,40,251); }
div.DivClassName
{
background-color: #AB28FB;
}
.BgClassName
{
background-color: #AB28FB;
}
</style>
border-color css
<style>
span { border-color: #AB28FB; }
span { border-color: rgb(171,40,251); }
td.TdClassName
{
border-color: #AB28FB;
}
.TagClassName
{
border-color: #AB28FB;
}
</style>