Shades of Biloba Flower #AB8BFA
Tints of Biloba Flower #AB8BFA
RGB
CMYK
RGB Variations
Color information
#AB8BFA (or 0xAB8BFA) is known color: Biloba Flower. HEX triplet: AB, 8B and FA. RGB value is (171,139,250). Sum of RGB (Red+Green+Blue) = 171+139+250=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB8BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BFA is #547405. Grayscale: #A0A0A0. Windows color (decimal): -5534726 or 16419755. OLE color: 16419755.
HSL color Cylindrical-coordinate representation of color #AB8BFA: hue angle of 257.3º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8BFA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 139 | 250 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.02 |
| HSL | 257.3º | 0.92% | 0.76% | - |
| HSV(B) | 257.3º | 0.44% | 0.98% | - |
| XYZ | 43.28 | 34.03 | 94.73 | - |
| YUV | 161.22 | 178.1 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 250 | 0.32 | 0.44 | 0 | 0.02 | 257.3 | 0.92 | 0.76 |
| Hex | AB | 8B | FA | 20 | 2C | 0 | 2 | 101 | 5C | 4C |
| Octal | 253 | 213 | 372 | 40 | 54 | 0 | 2 | 401 | 134 | 114 |
| Binary | 10101011 | 10001011 | 11111010 | 100000 | 101100 | 0 | 10 | 100000001 | 1011100 | 1001100 |
Color Harmonies of #AB8BFA
Complementary color
Monochromatic Colors of #AB8BFA
Black with #AB8BFA
Text Example
Text Example
White with #AB8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8BFA; }
p { color: rgb(171,139,250); }
H1.HeaderClassName
{
color: #AB8BFA;
}
.AnyTagClassName
{
color: #AB8BFA;
}
</style>
background-color css
<style>
a { background-color: #AB8BFA; }
a { background-color: rgb(171,139,250); }
div.DivClassName
{
background-color: #AB8BFA;
}
.BgClassName
{
background-color: #AB8BFA;
}
</style>
border-color css
<style>
span { border-color: #AB8BFA; }
span { border-color: rgb(171,139,250); }
td.TdClassName
{
border-color: #AB8BFA;
}
.TagClassName
{
border-color: #AB8BFA;
}
</style>