Shades of Blue Violet #AB2FFE
Tints of Blue Violet #AB2FFE
RGB
CMYK
RGB Variations
Color information
#AB2FFE (or 0xAB2FFE) is known color: Blue Violet. HEX triplet: AB, 2F and FE. RGB value is (171,47,254). Sum of RGB (Red+Green+Blue) = 171+47+254=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB2FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2FFE is #54D001. Grayscale: #6A6A6A. Windows color (decimal): -5558274 or 16658347. OLE color: 16658347.
HSL color Cylindrical-coordinate representation of color #AB2FFE: hue angle of 275.94º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2FFE is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 47 | 254 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.00 |
| HSL | 275.94º | 0.99% | 0.59% | - |
| HSV(B) | 275.94º | 0.81% | 1% | - |
| XYZ | 35.7 | 17.85 | 95.33 | - |
| YUV | 107.67 | 210.58 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 254 | 0.33 | 0.81 | 0 | 0.00 | 275.94 | 0.99 | 0.59 |
| Hex | AB | 2F | FE | 21 | 51 | 0 | 0 | 114 | 63 | 3B |
| Octal | 253 | 57 | 376 | 41 | 121 | 0 | 0 | 424 | 143 | 73 |
| Binary | 10101011 | 101111 | 11111110 | 100001 | 1010001 | 0 | 0 | 100010100 | 1100011 | 111011 |
Color Harmonies of #AB2FFE
Complementary color
Monochromatic Colors of #AB2FFE
Black with #AB2FFE
Text Example
Text Example
White with #AB2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FFE; }
p { color: rgb(171,47,254); }
H1.HeaderClassName
{
color: #AB2FFE;
}
.AnyTagClassName
{
color: #AB2FFE;
}
</style>
background-color css
<style>
a { background-color: #AB2FFE; }
a { background-color: rgb(171,47,254); }
div.DivClassName
{
background-color: #AB2FFE;
}
.BgClassName
{
background-color: #AB2FFE;
}
</style>
border-color css
<style>
span { border-color: #AB2FFE; }
span { border-color: rgb(171,47,254); }
td.TdClassName
{
border-color: #AB2FFE;
}
.TagClassName
{
border-color: #AB2FFE;
}
</style>