Shades of Biloba Flower #A888F7
Tints of Biloba Flower #A888F7
RGB
CMYK
RGB Variations
Color information
#A888F7 (or 0xA888F7) is known color: Biloba Flower. HEX triplet: A8, 88 and F7. RGB value is (168,136,247). Sum of RGB (Red+Green+Blue) = 168+136+247=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #A888F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888F7 is #577708. Grayscale: #9D9D9D. Windows color (decimal): -5732105 or 16222376. OLE color: 16222376.
HSL color Cylindrical-coordinate representation of color #A888F7: hue angle of 257.3º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A888F7 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 136 | 247 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.03 |
| HSL | 257.3º | 0.87% | 0.75% | - |
| HSV(B) | 257.3º | 0.45% | 0.97% | - |
| XYZ | 41.74 | 32.65 | 92.1 | - |
| YUV | 158.22 | 178.1 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 247 | 0.32 | 0.45 | 0 | 0.03 | 257.3 | 0.87 | 0.75 |
| Hex | A8 | 88 | F7 | 20 | 2D | 0 | 3 | 101 | 57 | 4B |
| Octal | 250 | 210 | 367 | 40 | 55 | 0 | 3 | 401 | 127 | 113 |
| Binary | 10101000 | 10001000 | 11110111 | 100000 | 101101 | 0 | 11 | 100000001 | 1010111 | 1001011 |
Color Harmonies of #A888F7
Complementary color
Monochromatic Colors of #A888F7
Black with #A888F7
Text Example
Text Example
White with #A888F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888F7; }
p { color: rgb(168,136,247); }
H1.HeaderClassName
{
color: #A888F7;
}
.AnyTagClassName
{
color: #A888F7;
}
</style>
background-color css
<style>
a { background-color: #A888F7; }
a { background-color: rgb(168,136,247); }
div.DivClassName
{
background-color: #A888F7;
}
.BgClassName
{
background-color: #A888F7;
}
</style>
border-color css
<style>
span { border-color: #A888F7; }
span { border-color: rgb(168,136,247); }
td.TdClassName
{
border-color: #A888F7;
}
.TagClassName
{
border-color: #A888F7;
}
</style>