Shades of Biloba Flower #A99BF9
Tints of Biloba Flower #A99BF9
RGB
CMYK
RGB Variations
Color information
#A99BF9 (or 0xA99BF9) is known color: Biloba Flower. HEX triplet: A9, 9B and F9. RGB value is (169,155,249). Sum of RGB (Red+Green+Blue) = 169+155+249=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #A99BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99BF9 is #566406. Grayscale: #A9A9A9. Windows color (decimal): -5661703 or 16358313. OLE color: 16358313.
HSL color Cylindrical-coordinate representation of color #A99BF9: hue angle of 248.94º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A99BF9 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 155 | 249 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.02 |
| HSL | 248.94º | 0.89% | 0.79% | - |
| HSV(B) | 248.94º | 0.38% | 0.98% | - |
| XYZ | 45.18 | 38.72 | 94.71 | - |
| YUV | 169.9 | 172.64 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 249 | 0.32 | 0.38 | 0 | 0.02 | 248.94 | 0.89 | 0.79 |
| Hex | A9 | 9B | F9 | 20 | 26 | 0 | 2 | F9 | 59 | 4F |
| Octal | 251 | 233 | 371 | 40 | 46 | 0 | 2 | 371 | 131 | 117 |
| Binary | 10101001 | 10011011 | 11111001 | 100000 | 100110 | 0 | 10 | 11111001 | 1011001 | 1001111 |
Color Harmonies of #A99BF9
Complementary color
Monochromatic Colors of #A99BF9
Black with #A99BF9
Text Example
Text Example
White with #A99BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BF9; }
p { color: rgb(169,155,249); }
H1.HeaderClassName
{
color: #A99BF9;
}
.AnyTagClassName
{
color: #A99BF9;
}
</style>
background-color css
<style>
a { background-color: #A99BF9; }
a { background-color: rgb(169,155,249); }
div.DivClassName
{
background-color: #A99BF9;
}
.BgClassName
{
background-color: #A99BF9;
}
</style>
border-color css
<style>
span { border-color: #A99BF9; }
span { border-color: rgb(169,155,249); }
td.TdClassName
{
border-color: #A99BF9;
}
.TagClassName
{
border-color: #A99BF9;
}
</style>