Shades of Biloba Flower #A98BE1
Tints of Biloba Flower #A98BE1
RGB
CMYK
RGB Variations
Color information
#A98BE1 (or 0xA98BE1) is known color: Biloba Flower. HEX triplet: A9, 8B and E1. RGB value is (169,139,225). Sum of RGB (Red+Green+Blue) = 169+139+225=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #A98BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BE1 is #56741E. Grayscale: #9D9D9D. Windows color (decimal): -5665823 or 14781353. OLE color: 14781353.
HSL color Cylindrical-coordinate representation of color #A98BE1: hue angle of 260.93º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A98BE1 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 139 | 225 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.12 |
| HSL | 260.93º | 0.59% | 0.71% | - |
| HSV(B) | 260.93º | 0.38% | 0.88% | - |
| XYZ | 39.19 | 32.34 | 75.41 | - |
| YUV | 157.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 225 | 0.25 | 0.38 | 0 | 0.12 | 260.93 | 0.59 | 0.71 |
| Hex | A9 | 8B | E1 | 19 | 26 | 0 | C | 105 | 3B | 47 |
| Octal | 251 | 213 | 341 | 31 | 46 | 0 | 14 | 405 | 73 | 107 |
| Binary | 10101001 | 10001011 | 11100001 | 11001 | 100110 | 0 | 1100 | 100000101 | 111011 | 1000111 |
Color Harmonies of #A98BE1
Complementary color
Monochromatic Colors of #A98BE1
Black with #A98BE1
Text Example
Text Example
White with #A98BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BE1; }
p { color: rgb(169,139,225); }
H1.HeaderClassName
{
color: #A98BE1;
}
.AnyTagClassName
{
color: #A98BE1;
}
</style>
background-color css
<style>
a { background-color: #A98BE1; }
a { background-color: rgb(169,139,225); }
div.DivClassName
{
background-color: #A98BE1;
}
.BgClassName
{
background-color: #A98BE1;
}
</style>
border-color css
<style>
span { border-color: #A98BE1; }
span { border-color: rgb(169,139,225); }
td.TdClassName
{
border-color: #A98BE1;
}
.TagClassName
{
border-color: #A98BE1;
}
</style>