Shades of Biloba Flower #A898FB
Tints of Biloba Flower #A898FB
RGB
CMYK
RGB Variations
Color information
#A898FB (or 0xA898FB) is known color: Biloba Flower. HEX triplet: A8, 98 and FB. RGB value is (168,152,251). Sum of RGB (Red+Green+Blue) = 168+152+251=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #A898FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898FB is #576704. Grayscale: #A7A7A7. Windows color (decimal): -5728005 or 16488616. OLE color: 16488616.
HSL color Cylindrical-coordinate representation of color #A898FB: hue angle of 249.7º degrees, saturation: 0.93, 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 #A898FB is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 152 | 251 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.02 |
| HSL | 249.7º | 0.93% | 0.79% | - |
| HSV(B) | 249.7º | 0.39% | 0.98% | - |
| XYZ | 44.79 | 37.75 | 96.19 | - |
| YUV | 168.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 251 | 0.33 | 0.39 | 0 | 0.02 | 249.7 | 0.93 | 0.79 |
| Hex | A8 | 98 | FB | 21 | 27 | 0 | 2 | FA | 5D | 4F |
| Octal | 250 | 230 | 373 | 41 | 47 | 0 | 2 | 372 | 135 | 117 |
| Binary | 10101000 | 10011000 | 11111011 | 100001 | 100111 | 0 | 10 | 11111010 | 1011101 | 1001111 |
Color Harmonies of #A898FB
Complementary color
Monochromatic Colors of #A898FB
Black with #A898FB
Text Example
Text Example
White with #A898FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898FB; }
p { color: rgb(168,152,251); }
H1.HeaderClassName
{
color: #A898FB;
}
.AnyTagClassName
{
color: #A898FB;
}
</style>
background-color css
<style>
a { background-color: #A898FB; }
a { background-color: rgb(168,152,251); }
div.DivClassName
{
background-color: #A898FB;
}
.BgClassName
{
background-color: #A898FB;
}
</style>
border-color css
<style>
span { border-color: #A898FB; }
span { border-color: rgb(168,152,251); }
td.TdClassName
{
border-color: #A898FB;
}
.TagClassName
{
border-color: #A898FB;
}
</style>