Shades of Biloba Flower #A98FFF
Tints of Biloba Flower #A98FFF
RGB
CMYK
RGB Variations
Color information
#A98FFF (or 0xA98FFF) is known color: Biloba Flower. HEX triplet: A9, 8F and FF. RGB value is (169,143,255). Sum of RGB (Red+Green+Blue) = 169+143+255=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #A98FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FFF is #567000. Grayscale: #A3A3A3. Windows color (decimal): -5664769 or 16748457. OLE color: 16748457.
HSL color Cylindrical-coordinate representation of color #A98FFF: hue angle of 253.93º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A98FFF is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 143 | 255 | - |
| CMYK | 0.34 | 0.44 | 0 | 0 |
| HSL | 253.93º | 1% | 0.78% | - |
| HSV(B) | 253.93º | 0.44% | 1% | - |
| XYZ | 44.23 | 35.3 | 99.09 | - |
| YUV | 163.54 | 179.61 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 255 | 0.34 | 0.44 | 0 | 0 | 253.93 | 1 | 0.78 |
| Hex | A9 | 8F | FF | 22 | 2C | 0 | 0 | FE | 64 | 4E |
| Octal | 251 | 217 | 377 | 42 | 54 | 0 | 0 | 376 | 144 | 116 |
| Binary | 10101001 | 10001111 | 11111111 | 100010 | 101100 | 0 | 0 | 11111110 | 1100100 | 1001110 |
Color Harmonies of #A98FFF
Complementary color
Monochromatic Colors of #A98FFF
Black with #A98FFF
Text Example
Text Example
White with #A98FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98FFF; }
p { color: rgb(169,143,255); }
H1.HeaderClassName
{
color: #A98FFF;
}
.AnyTagClassName
{
color: #A98FFF;
}
</style>
background-color css
<style>
a { background-color: #A98FFF; }
a { background-color: rgb(169,143,255); }
div.DivClassName
{
background-color: #A98FFF;
}
.BgClassName
{
background-color: #A98FFF;
}
</style>
border-color css
<style>
span { border-color: #A98FFF; }
span { border-color: rgb(169,143,255); }
td.TdClassName
{
border-color: #A98FFF;
}
.TagClassName
{
border-color: #A98FFF;
}
</style>