Shades of Biloba Flower #A888F0
Tints of Biloba Flower #A888F0
RGB
CMYK
RGB Variations
Color information
#A888F0 (or 0xA888F0) is known color: Biloba Flower. HEX triplet: A8, 88 and F0. RGB value is (168,136,240). Sum of RGB (Red+Green+Blue) = 168+136+240=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #A888F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888F0 is #57770F. Grayscale: #9D9D9D. Windows color (decimal): -5732112 or 15763624. OLE color: 15763624.
HSL color Cylindrical-coordinate representation of color #A888F0: hue angle of 258.46º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A888F0 is Cyan = 0.3, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 136 | 240 | - |
| CMYK | 0.3 | 0.43 | 0 | 0.06 |
| HSL | 258.46º | 0.78% | 0.74% | - |
| HSV(B) | 258.46º | 0.43% | 0.94% | - |
| XYZ | 40.68 | 32.22 | 86.51 | - |
| YUV | 157.42 | 174.6 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 240 | 0.3 | 0.43 | 0 | 0.06 | 258.46 | 0.78 | 0.74 |
| Hex | A8 | 88 | F0 | 1E | 2B | 0 | 6 | 102 | 4E | 4A |
| Octal | 250 | 210 | 360 | 36 | 53 | 0 | 6 | 402 | 116 | 112 |
| Binary | 10101000 | 10001000 | 11110000 | 11110 | 101011 | 0 | 110 | 100000010 | 1001110 | 1001010 |
Color Harmonies of #A888F0
Complementary color
Monochromatic Colors of #A888F0
Black with #A888F0
Text Example
Text Example
White with #A888F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888F0; }
p { color: rgb(168,136,240); }
H1.HeaderClassName
{
color: #A888F0;
}
.AnyTagClassName
{
color: #A888F0;
}
</style>
background-color css
<style>
a { background-color: #A888F0; }
a { background-color: rgb(168,136,240); }
div.DivClassName
{
background-color: #A888F0;
}
.BgClassName
{
background-color: #A888F0;
}
</style>
border-color css
<style>
span { border-color: #A888F0; }
span { border-color: rgb(168,136,240); }
td.TdClassName
{
border-color: #A888F0;
}
.TagClassName
{
border-color: #A888F0;
}
</style>