Shades of Biloba Flower #A98DE9
Tints of Biloba Flower #A98DE9
RGB
CMYK
RGB Variations
Color information
#A98DE9 (or 0xA98DE9) is known color: Biloba Flower. HEX triplet: A9, 8D and E9. RGB value is (169,141,233). Sum of RGB (Red+Green+Blue) = 169+141+233=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #A98DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98DE9 is #567216. Grayscale: #9F9F9F. Windows color (decimal): -5665303 or 15306153. OLE color: 15306153.
HSL color Cylindrical-coordinate representation of color #A98DE9: hue angle of 258.26º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A98DE9 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 141 | 233 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.09 |
| HSL | 258.26º | 0.68% | 0.73% | - |
| HSV(B) | 258.26º | 0.39% | 0.91% | - |
| XYZ | 40.6 | 33.37 | 81.39 | - |
| YUV | 159.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 233 | 0.27 | 0.39 | 0 | 0.09 | 258.26 | 0.68 | 0.73 |
| Hex | A9 | 8D | E9 | 1B | 27 | 0 | 9 | 102 | 44 | 49 |
| Octal | 251 | 215 | 351 | 33 | 47 | 0 | 11 | 402 | 104 | 111 |
| Binary | 10101001 | 10001101 | 11101001 | 11011 | 100111 | 0 | 1001 | 100000010 | 1000100 | 1001001 |
Color Harmonies of #A98DE9
Complementary color
Monochromatic Colors of #A98DE9
Black with #A98DE9
Text Example
Text Example
White with #A98DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DE9; }
p { color: rgb(169,141,233); }
H1.HeaderClassName
{
color: #A98DE9;
}
.AnyTagClassName
{
color: #A98DE9;
}
</style>
background-color css
<style>
a { background-color: #A98DE9; }
a { background-color: rgb(169,141,233); }
div.DivClassName
{
background-color: #A98DE9;
}
.BgClassName
{
background-color: #A98DE9;
}
</style>
border-color css
<style>
span { border-color: #A98DE9; }
span { border-color: rgb(169,141,233); }
td.TdClassName
{
border-color: #A98DE9;
}
.TagClassName
{
border-color: #A98DE9;
}
</style>