Shades of Blue Violet #AB2EFF
Tints of Blue Violet #AB2EFF
RGB
CMYK
RGB Variations
Color information
#AB2EFF (or 0xAB2EFF) is known color: Blue Violet. HEX triplet: AB, 2E and FF. RGB value is (171,46,255). Sum of RGB (Red+Green+Blue) = 171+46+255=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB2EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2EFF is #54D100. Grayscale: #6A6A6A. Windows color (decimal): -5558529 or 16723627. OLE color: 16723627.
HSL color Cylindrical-coordinate representation of color #AB2EFF: hue angle of 275.89º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2EFF is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 46 | 255 | - |
| CMYK | 0.33 | 0.82 | 0 | 0 |
| HSL | 275.89º | 1% | 0.59% | - |
| HSV(B) | 275.89º | 0.82% | 1% | - |
| XYZ | 35.82 | 17.83 | 96.16 | - |
| YUV | 107.2 | 211.41 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 255 | 0.33 | 0.82 | 0 | 0 | 275.89 | 1 | 0.59 |
| Hex | AB | 2E | FF | 21 | 52 | 0 | 0 | 114 | 64 | 3B |
| Octal | 253 | 56 | 377 | 41 | 122 | 0 | 0 | 424 | 144 | 73 |
| Binary | 10101011 | 101110 | 11111111 | 100001 | 1010010 | 0 | 0 | 100010100 | 1100100 | 111011 |
Color Harmonies of #AB2EFF
Complementary color
Monochromatic Colors of #AB2EFF
Black with #AB2EFF
Text Example
Text Example
White with #AB2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2EFF; }
p { color: rgb(171,46,255); }
H1.HeaderClassName
{
color: #AB2EFF;
}
.AnyTagClassName
{
color: #AB2EFF;
}
</style>
background-color css
<style>
a { background-color: #AB2EFF; }
a { background-color: rgb(171,46,255); }
div.DivClassName
{
background-color: #AB2EFF;
}
.BgClassName
{
background-color: #AB2EFF;
}
</style>
border-color css
<style>
span { border-color: #AB2EFF; }
span { border-color: rgb(171,46,255); }
td.TdClassName
{
border-color: #AB2EFF;
}
.TagClassName
{
border-color: #AB2EFF;
}
</style>