Shades of Biloba Flower #A98EFE
Tints of Biloba Flower #A98EFE
RGB
CMYK
RGB Variations
Color information
#A98EFE (or 0xA98EFE) is known color: Biloba Flower. HEX triplet: A9, 8E and FE. RGB value is (169,142,254). Sum of RGB (Red+Green+Blue) = 169+142+254=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #A98EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98EFE is #567101. Grayscale: #A2A2A2. Windows color (decimal): -5665026 or 16682665. OLE color: 16682665.
HSL color Cylindrical-coordinate representation of color #A98EFE: hue angle of 254.46º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A98EFE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 142 | 254 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.00 |
| HSL | 254.46º | 0.98% | 0.78% | - |
| HSV(B) | 254.46º | 0.44% | 1% | - |
| XYZ | 43.92 | 34.94 | 98.19 | - |
| YUV | 162.84 | 179.45 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 254 | 0.33 | 0.44 | 0 | 0.00 | 254.46 | 0.98 | 0.78 |
| Hex | A9 | 8E | FE | 21 | 2C | 0 | 0 | FE | 62 | 4E |
| Octal | 251 | 216 | 376 | 41 | 54 | 0 | 0 | 376 | 142 | 116 |
| Binary | 10101001 | 10001110 | 11111110 | 100001 | 101100 | 0 | 0 | 11111110 | 1100010 | 1001110 |
Color Harmonies of #A98EFE
Complementary color
Monochromatic Colors of #A98EFE
Black with #A98EFE
Text Example
Text Example
White with #A98EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98EFE; }
p { color: rgb(169,142,254); }
H1.HeaderClassName
{
color: #A98EFE;
}
.AnyTagClassName
{
color: #A98EFE;
}
</style>
background-color css
<style>
a { background-color: #A98EFE; }
a { background-color: rgb(169,142,254); }
div.DivClassName
{
background-color: #A98EFE;
}
.BgClassName
{
background-color: #A98EFE;
}
</style>
border-color css
<style>
span { border-color: #A98EFE; }
span { border-color: rgb(169,142,254); }
td.TdClassName
{
border-color: #A98EFE;
}
.TagClassName
{
border-color: #A98EFE;
}
</style>