Shades of Biloba Flower #A888F1
Tints of Biloba Flower #A888F1
RGB
CMYK
RGB Variations
Color information
#A888F1 (or 0xA888F1) is known color: Biloba Flower. HEX triplet: A8, 88 and F1. RGB value is (168,136,241). Sum of RGB (Red+Green+Blue) = 168+136+241=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #A888F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888F1 is #57770E. Grayscale: #9D9D9D. Windows color (decimal): -5732111 or 15829160. OLE color: 15829160.
HSL color Cylindrical-coordinate representation of color #A888F1: hue angle of 258.29º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A888F1 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 136 | 241 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.05 |
| HSL | 258.29º | 0.79% | 0.74% | - |
| HSV(B) | 258.29º | 0.44% | 0.95% | - |
| XYZ | 40.83 | 32.28 | 87.3 | - |
| YUV | 157.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 241 | 0.30 | 0.44 | 0 | 0.05 | 258.29 | 0.79 | 0.74 |
| Hex | A8 | 88 | F1 | 1E | 2C | 0 | 5 | 102 | 4F | 4A |
| Octal | 250 | 210 | 361 | 36 | 54 | 0 | 5 | 402 | 117 | 112 |
| Binary | 10101000 | 10001000 | 11110001 | 11110 | 101100 | 0 | 101 | 100000010 | 1001111 | 1001010 |
Color Harmonies of #A888F1
Complementary color
Monochromatic Colors of #A888F1
Black with #A888F1
Text Example
Text Example
White with #A888F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888F1; }
p { color: rgb(168,136,241); }
H1.HeaderClassName
{
color: #A888F1;
}
.AnyTagClassName
{
color: #A888F1;
}
</style>
background-color css
<style>
a { background-color: #A888F1; }
a { background-color: rgb(168,136,241); }
div.DivClassName
{
background-color: #A888F1;
}
.BgClassName
{
background-color: #A888F1;
}
</style>
border-color css
<style>
span { border-color: #A888F1; }
span { border-color: rgb(168,136,241); }
td.TdClassName
{
border-color: #A888F1;
}
.TagClassName
{
border-color: #A888F1;
}
</style>