Shades of Biloba Flower #A98DF5
Tints of Biloba Flower #A98DF5
RGB
CMYK
RGB Variations
Color information
#A98DF5 (or 0xA98DF5) is known color: Biloba Flower. HEX triplet: A9, 8D and F5. RGB value is (169,141,245). Sum of RGB (Red+Green+Blue) = 169+141+245=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 245 (96.09% from 255 or 44.14% from 555); Max value from RGB is 245 - color contains mainly: blue. Hex color #A98DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98DF5 is #56720A. Grayscale: #A0A0A0. Windows color (decimal): -5665291 or 16092585. OLE color: 16092585.
HSL color Cylindrical-coordinate representation of color #A98DF5: hue angle of 256.15º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A98DF5 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 141 | 245 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.04 |
| HSL | 256.15º | 0.84% | 0.76% | - |
| HSV(B) | 256.15º | 0.42% | 0.96% | - |
| XYZ | 42.37 | 34.08 | 90.73 | - |
| YUV | 161.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 245 | 0.31 | 0.42 | 0 | 0.04 | 256.15 | 0.84 | 0.76 |
| Hex | A9 | 8D | F5 | 1F | 2A | 0 | 4 | 100 | 54 | 4C |
| Octal | 251 | 215 | 365 | 37 | 52 | 0 | 4 | 400 | 124 | 114 |
| Binary | 10101001 | 10001101 | 11110101 | 11111 | 101010 | 0 | 100 | 100000000 | 1010100 | 1001100 |
Color Harmonies of #A98DF5
Complementary color
Monochromatic Colors of #A98DF5
Black with #A98DF5
Text Example
Text Example
White with #A98DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DF5; }
p { color: rgb(169,141,245); }
H1.HeaderClassName
{
color: #A98DF5;
}
.AnyTagClassName
{
color: #A98DF5;
}
</style>
background-color css
<style>
a { background-color: #A98DF5; }
a { background-color: rgb(169,141,245); }
div.DivClassName
{
background-color: #A98DF5;
}
.BgClassName
{
background-color: #A98DF5;
}
</style>
border-color css
<style>
span { border-color: #A98DF5; }
span { border-color: rgb(169,141,245); }
td.TdClassName
{
border-color: #A98DF5;
}
.TagClassName
{
border-color: #A98DF5;
}
</style>