Shades of Biloba Flower #A898F0
Tints of Biloba Flower #A898F0
RGB
CMYK
RGB Variations
Color information
#A898F0 (or 0xA898F0) is known color: Biloba Flower. HEX triplet: A8, 98 and F0. RGB value is (168,152,240). Sum of RGB (Red+Green+Blue) = 168+152+240=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #A898F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898F0 is #57670F. Grayscale: #A6A6A6. Windows color (decimal): -5728016 or 15767720. OLE color: 15767720.
HSL color Cylindrical-coordinate representation of color #A898F0: hue angle of 250.91º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A898F0 is Cyan = 0.3, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 152 | 240 | - |
| CMYK | 0.3 | 0.37 | 0 | 0.06 |
| HSL | 250.91º | 0.75% | 0.77% | - |
| HSV(B) | 250.91º | 0.37% | 0.94% | - |
| XYZ | 43.1 | 37.07 | 87.32 | - |
| YUV | 166.82 | 169.3 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 240 | 0.3 | 0.37 | 0 | 0.06 | 250.91 | 0.75 | 0.77 |
| Hex | A8 | 98 | F0 | 1E | 25 | 0 | 6 | FB | 4B | 4D |
| Octal | 250 | 230 | 360 | 36 | 45 | 0 | 6 | 373 | 113 | 115 |
| Binary | 10101000 | 10011000 | 11110000 | 11110 | 100101 | 0 | 110 | 11111011 | 1001011 | 1001101 |
Color Harmonies of #A898F0
Complementary color
Monochromatic Colors of #A898F0
Black with #A898F0
Text Example
Text Example
White with #A898F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898F0; }
p { color: rgb(168,152,240); }
H1.HeaderClassName
{
color: #A898F0;
}
.AnyTagClassName
{
color: #A898F0;
}
</style>
background-color css
<style>
a { background-color: #A898F0; }
a { background-color: rgb(168,152,240); }
div.DivClassName
{
background-color: #A898F0;
}
.BgClassName
{
background-color: #A898F0;
}
</style>
border-color css
<style>
span { border-color: #A898F0; }
span { border-color: rgb(168,152,240); }
td.TdClassName
{
border-color: #A898F0;
}
.TagClassName
{
border-color: #A898F0;
}
</style>