Shades of Blue Violet #AB2BFE
Tints of Blue Violet #AB2BFE
RGB
CMYK
RGB Variations
Color information
#AB2BFE (or 0xAB2BFE) is known color: Blue Violet. HEX triplet: AB, 2B and FE. RGB value is (171,43,254). Sum of RGB (Red+Green+Blue) = 171+43+254=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB2BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2BFE is #54D401. Grayscale: #686868. Windows color (decimal): -5559298 or 16657323. OLE color: 16657323.
HSL color Cylindrical-coordinate representation of color #AB2BFE: hue angle of 276.4º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB2BFE is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 43 | 254 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.00 |
| HSL | 276.4º | 0.99% | 0.58% | - |
| HSV(B) | 276.4º | 0.83% | 1% | - |
| XYZ | 35.55 | 17.54 | 95.28 | - |
| YUV | 105.33 | 211.91 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 254 | 0.33 | 0.83 | 0 | 0.00 | 276.4 | 0.99 | 0.58 |
| Hex | AB | 2B | FE | 21 | 53 | 0 | 0 | 114 | 63 | 3A |
| Octal | 253 | 53 | 376 | 41 | 123 | 0 | 0 | 424 | 143 | 72 |
| Binary | 10101011 | 101011 | 11111110 | 100001 | 1010011 | 0 | 0 | 100010100 | 1100011 | 111010 |
Color Harmonies of #AB2BFE
Complementary color
Monochromatic Colors of #AB2BFE
Black with #AB2BFE
Text Example
Text Example
White with #AB2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BFE; }
p { color: rgb(171,43,254); }
H1.HeaderClassName
{
color: #AB2BFE;
}
.AnyTagClassName
{
color: #AB2BFE;
}
</style>
background-color css
<style>
a { background-color: #AB2BFE; }
a { background-color: rgb(171,43,254); }
div.DivClassName
{
background-color: #AB2BFE;
}
.BgClassName
{
background-color: #AB2BFE;
}
</style>
border-color css
<style>
span { border-color: #AB2BFE; }
span { border-color: rgb(171,43,254); }
td.TdClassName
{
border-color: #AB2BFE;
}
.TagClassName
{
border-color: #AB2BFE;
}
</style>