Shades of Biloba Flower #AB8FFA
Tints of Biloba Flower #AB8FFA
RGB
CMYK
RGB Variations
Color information
#AB8FFA (or 0xAB8FFA) is known color: Biloba Flower. HEX triplet: AB, 8F and FA. RGB value is (171,143,250). Sum of RGB (Red+Green+Blue) = 171+143+250=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB8FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8FFA is #547005. Grayscale: #A3A3A3. Windows color (decimal): -5533702 or 16420779. OLE color: 16420779.
HSL color Cylindrical-coordinate representation of color #AB8FFA: hue angle of 255.7º degrees, saturation: 0.91, 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 #AB8FFA is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 143 | 250 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.02 |
| HSL | 255.7º | 0.91% | 0.77% | - |
| HSV(B) | 255.7º | 0.43% | 0.98% | - |
| XYZ | 43.87 | 35.2 | 94.93 | - |
| YUV | 163.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 250 | 0.32 | 0.43 | 0 | 0.02 | 255.7 | 0.91 | 0.77 |
| Hex | AB | 8F | FA | 20 | 2B | 0 | 2 | 100 | 5B | 4D |
| Octal | 253 | 217 | 372 | 40 | 53 | 0 | 2 | 400 | 133 | 115 |
| Binary | 10101011 | 10001111 | 11111010 | 100000 | 101011 | 0 | 10 | 100000000 | 1011011 | 1001101 |
Color Harmonies of #AB8FFA
Complementary color
Monochromatic Colors of #AB8FFA
Black with #AB8FFA
Text Example
Text Example
White with #AB8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FFA; }
p { color: rgb(171,143,250); }
H1.HeaderClassName
{
color: #AB8FFA;
}
.AnyTagClassName
{
color: #AB8FFA;
}
</style>
background-color css
<style>
a { background-color: #AB8FFA; }
a { background-color: rgb(171,143,250); }
div.DivClassName
{
background-color: #AB8FFA;
}
.BgClassName
{
background-color: #AB8FFA;
}
</style>
border-color css
<style>
span { border-color: #AB8FFA; }
span { border-color: rgb(171,143,250); }
td.TdClassName
{
border-color: #AB8FFA;
}
.TagClassName
{
border-color: #AB8FFA;
}
</style>