Shades of Biloba Flower #AB89FE
Tints of Biloba Flower #AB89FE
RGB
CMYK
RGB Variations
Color information
#AB89FE (or 0xAB89FE) is known color: Biloba Flower. HEX triplet: AB, 89 and FE. RGB value is (171,137,254). Sum of RGB (Red+Green+Blue) = 171+137+254=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB89FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB89FE is #547601. Grayscale: #A0A0A0. Windows color (decimal): -5535234 or 16681387. OLE color: 16681387.
HSL color Cylindrical-coordinate representation of color #AB89FE: hue angle of 257.44º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB89FE is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 137 | 254 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.00 |
| HSL | 257.44º | 0.98% | 0.77% | - |
| HSV(B) | 257.44º | 0.46% | 1% | - |
| XYZ | 43.63 | 33.71 | 97.97 | - |
| YUV | 160.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 254 | 0.33 | 0.46 | 0 | 0.00 | 257.44 | 0.98 | 0.77 |
| Hex | AB | 89 | FE | 21 | 2E | 0 | 0 | 101 | 62 | 4D |
| Octal | 253 | 211 | 376 | 41 | 56 | 0 | 0 | 401 | 142 | 115 |
| Binary | 10101011 | 10001001 | 11111110 | 100001 | 101110 | 0 | 0 | 100000001 | 1100010 | 1001101 |
Color Harmonies of #AB89FE
Complementary color
Monochromatic Colors of #AB89FE
Black with #AB89FE
Text Example
Text Example
White with #AB89FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89FE; }
p { color: rgb(171,137,254); }
H1.HeaderClassName
{
color: #AB89FE;
}
.AnyTagClassName
{
color: #AB89FE;
}
</style>
background-color css
<style>
a { background-color: #AB89FE; }
a { background-color: rgb(171,137,254); }
div.DivClassName
{
background-color: #AB89FE;
}
.BgClassName
{
background-color: #AB89FE;
}
</style>
border-color css
<style>
span { border-color: #AB89FE; }
span { border-color: rgb(171,137,254); }
td.TdClassName
{
border-color: #AB89FE;
}
.TagClassName
{
border-color: #AB89FE;
}
</style>