Shades of Blue Violet #AB45FE
Tints of Blue Violet #AB45FE
RGB
CMYK
RGB Variations
Color information
#AB45FE (or 0xAB45FE) is known color: Blue Violet. HEX triplet: AB, 45 and FE. RGB value is (171,69,254). Sum of RGB (Red+Green+Blue) = 171+69+254=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB45FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB45FE is #54BA01. Grayscale: #777777. Windows color (decimal): -5552642 or 16663979. OLE color: 16663979.
HSL color Cylindrical-coordinate representation of color #AB45FE: hue angle of 273.08º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB45FE is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 69 | 254 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.00 |
| HSL | 273.08º | 0.99% | 0.63% | - |
| HSV(B) | 273.08º | 0.73% | 1% | - |
| XYZ | 36.81 | 20.07 | 95.7 | - |
| YUV | 120.59 | 203.29 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 254 | 0.33 | 0.73 | 0 | 0.00 | 273.08 | 0.99 | 0.63 |
| Hex | AB | 45 | FE | 21 | 49 | 0 | 0 | 111 | 63 | 3F |
| Octal | 253 | 105 | 376 | 41 | 111 | 0 | 0 | 421 | 143 | 77 |
| Binary | 10101011 | 1000101 | 11111110 | 100001 | 1001001 | 0 | 0 | 100010001 | 1100011 | 111111 |
Color Harmonies of #AB45FE
Complementary color
Monochromatic Colors of #AB45FE
Black with #AB45FE
Text Example
Text Example
White with #AB45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45FE; }
p { color: rgb(171,69,254); }
H1.HeaderClassName
{
color: #AB45FE;
}
.AnyTagClassName
{
color: #AB45FE;
}
</style>
background-color css
<style>
a { background-color: #AB45FE; }
a { background-color: rgb(171,69,254); }
div.DivClassName
{
background-color: #AB45FE;
}
.BgClassName
{
background-color: #AB45FE;
}
</style>
border-color css
<style>
span { border-color: #AB45FE; }
span { border-color: rgb(171,69,254); }
td.TdClassName
{
border-color: #AB45FE;
}
.TagClassName
{
border-color: #AB45FE;
}
</style>