Shades of Biloba Flower #A99AFA
Tints of Biloba Flower #A99AFA
RGB
CMYK
RGB Variations
Color information
#A99AFA (or 0xA99AFA) is known color: Biloba Flower. HEX triplet: A9, 9A and FA. RGB value is (169,154,250). Sum of RGB (Red+Green+Blue) = 169+154+250=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #A99AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99AFA is #566505. Grayscale: #A9A9A9. Windows color (decimal): -5661958 or 16423593. OLE color: 16423593.
HSL color Cylindrical-coordinate representation of color #A99AFA: hue angle of 249.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A99AFA is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 154 | 250 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.02 |
| HSL | 249.38º | 0.91% | 0.79% | - |
| HSV(B) | 249.38º | 0.38% | 0.98% | - |
| XYZ | 45.17 | 38.45 | 95.48 | - |
| YUV | 169.43 | 173.47 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 250 | 0.32 | 0.38 | 0 | 0.02 | 249.38 | 0.91 | 0.79 |
| Hex | A9 | 9A | FA | 20 | 26 | 0 | 2 | F9 | 5B | 4F |
| Octal | 251 | 232 | 372 | 40 | 46 | 0 | 2 | 371 | 133 | 117 |
| Binary | 10101001 | 10011010 | 11111010 | 100000 | 100110 | 0 | 10 | 11111001 | 1011011 | 1001111 |
Color Harmonies of #A99AFA
Complementary color
Monochromatic Colors of #A99AFA
Black with #A99AFA
Text Example
Text Example
White with #A99AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99AFA; }
p { color: rgb(169,154,250); }
H1.HeaderClassName
{
color: #A99AFA;
}
.AnyTagClassName
{
color: #A99AFA;
}
</style>
background-color css
<style>
a { background-color: #A99AFA; }
a { background-color: rgb(169,154,250); }
div.DivClassName
{
background-color: #A99AFA;
}
.BgClassName
{
background-color: #A99AFA;
}
</style>
border-color css
<style>
span { border-color: #A99AFA; }
span { border-color: rgb(169,154,250); }
td.TdClassName
{
border-color: #A99AFA;
}
.TagClassName
{
border-color: #A99AFA;
}
</style>