Shades of Biloba Flower #A899FA
Tints of Biloba Flower #A899FA
RGB
CMYK
RGB Variations
Color information
#A899FA (or 0xA899FA) is known color: Biloba Flower. HEX triplet: A8, 99 and FA. RGB value is (168,153,250). Sum of RGB (Red+Green+Blue) = 168+153+250=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #A899FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899FA is #576605. Grayscale: #A8A8A8. Windows color (decimal): -5727750 or 16423336. OLE color: 16423336.
HSL color Cylindrical-coordinate representation of color #A899FA: hue angle of 249.28º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A899FA is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 153 | 250 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.02 |
| HSL | 249.28º | 0.91% | 0.79% | - |
| HSV(B) | 249.28º | 0.39% | 0.98% | - |
| XYZ | 44.8 | 38.01 | 95.42 | - |
| YUV | 168.54 | 173.97 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 250 | 0.33 | 0.39 | 0 | 0.02 | 249.28 | 0.91 | 0.79 |
| Hex | A8 | 99 | FA | 21 | 27 | 0 | 2 | F9 | 5B | 4F |
| Octal | 250 | 231 | 372 | 41 | 47 | 0 | 2 | 371 | 133 | 117 |
| Binary | 10101000 | 10011001 | 11111010 | 100001 | 100111 | 0 | 10 | 11111001 | 1011011 | 1001111 |
Color Harmonies of #A899FA
Complementary color
Monochromatic Colors of #A899FA
Black with #A899FA
Text Example
Text Example
White with #A899FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899FA; }
p { color: rgb(168,153,250); }
H1.HeaderClassName
{
color: #A899FA;
}
.AnyTagClassName
{
color: #A899FA;
}
</style>
background-color css
<style>
a { background-color: #A899FA; }
a { background-color: rgb(168,153,250); }
div.DivClassName
{
background-color: #A899FA;
}
.BgClassName
{
background-color: #A899FA;
}
</style>
border-color css
<style>
span { border-color: #A899FA; }
span { border-color: rgb(168,153,250); }
td.TdClassName
{
border-color: #A899FA;
}
.TagClassName
{
border-color: #A899FA;
}
</style>