Shades of Biloba Flower #A88FF0
Tints of Biloba Flower #A88FF0
RGB
CMYK
RGB Variations
Color information
#A88FF0 (or 0xA88FF0) is known color: Biloba Flower. HEX triplet: A8, 8F and F0. RGB value is (168,143,240). Sum of RGB (Red+Green+Blue) = 168+143+240=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #A88FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FF0 is #57700F. Grayscale: #A1A1A1. Windows color (decimal): -5730320 or 15765416. OLE color: 15765416.
HSL color Cylindrical-coordinate representation of color #A88FF0: hue angle of 255.46º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88FF0 is Cyan = 0.3, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 143 | 240 | - |
| CMYK | 0.3 | 0.40 | 0 | 0.06 |
| HSL | 255.46º | 0.76% | 0.75% | - |
| HSV(B) | 255.46º | 0.4% | 0.94% | - |
| XYZ | 41.7 | 34.26 | 86.85 | - |
| YUV | 161.53 | 172.28 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 240 | 0.3 | 0.40 | 0 | 0.06 | 255.46 | 0.76 | 0.75 |
| Hex | A8 | 8F | F0 | 1E | 28 | 0 | 6 | FF | 4C | 4B |
| Octal | 250 | 217 | 360 | 36 | 50 | 0 | 6 | 377 | 114 | 113 |
| Binary | 10101000 | 10001111 | 11110000 | 11110 | 101000 | 0 | 110 | 11111111 | 1001100 | 1001011 |
Color Harmonies of #A88FF0
Complementary color
Monochromatic Colors of #A88FF0
Black with #A88FF0
Text Example
Text Example
White with #A88FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FF0; }
p { color: rgb(168,143,240); }
H1.HeaderClassName
{
color: #A88FF0;
}
.AnyTagClassName
{
color: #A88FF0;
}
</style>
background-color css
<style>
a { background-color: #A88FF0; }
a { background-color: rgb(168,143,240); }
div.DivClassName
{
background-color: #A88FF0;
}
.BgClassName
{
background-color: #A88FF0;
}
</style>
border-color css
<style>
span { border-color: #A88FF0; }
span { border-color: rgb(168,143,240); }
td.TdClassName
{
border-color: #A88FF0;
}
.TagClassName
{
border-color: #A88FF0;
}
</style>