Shades of Biloba Flower #A98DE6
Tints of Biloba Flower #A98DE6
RGB
CMYK
RGB Variations
Color information
#A98DE6 (or 0xA98DE6) is known color: Biloba Flower. HEX triplet: A9, 8D and E6. RGB value is (169,141,230). Sum of RGB (Red+Green+Blue) = 169+141+230=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #A98DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98DE6 is #567219. Grayscale: #9F9F9F. Windows color (decimal): -5665306 or 15109545. OLE color: 15109545.
HSL color Cylindrical-coordinate representation of color #A98DE6: hue angle of 258.88º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A98DE6 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 141 | 230 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.10 |
| HSL | 258.88º | 0.64% | 0.73% | - |
| HSV(B) | 258.88º | 0.39% | 0.9% | - |
| XYZ | 40.17 | 33.2 | 79.15 | - |
| YUV | 159.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 230 | 0.27 | 0.39 | 0 | 0.10 | 258.88 | 0.64 | 0.73 |
| Hex | A9 | 8D | E6 | 1B | 27 | 0 | A | 103 | 40 | 49 |
| Octal | 251 | 215 | 346 | 33 | 47 | 0 | 12 | 403 | 100 | 111 |
| Binary | 10101001 | 10001101 | 11100110 | 11011 | 100111 | 0 | 1010 | 100000011 | 1000000 | 1001001 |
Color Harmonies of #A98DE6
Complementary color
Monochromatic Colors of #A98DE6
Black with #A98DE6
Text Example
Text Example
White with #A98DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DE6; }
p { color: rgb(169,141,230); }
H1.HeaderClassName
{
color: #A98DE6;
}
.AnyTagClassName
{
color: #A98DE6;
}
</style>
background-color css
<style>
a { background-color: #A98DE6; }
a { background-color: rgb(169,141,230); }
div.DivClassName
{
background-color: #A98DE6;
}
.BgClassName
{
background-color: #A98DE6;
}
</style>
border-color css
<style>
span { border-color: #A98DE6; }
span { border-color: rgb(169,141,230); }
td.TdClassName
{
border-color: #A98DE6;
}
.TagClassName
{
border-color: #A98DE6;
}
</style>