Shades of Biloba Flower #A98DE5
Tints of Biloba Flower #A98DE5
RGB
CMYK
RGB Variations
Color information
#A98DE5 (or 0xA98DE5) is known color: Biloba Flower. HEX triplet: A9, 8D and E5. RGB value is (169,141,229). Sum of RGB (Red+Green+Blue) = 169+141+229=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #A98DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DE5 is #56721A. Grayscale: #9F9F9F. Windows color (decimal): -5665307 or 15044009. OLE color: 15044009.
HSL color Cylindrical-coordinate representation of color #A98DE5: hue angle of 259.09º 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 #A98DE5 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 141 | 229 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.10 |
| HSL | 259.09º | 0.63% | 0.73% | - |
| HSV(B) | 259.09º | 0.38% | 0.9% | - |
| XYZ | 40.03 | 33.14 | 78.42 | - |
| YUV | 159.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 229 | 0.26 | 0.38 | 0 | 0.10 | 259.09 | 0.63 | 0.73 |
| Hex | A9 | 8D | E5 | 1A | 26 | 0 | A | 103 | 3F | 49 |
| Octal | 251 | 215 | 345 | 32 | 46 | 0 | 12 | 403 | 77 | 111 |
| Binary | 10101001 | 10001101 | 11100101 | 11010 | 100110 | 0 | 1010 | 100000011 | 111111 | 1001001 |
Color Harmonies of #A98DE5
Complementary color
Monochromatic Colors of #A98DE5
Black with #A98DE5
Text Example
Text Example
White with #A98DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DE5; }
p { color: rgb(169,141,229); }
H1.HeaderClassName
{
color: #A98DE5;
}
.AnyTagClassName
{
color: #A98DE5;
}
</style>
background-color css
<style>
a { background-color: #A98DE5; }
a { background-color: rgb(169,141,229); }
div.DivClassName
{
background-color: #A98DE5;
}
.BgClassName
{
background-color: #A98DE5;
}
</style>
border-color css
<style>
span { border-color: #A98DE5; }
span { border-color: rgb(169,141,229); }
td.TdClassName
{
border-color: #A98DE5;
}
.TagClassName
{
border-color: #A98DE5;
}
</style>