Shades of Biloba Flower #A990F9
Tints of Biloba Flower #A990F9
RGB
CMYK
RGB Variations
Color information
#A990F9 (or 0xA990F9) is known color: Biloba Flower. HEX triplet: A9, 90 and F9. RGB value is (169,144,249). Sum of RGB (Red+Green+Blue) = 169+144+249=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #A990F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A990F9 is #566F06. Grayscale: #A3A3A3. Windows color (decimal): -5664519 or 16355497. OLE color: 16355497.
HSL color Cylindrical-coordinate representation of color #A990F9: hue angle of 254.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A990F9 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 144 | 249 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.02 |
| HSL | 254.29º | 0.9% | 0.77% | - |
| HSV(B) | 254.29º | 0.42% | 0.98% | - |
| XYZ | 43.43 | 35.22 | 94.13 | - |
| YUV | 163.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 249 | 0.32 | 0.42 | 0 | 0.02 | 254.29 | 0.9 | 0.77 |
| Hex | A9 | 90 | F9 | 20 | 2A | 0 | 2 | FE | 5A | 4D |
| Octal | 251 | 220 | 371 | 40 | 52 | 0 | 2 | 376 | 132 | 115 |
| Binary | 10101001 | 10010000 | 11111001 | 100000 | 101010 | 0 | 10 | 11111110 | 1011010 | 1001101 |
Color Harmonies of #A990F9
Complementary color
Monochromatic Colors of #A990F9
Black with #A990F9
Text Example
Text Example
White with #A990F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990F9; }
p { color: rgb(169,144,249); }
H1.HeaderClassName
{
color: #A990F9;
}
.AnyTagClassName
{
color: #A990F9;
}
</style>
background-color css
<style>
a { background-color: #A990F9; }
a { background-color: rgb(169,144,249); }
div.DivClassName
{
background-color: #A990F9;
}
.BgClassName
{
background-color: #A990F9;
}
</style>
border-color css
<style>
span { border-color: #A990F9; }
span { border-color: rgb(169,144,249); }
td.TdClassName
{
border-color: #A990F9;
}
.TagClassName
{
border-color: #A990F9;
}
</style>