Shades of Biloba Flower #A899F6
Tints of Biloba Flower #A899F6
RGB
CMYK
RGB Variations
Color information
#A899F6 (or 0xA899F6) is known color: Biloba Flower. HEX triplet: A8, 99 and F6. RGB value is (168,153,246). Sum of RGB (Red+Green+Blue) = 168+153+246=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #A899F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899F6 is #576609. Grayscale: #A7A7A7. Windows color (decimal): -5727754 or 16161192. OLE color: 16161192.
HSL color Cylindrical-coordinate representation of color #A899F6: hue angle of 249.68º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A899F6 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 153 | 246 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.04 |
| HSL | 249.68º | 0.84% | 0.78% | - |
| HSV(B) | 249.68º | 0.38% | 0.96% | - |
| XYZ | 44.17 | 37.76 | 92.15 | - |
| YUV | 168.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 246 | 0.32 | 0.38 | 0 | 0.04 | 249.68 | 0.84 | 0.78 |
| Hex | A8 | 99 | F6 | 20 | 26 | 0 | 4 | FA | 54 | 4E |
| Octal | 250 | 231 | 366 | 40 | 46 | 0 | 4 | 372 | 124 | 116 |
| Binary | 10101000 | 10011001 | 11110110 | 100000 | 100110 | 0 | 100 | 11111010 | 1010100 | 1001110 |
Color Harmonies of #A899F6
Complementary color
Monochromatic Colors of #A899F6
Black with #A899F6
Text Example
Text Example
White with #A899F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899F6; }
p { color: rgb(168,153,246); }
H1.HeaderClassName
{
color: #A899F6;
}
.AnyTagClassName
{
color: #A899F6;
}
</style>
background-color css
<style>
a { background-color: #A899F6; }
a { background-color: rgb(168,153,246); }
div.DivClassName
{
background-color: #A899F6;
}
.BgClassName
{
background-color: #A899F6;
}
</style>
border-color css
<style>
span { border-color: #A899F6; }
span { border-color: rgb(168,153,246); }
td.TdClassName
{
border-color: #A899F6;
}
.TagClassName
{
border-color: #A899F6;
}
</style>