Shades of Blue Violet #AB44FB
Tints of Blue Violet #AB44FB
RGB
CMYK
RGB Variations
Color information
#AB44FB (or 0xAB44FB) is known color: Blue Violet. HEX triplet: AB, 44 and FB. RGB value is (171,68,251). Sum of RGB (Red+Green+Blue) = 171+68+251=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB44FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB44FB is #54BB04. Grayscale: #777777. Windows color (decimal): -5552901 or 16467115. OLE color: 16467115.
HSL color Cylindrical-coordinate representation of color #AB44FB: hue angle of 273.77º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB44FB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 68 | 251 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.02 |
| HSL | 273.77º | 0.96% | 0.63% | - |
| HSV(B) | 273.77º | 0.73% | 0.98% | - |
| XYZ | 36.27 | 19.76 | 93.17 | - |
| YUV | 119.66 | 202.12 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 251 | 0.32 | 0.73 | 0 | 0.02 | 273.77 | 0.96 | 0.63 |
| Hex | AB | 44 | FB | 20 | 49 | 0 | 2 | 112 | 60 | 3F |
| Octal | 253 | 104 | 373 | 40 | 111 | 0 | 2 | 422 | 140 | 77 |
| Binary | 10101011 | 1000100 | 11111011 | 100000 | 1001001 | 0 | 10 | 100010010 | 1100000 | 111111 |
Color Harmonies of #AB44FB
Complementary color
Monochromatic Colors of #AB44FB
Black with #AB44FB
Text Example
Text Example
White with #AB44FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB44FB; }
p { color: rgb(171,68,251); }
H1.HeaderClassName
{
color: #AB44FB;
}
.AnyTagClassName
{
color: #AB44FB;
}
</style>
background-color css
<style>
a { background-color: #AB44FB; }
a { background-color: rgb(171,68,251); }
div.DivClassName
{
background-color: #AB44FB;
}
.BgClassName
{
background-color: #AB44FB;
}
</style>
border-color css
<style>
span { border-color: #AB44FB; }
span { border-color: rgb(171,68,251); }
td.TdClassName
{
border-color: #AB44FB;
}
.TagClassName
{
border-color: #AB44FB;
}
</style>