Shades of Blue Violet #AB40FE
Tints of Blue Violet #AB40FE
RGB
CMYK
RGB Variations
Color information
#AB40FE (or 0xAB40FE) is known color: Blue Violet. HEX triplet: AB, 40 and FE. RGB value is (171,64,254). Sum of RGB (Red+Green+Blue) = 171+64+254=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB40FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40FE is #54BF01. Grayscale: #757575. Windows color (decimal): -5553922 or 16662699. OLE color: 16662699.
HSL color Cylindrical-coordinate representation of color #AB40FE: hue angle of 273.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB40FE is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 64 | 254 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.00 |
| HSL | 273.79º | 0.99% | 0.62% | - |
| HSV(B) | 273.79º | 0.75% | 1% | - |
| XYZ | 36.52 | 19.48 | 95.6 | - |
| YUV | 117.65 | 204.95 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 254 | 0.33 | 0.75 | 0 | 0.00 | 273.79 | 0.99 | 0.62 |
| Hex | AB | 40 | FE | 21 | 4B | 0 | 0 | 112 | 63 | 3E |
| Octal | 253 | 100 | 376 | 41 | 113 | 0 | 0 | 422 | 143 | 76 |
| Binary | 10101011 | 1000000 | 11111110 | 100001 | 1001011 | 0 | 0 | 100010010 | 1100011 | 111110 |
Color Harmonies of #AB40FE
Complementary color
Monochromatic Colors of #AB40FE
Black with #AB40FE
Text Example
Text Example
White with #AB40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40FE; }
p { color: rgb(171,64,254); }
H1.HeaderClassName
{
color: #AB40FE;
}
.AnyTagClassName
{
color: #AB40FE;
}
</style>
background-color css
<style>
a { background-color: #AB40FE; }
a { background-color: rgb(171,64,254); }
div.DivClassName
{
background-color: #AB40FE;
}
.BgClassName
{
background-color: #AB40FE;
}
</style>
border-color css
<style>
span { border-color: #AB40FE; }
span { border-color: rgb(171,64,254); }
td.TdClassName
{
border-color: #AB40FE;
}
.TagClassName
{
border-color: #AB40FE;
}
</style>