Shades of Blue Violet #AB44FE
Tints of Blue Violet #AB44FE
RGB
CMYK
RGB Variations
Color information
#AB44FE (or 0xAB44FE) is known color: Blue Violet. HEX triplet: AB, 44 and FE. RGB value is (171,68,254). Sum of RGB (Red+Green+Blue) = 171+68+254=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB44FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB44FE is #54BB01. Grayscale: #777777. Windows color (decimal): -5552898 or 16663723. OLE color: 16663723.
HSL color Cylindrical-coordinate representation of color #AB44FE: hue angle of 273.23º 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 #AB44FE is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 68 | 254 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.00 |
| HSL | 273.23º | 0.99% | 0.63% | - |
| HSV(B) | 273.23º | 0.73% | 1% | - |
| XYZ | 36.75 | 19.95 | 95.68 | - |
| YUV | 120 | 203.62 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 254 | 0.33 | 0.73 | 0 | 0.00 | 273.23 | 0.99 | 0.63 |
| Hex | AB | 44 | FE | 21 | 49 | 0 | 0 | 111 | 63 | 3F |
| Octal | 253 | 104 | 376 | 41 | 111 | 0 | 0 | 421 | 143 | 77 |
| Binary | 10101011 | 1000100 | 11111110 | 100001 | 1001001 | 0 | 0 | 100010001 | 1100011 | 111111 |
Color Harmonies of #AB44FE
Complementary color
Monochromatic Colors of #AB44FE
Black with #AB44FE
Text Example
Text Example
White with #AB44FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB44FE; }
p { color: rgb(171,68,254); }
H1.HeaderClassName
{
color: #AB44FE;
}
.AnyTagClassName
{
color: #AB44FE;
}
</style>
background-color css
<style>
a { background-color: #AB44FE; }
a { background-color: rgb(171,68,254); }
div.DivClassName
{
background-color: #AB44FE;
}
.BgClassName
{
background-color: #AB44FE;
}
</style>
border-color css
<style>
span { border-color: #AB44FE; }
span { border-color: rgb(171,68,254); }
td.TdClassName
{
border-color: #AB44FE;
}
.TagClassName
{
border-color: #AB44FE;
}
</style>