Shades of Biloba Flower #A98DE8
Tints of Biloba Flower #A98DE8
RGB
CMYK
RGB Variations
Color information
#A98DE8 (or 0xA98DE8) is known color: Biloba Flower. HEX triplet: A9, 8D and E8. RGB value is (169,141,232). Sum of RGB (Red+Green+Blue) = 169+141+232=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #A98DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98DE8 is #567217. Grayscale: #9F9F9F. Windows color (decimal): -5665304 or 15240617. OLE color: 15240617.
HSL color Cylindrical-coordinate representation of color #A98DE8: hue angle of 258.46º degrees, saturation: 0.66, 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 #A98DE8 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 141 | 232 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.09 |
| HSL | 258.46º | 0.66% | 0.73% | - |
| HSV(B) | 258.46º | 0.39% | 0.91% | - |
| XYZ | 40.45 | 33.31 | 80.64 | - |
| YUV | 159.75 | 168.78 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 232 | 0.27 | 0.39 | 0 | 0.09 | 258.46 | 0.66 | 0.73 |
| Hex | A9 | 8D | E8 | 1B | 27 | 0 | 9 | 102 | 42 | 49 |
| Octal | 251 | 215 | 350 | 33 | 47 | 0 | 11 | 402 | 102 | 111 |
| Binary | 10101001 | 10001101 | 11101000 | 11011 | 100111 | 0 | 1001 | 100000010 | 1000010 | 1001001 |
Color Harmonies of #A98DE8
Complementary color
Monochromatic Colors of #A98DE8
Black with #A98DE8
Text Example
Text Example
White with #A98DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DE8; }
p { color: rgb(169,141,232); }
H1.HeaderClassName
{
color: #A98DE8;
}
.AnyTagClassName
{
color: #A98DE8;
}
</style>
background-color css
<style>
a { background-color: #A98DE8; }
a { background-color: rgb(169,141,232); }
div.DivClassName
{
background-color: #A98DE8;
}
.BgClassName
{
background-color: #A98DE8;
}
</style>
border-color css
<style>
span { border-color: #A98DE8; }
span { border-color: rgb(169,141,232); }
td.TdClassName
{
border-color: #A98DE8;
}
.TagClassName
{
border-color: #A98DE8;
}
</style>