Shades of Biloba Flower #A98DE4
Tints of Biloba Flower #A98DE4
RGB
CMYK
RGB Variations
Color information
#A98DE4 (or 0xA98DE4) is known color: Biloba Flower. HEX triplet: A9, 8D and E4. RGB value is (169,141,228). Sum of RGB (Red+Green+Blue) = 169+141+228=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #A98DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DE4 is #56721B. Grayscale: #9E9E9E. Windows color (decimal): -5665308 or 14978473. OLE color: 14978473.
HSL color Cylindrical-coordinate representation of color #A98DE4: hue angle of 259.31º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A98DE4 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 141 | 228 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.11 |
| HSL | 259.31º | 0.62% | 0.72% | - |
| HSV(B) | 259.31º | 0.38% | 0.89% | - |
| XYZ | 39.89 | 33.09 | 77.68 | - |
| YUV | 159.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 228 | 0.26 | 0.38 | 0 | 0.11 | 259.31 | 0.62 | 0.72 |
| Hex | A9 | 8D | E4 | 1A | 26 | 0 | B | 103 | 3E | 48 |
| Octal | 251 | 215 | 344 | 32 | 46 | 0 | 13 | 403 | 76 | 110 |
| Binary | 10101001 | 10001101 | 11100100 | 11010 | 100110 | 0 | 1011 | 100000011 | 111110 | 1001000 |
Color Harmonies of #A98DE4
Complementary color
Monochromatic Colors of #A98DE4
Black with #A98DE4
Text Example
Text Example
White with #A98DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DE4; }
p { color: rgb(169,141,228); }
H1.HeaderClassName
{
color: #A98DE4;
}
.AnyTagClassName
{
color: #A98DE4;
}
</style>
background-color css
<style>
a { background-color: #A98DE4; }
a { background-color: rgb(169,141,228); }
div.DivClassName
{
background-color: #A98DE4;
}
.BgClassName
{
background-color: #A98DE4;
}
</style>
border-color css
<style>
span { border-color: #A98DE4; }
span { border-color: rgb(169,141,228); }
td.TdClassName
{
border-color: #A98DE4;
}
.TagClassName
{
border-color: #A98DE4;
}
</style>