Shades of Biloba Flower #A899FB
Tints of Biloba Flower #A899FB
RGB
CMYK
RGB Variations
Color information
#A899FB (or 0xA899FB) is known color: Biloba Flower. HEX triplet: A8, 99 and FB. RGB value is (168,153,251). Sum of RGB (Red+Green+Blue) = 168+153+251=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #A899FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899FB is #576604. Grayscale: #A8A8A8. Windows color (decimal): -5727749 or 16488872. OLE color: 16488872.
HSL color Cylindrical-coordinate representation of color #A899FB: hue angle of 249.18º degrees, saturation: 0.92, 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 #A899FB is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 153 | 251 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.02 |
| HSL | 249.18º | 0.92% | 0.79% | - |
| HSV(B) | 249.18º | 0.39% | 0.98% | - |
| XYZ | 44.95 | 38.07 | 96.25 | - |
| YUV | 168.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 251 | 0.33 | 0.39 | 0 | 0.02 | 249.18 | 0.92 | 0.79 |
| Hex | A8 | 99 | FB | 21 | 27 | 0 | 2 | F9 | 5C | 4F |
| Octal | 250 | 231 | 373 | 41 | 47 | 0 | 2 | 371 | 134 | 117 |
| Binary | 10101000 | 10011001 | 11111011 | 100001 | 100111 | 0 | 10 | 11111001 | 1011100 | 1001111 |
Color Harmonies of #A899FB
Complementary color
Monochromatic Colors of #A899FB
Black with #A899FB
Text Example
Text Example
White with #A899FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899FB; }
p { color: rgb(168,153,251); }
H1.HeaderClassName
{
color: #A899FB;
}
.AnyTagClassName
{
color: #A899FB;
}
</style>
background-color css
<style>
a { background-color: #A899FB; }
a { background-color: rgb(168,153,251); }
div.DivClassName
{
background-color: #A899FB;
}
.BgClassName
{
background-color: #A899FB;
}
</style>
border-color css
<style>
span { border-color: #A899FB; }
span { border-color: rgb(168,153,251); }
td.TdClassName
{
border-color: #A899FB;
}
.TagClassName
{
border-color: #A899FB;
}
</style>