Shades of Biloba Flower #AB88F5
Tints of Biloba Flower #AB88F5
RGB
CMYK
RGB Variations
Color information
#AB88F5 (or 0xAB88F5) is known color: Biloba Flower. HEX triplet: AB, 88 and F5. RGB value is (171,136,245). Sum of RGB (Red+Green+Blue) = 171+136+245=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB88F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB88F5 is #54770A. Grayscale: #9E9E9E. Windows color (decimal): -5535499 or 16091307. OLE color: 16091307.
HSL color Cylindrical-coordinate representation of color #AB88F5: hue angle of 259.27º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB88F5 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 136 | 245 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.04 |
| HSL | 259.27º | 0.84% | 0.75% | - |
| HSV(B) | 259.27º | 0.44% | 0.96% | - |
| XYZ | 42.08 | 32.86 | 90.51 | - |
| YUV | 158.89 | 176.6 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 245 | 0.30 | 0.44 | 0 | 0.04 | 259.27 | 0.84 | 0.75 |
| Hex | AB | 88 | F5 | 1E | 2C | 0 | 4 | 103 | 54 | 4B |
| Octal | 253 | 210 | 365 | 36 | 54 | 0 | 4 | 403 | 124 | 113 |
| Binary | 10101011 | 10001000 | 11110101 | 11110 | 101100 | 0 | 100 | 100000011 | 1010100 | 1001011 |
Color Harmonies of #AB88F5
Complementary color
Monochromatic Colors of #AB88F5
Black with #AB88F5
Text Example
Text Example
White with #AB88F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB88F5; }
p { color: rgb(171,136,245); }
H1.HeaderClassName
{
color: #AB88F5;
}
.AnyTagClassName
{
color: #AB88F5;
}
</style>
background-color css
<style>
a { background-color: #AB88F5; }
a { background-color: rgb(171,136,245); }
div.DivClassName
{
background-color: #AB88F5;
}
.BgClassName
{
background-color: #AB88F5;
}
</style>
border-color css
<style>
span { border-color: #AB88F5; }
span { border-color: rgb(171,136,245); }
td.TdClassName
{
border-color: #AB88F5;
}
.TagClassName
{
border-color: #AB88F5;
}
</style>