Shades of Biloba Flower #A98CE8
Tints of Biloba Flower #A98CE8
RGB
CMYK
RGB Variations
Color information
#A98CE8 (or 0xA98CE8) is known color: Biloba Flower. HEX triplet: A9, 8C and E8. RGB value is (169,140,232). Sum of RGB (Red+Green+Blue) = 169+140+232=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #A98CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98CE8 is #567317. Grayscale: #9E9E9E. Windows color (decimal): -5665560 or 15240361. OLE color: 15240361.
HSL color Cylindrical-coordinate representation of color #A98CE8: hue angle of 258.91º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A98CE8 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 140 | 232 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.09 |
| HSL | 258.91º | 0.67% | 0.73% | - |
| HSV(B) | 258.91º | 0.4% | 0.91% | - |
| XYZ | 40.31 | 33.02 | 80.59 | - |
| YUV | 159.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 232 | 0.27 | 0.40 | 0 | 0.09 | 258.91 | 0.67 | 0.73 |
| Hex | A9 | 8C | E8 | 1B | 28 | 0 | 9 | 103 | 43 | 49 |
| Octal | 251 | 214 | 350 | 33 | 50 | 0 | 11 | 403 | 103 | 111 |
| Binary | 10101001 | 10001100 | 11101000 | 11011 | 101000 | 0 | 1001 | 100000011 | 1000011 | 1001001 |
Color Harmonies of #A98CE8
Complementary color
Monochromatic Colors of #A98CE8
Black with #A98CE8
Text Example
Text Example
White with #A98CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CE8; }
p { color: rgb(169,140,232); }
H1.HeaderClassName
{
color: #A98CE8;
}
.AnyTagClassName
{
color: #A98CE8;
}
</style>
background-color css
<style>
a { background-color: #A98CE8; }
a { background-color: rgb(169,140,232); }
div.DivClassName
{
background-color: #A98CE8;
}
.BgClassName
{
background-color: #A98CE8;
}
</style>
border-color css
<style>
span { border-color: #A98CE8; }
span { border-color: rgb(169,140,232); }
td.TdClassName
{
border-color: #A98CE8;
}
.TagClassName
{
border-color: #A98CE8;
}
</style>