Shades of Biloba Flower #A98BE5
Tints of Biloba Flower #A98BE5
RGB
CMYK
RGB Variations
Color information
#A98BE5 (or 0xA98BE5) is known color: Biloba Flower. HEX triplet: A9, 8B and E5. RGB value is (169,139,229). Sum of RGB (Red+Green+Blue) = 169+139+229=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #A98BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BE5 is #56741A. Grayscale: #9D9D9D. Windows color (decimal): -5665819 or 15043497. OLE color: 15043497.
HSL color Cylindrical-coordinate representation of color #A98BE5: hue angle of 260º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A98BE5 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 139 | 229 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.10 |
| HSL | 260º | 0.63% | 0.72% | - |
| HSV(B) | 260º | 0.39% | 0.9% | - |
| XYZ | 39.74 | 32.56 | 78.32 | - |
| YUV | 158.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 229 | 0.26 | 0.39 | 0 | 0.10 | 260 | 0.63 | 0.72 |
| Hex | A9 | 8B | E5 | 1A | 27 | 0 | A | 104 | 3F | 48 |
| Octal | 251 | 213 | 345 | 32 | 47 | 0 | 12 | 404 | 77 | 110 |
| Binary | 10101001 | 10001011 | 11100101 | 11010 | 100111 | 0 | 1010 | 100000100 | 111111 | 1001000 |
Color Harmonies of #A98BE5
Complementary color
Monochromatic Colors of #A98BE5
Black with #A98BE5
Text Example
Text Example
White with #A98BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BE5; }
p { color: rgb(169,139,229); }
H1.HeaderClassName
{
color: #A98BE5;
}
.AnyTagClassName
{
color: #A98BE5;
}
</style>
background-color css
<style>
a { background-color: #A98BE5; }
a { background-color: rgb(169,139,229); }
div.DivClassName
{
background-color: #A98BE5;
}
.BgClassName
{
background-color: #A98BE5;
}
</style>
border-color css
<style>
span { border-color: #A98BE5; }
span { border-color: rgb(169,139,229); }
td.TdClassName
{
border-color: #A98BE5;
}
.TagClassName
{
border-color: #A98BE5;
}
</style>