Shades of Biloba Flower #A98EE5
Tints of Biloba Flower #A98EE5
RGB
CMYK
RGB Variations
Color information
#A98EE5 (or 0xA98EE5) is known color: Biloba Flower. HEX triplet: A9, 8E and E5. RGB value is (169,142,229). Sum of RGB (Red+Green+Blue) = 169+142+229=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #A98EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EE5 is #56711A. Grayscale: #9F9F9F. Windows color (decimal): -5665051 or 15044265. OLE color: 15044265.
HSL color Cylindrical-coordinate representation of color #A98EE5: hue angle of 258.62º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A98EE5 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 142 | 229 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.10 |
| HSL | 258.62º | 0.63% | 0.73% | - |
| HSV(B) | 258.62º | 0.38% | 0.9% | - |
| XYZ | 40.18 | 33.44 | 78.47 | - |
| YUV | 159.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 229 | 0.26 | 0.38 | 0 | 0.10 | 258.62 | 0.63 | 0.73 |
| Hex | A9 | 8E | E5 | 1A | 26 | 0 | A | 103 | 3F | 49 |
| Octal | 251 | 216 | 345 | 32 | 46 | 0 | 12 | 403 | 77 | 111 |
| Binary | 10101001 | 10001110 | 11100101 | 11010 | 100110 | 0 | 1010 | 100000011 | 111111 | 1001001 |
Color Harmonies of #A98EE5
Complementary color
Monochromatic Colors of #A98EE5
Black with #A98EE5
Text Example
Text Example
White with #A98EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98EE5; }
p { color: rgb(169,142,229); }
H1.HeaderClassName
{
color: #A98EE5;
}
.AnyTagClassName
{
color: #A98EE5;
}
</style>
background-color css
<style>
a { background-color: #A98EE5; }
a { background-color: rgb(169,142,229); }
div.DivClassName
{
background-color: #A98EE5;
}
.BgClassName
{
background-color: #A98EE5;
}
</style>
border-color css
<style>
span { border-color: #A98EE5; }
span { border-color: rgb(169,142,229); }
td.TdClassName
{
border-color: #A98EE5;
}
.TagClassName
{
border-color: #A98EE5;
}
</style>