Shades of Biloba Flower #AB90FB
Tints of Biloba Flower #AB90FB
RGB
CMYK
RGB Variations
Color information
#AB90FB (or 0xAB90FB) is known color: Biloba Flower. HEX triplet: AB, 90 and FB. RGB value is (171,144,251). Sum of RGB (Red+Green+Blue) = 171+144+251=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB90FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90FB is #546F04. Grayscale: #A3A3A3. Windows color (decimal): -5533445 or 16486571. OLE color: 16486571.
HSL color Cylindrical-coordinate representation of color #AB90FB: hue angle of 255.14º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB90FB is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 144 | 251 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.02 |
| HSL | 255.14º | 0.93% | 0.77% | - |
| HSV(B) | 255.14º | 0.43% | 0.98% | - |
| XYZ | 44.18 | 35.57 | 95.8 | - |
| YUV | 164.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 251 | 0.32 | 0.43 | 0 | 0.02 | 255.14 | 0.93 | 0.77 |
| Hex | AB | 90 | FB | 20 | 2B | 0 | 2 | FF | 5D | 4D |
| Octal | 253 | 220 | 373 | 40 | 53 | 0 | 2 | 377 | 135 | 115 |
| Binary | 10101011 | 10010000 | 11111011 | 100000 | 101011 | 0 | 10 | 11111111 | 1011101 | 1001101 |
Color Harmonies of #AB90FB
Complementary color
Monochromatic Colors of #AB90FB
Black with #AB90FB
Text Example
Text Example
White with #AB90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90FB; }
p { color: rgb(171,144,251); }
H1.HeaderClassName
{
color: #AB90FB;
}
.AnyTagClassName
{
color: #AB90FB;
}
</style>
background-color css
<style>
a { background-color: #AB90FB; }
a { background-color: rgb(171,144,251); }
div.DivClassName
{
background-color: #AB90FB;
}
.BgClassName
{
background-color: #AB90FB;
}
</style>
border-color css
<style>
span { border-color: #AB90FB; }
span { border-color: rgb(171,144,251); }
td.TdClassName
{
border-color: #AB90FB;
}
.TagClassName
{
border-color: #AB90FB;
}
</style>