Shades of Biloba Flower #A98BF8
Tints of Biloba Flower #A98BF8
RGB
CMYK
RGB Variations
Color information
#A98BF8 (or 0xA98BF8) is known color: Biloba Flower. HEX triplet: A9, 8B and F8. RGB value is (169,139,248). Sum of RGB (Red+Green+Blue) = 169+139+248=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #A98BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98BF8 is #567407. Grayscale: #9F9F9F. Windows color (decimal): -5665800 or 16288681. OLE color: 16288681.
HSL color Cylindrical-coordinate representation of color #A98BF8: hue angle of 256.51º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A98BF8 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 139 | 248 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.03 |
| HSL | 256.51º | 0.89% | 0.76% | - |
| HSV(B) | 256.51º | 0.44% | 0.97% | - |
| XYZ | 42.54 | 33.68 | 93.07 | - |
| YUV | 160.4 | 177.44 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 248 | 0.32 | 0.44 | 0 | 0.03 | 256.51 | 0.89 | 0.76 |
| Hex | A9 | 8B | F8 | 20 | 2C | 0 | 3 | 101 | 59 | 4C |
| Octal | 251 | 213 | 370 | 40 | 54 | 0 | 3 | 401 | 131 | 114 |
| Binary | 10101001 | 10001011 | 11111000 | 100000 | 101100 | 0 | 11 | 100000001 | 1011001 | 1001100 |
Color Harmonies of #A98BF8
Complementary color
Monochromatic Colors of #A98BF8
Black with #A98BF8
Text Example
Text Example
White with #A98BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BF8; }
p { color: rgb(169,139,248); }
H1.HeaderClassName
{
color: #A98BF8;
}
.AnyTagClassName
{
color: #A98BF8;
}
</style>
background-color css
<style>
a { background-color: #A98BF8; }
a { background-color: rgb(169,139,248); }
div.DivClassName
{
background-color: #A98BF8;
}
.BgClassName
{
background-color: #A98BF8;
}
</style>
border-color css
<style>
span { border-color: #A98BF8; }
span { border-color: rgb(169,139,248); }
td.TdClassName
{
border-color: #A98BF8;
}
.TagClassName
{
border-color: #A98BF8;
}
</style>