Shades of Biloba Flower #A999FA
Tints of Biloba Flower #A999FA
RGB
CMYK
RGB Variations
Color information
#A999FA (or 0xA999FA) is known color: Biloba Flower. HEX triplet: A9, 99 and FA. RGB value is (169,153,250). Sum of RGB (Red+Green+Blue) = 169+153+250=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #A999FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A999FA is #566605. Grayscale: #A8A8A8. Windows color (decimal): -5662214 or 16423337. OLE color: 16423337.
HSL color Cylindrical-coordinate representation of color #A999FA: hue angle of 249.9º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A999FA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 153 | 250 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.02 |
| HSL | 249.9º | 0.91% | 0.79% | - |
| HSV(B) | 249.9º | 0.39% | 0.98% | - |
| XYZ | 45.01 | 38.12 | 95.43 | - |
| YUV | 168.84 | 173.8 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 250 | 0.32 | 0.39 | 0 | 0.02 | 249.9 | 0.91 | 0.79 |
| Hex | A9 | 99 | FA | 20 | 27 | 0 | 2 | FA | 5B | 4F |
| Octal | 251 | 231 | 372 | 40 | 47 | 0 | 2 | 372 | 133 | 117 |
| Binary | 10101001 | 10011001 | 11111010 | 100000 | 100111 | 0 | 10 | 11111010 | 1011011 | 1001111 |
Color Harmonies of #A999FA
Complementary color
Monochromatic Colors of #A999FA
Black with #A999FA
Text Example
Text Example
White with #A999FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A999FA; }
p { color: rgb(169,153,250); }
H1.HeaderClassName
{
color: #A999FA;
}
.AnyTagClassName
{
color: #A999FA;
}
</style>
background-color css
<style>
a { background-color: #A999FA; }
a { background-color: rgb(169,153,250); }
div.DivClassName
{
background-color: #A999FA;
}
.BgClassName
{
background-color: #A999FA;
}
</style>
border-color css
<style>
span { border-color: #A999FA; }
span { border-color: rgb(169,153,250); }
td.TdClassName
{
border-color: #A999FA;
}
.TagClassName
{
border-color: #A999FA;
}
</style>