Shades of Biloba Flower #A98DFE
Tints of Biloba Flower #A98DFE
RGB
CMYK
RGB Variations
Color information
#A98DFE (or 0xA98DFE) is known color: Biloba Flower. HEX triplet: A9, 8D and FE. RGB value is (169,141,254). Sum of RGB (Red+Green+Blue) = 169+141+254=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #A98DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98DFE is #567201. Grayscale: #A1A1A1. Windows color (decimal): -5665282 or 16682409. OLE color: 16682409.
HSL color Cylindrical-coordinate representation of color #A98DFE: hue angle of 254.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A98DFE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 141 | 254 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.00 |
| HSL | 254.87º | 0.98% | 0.77% | - |
| HSV(B) | 254.87º | 0.44% | 1% | - |
| XYZ | 43.78 | 34.64 | 98.14 | - |
| YUV | 162.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 254 | 0.33 | 0.44 | 0 | 0.00 | 254.87 | 0.98 | 0.77 |
| Hex | A9 | 8D | FE | 21 | 2C | 0 | 0 | FF | 62 | 4D |
| Octal | 251 | 215 | 376 | 41 | 54 | 0 | 0 | 377 | 142 | 115 |
| Binary | 10101001 | 10001101 | 11111110 | 100001 | 101100 | 0 | 0 | 11111111 | 1100010 | 1001101 |
Color Harmonies of #A98DFE
Complementary color
Monochromatic Colors of #A98DFE
Black with #A98DFE
Text Example
Text Example
White with #A98DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DFE; }
p { color: rgb(169,141,254); }
H1.HeaderClassName
{
color: #A98DFE;
}
.AnyTagClassName
{
color: #A98DFE;
}
</style>
background-color css
<style>
a { background-color: #A98DFE; }
a { background-color: rgb(169,141,254); }
div.DivClassName
{
background-color: #A98DFE;
}
.BgClassName
{
background-color: #A98DFE;
}
</style>
border-color css
<style>
span { border-color: #A98DFE; }
span { border-color: rgb(169,141,254); }
td.TdClassName
{
border-color: #A98DFE;
}
.TagClassName
{
border-color: #A98DFE;
}
</style>