Shades of Biloba Flower #A98FEE
Tints of Biloba Flower #A98FEE
RGB
CMYK
RGB Variations
Color information
#A98FEE (or 0xA98FEE) is known color: Biloba Flower. HEX triplet: A9, 8F and EE. RGB value is (169,143,238). Sum of RGB (Red+Green+Blue) = 169+143+238=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #A98FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FEE is #567011. Grayscale: #A1A1A1. Windows color (decimal): -5664786 or 15634345. OLE color: 15634345.
HSL color Cylindrical-coordinate representation of color #A98FEE: hue angle of 256.42º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A98FEE is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 143 | 238 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.07 |
| HSL | 256.42º | 0.74% | 0.75% | - |
| HSV(B) | 256.42º | 0.4% | 0.93% | - |
| XYZ | 41.62 | 34.25 | 85.31 | - |
| YUV | 161.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 238 | 0.29 | 0.40 | 0 | 0.07 | 256.42 | 0.74 | 0.75 |
| Hex | A9 | 8F | EE | 1D | 28 | 0 | 7 | 100 | 4A | 4B |
| Octal | 251 | 217 | 356 | 35 | 50 | 0 | 7 | 400 | 112 | 113 |
| Binary | 10101001 | 10001111 | 11101110 | 11101 | 101000 | 0 | 111 | 100000000 | 1001010 | 1001011 |
Color Harmonies of #A98FEE
Complementary color
Monochromatic Colors of #A98FEE
Black with #A98FEE
Text Example
Text Example
White with #A98FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98FEE; }
p { color: rgb(169,143,238); }
H1.HeaderClassName
{
color: #A98FEE;
}
.AnyTagClassName
{
color: #A98FEE;
}
</style>
background-color css
<style>
a { background-color: #A98FEE; }
a { background-color: rgb(169,143,238); }
div.DivClassName
{
background-color: #A98FEE;
}
.BgClassName
{
background-color: #A98FEE;
}
</style>
border-color css
<style>
span { border-color: #A98FEE; }
span { border-color: rgb(169,143,238); }
td.TdClassName
{
border-color: #A98FEE;
}
.TagClassName
{
border-color: #A98FEE;
}
</style>