Shades of Biloba Flower #A992F9
Tints of Biloba Flower #A992F9
RGB
CMYK
RGB Variations
Color information
#A992F9 (or 0xA992F9) is known color: Biloba Flower. HEX triplet: A9, 92 and F9. RGB value is (169,146,249). Sum of RGB (Red+Green+Blue) = 169+146+249=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #A992F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992F9 is #566D06. Grayscale: #A4A4A4. Windows color (decimal): -5664007 or 16356009. OLE color: 16356009.
HSL color Cylindrical-coordinate representation of color #A992F9: hue angle of 253.4º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A992F9 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 146 | 249 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.02 |
| HSL | 253.4º | 0.9% | 0.77% | - |
| HSV(B) | 253.4º | 0.41% | 0.98% | - |
| XYZ | 43.74 | 35.83 | 94.23 | - |
| YUV | 164.62 | 175.62 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 249 | 0.32 | 0.41 | 0 | 0.02 | 253.4 | 0.9 | 0.77 |
| Hex | A9 | 92 | F9 | 20 | 29 | 0 | 2 | FD | 5A | 4D |
| Octal | 251 | 222 | 371 | 40 | 51 | 0 | 2 | 375 | 132 | 115 |
| Binary | 10101001 | 10010010 | 11111001 | 100000 | 101001 | 0 | 10 | 11111101 | 1011010 | 1001101 |
Color Harmonies of #A992F9
Complementary color
Monochromatic Colors of #A992F9
Black with #A992F9
Text Example
Text Example
White with #A992F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992F9; }
p { color: rgb(169,146,249); }
H1.HeaderClassName
{
color: #A992F9;
}
.AnyTagClassName
{
color: #A992F9;
}
</style>
background-color css
<style>
a { background-color: #A992F9; }
a { background-color: rgb(169,146,249); }
div.DivClassName
{
background-color: #A992F9;
}
.BgClassName
{
background-color: #A992F9;
}
</style>
border-color css
<style>
span { border-color: #A992F9; }
span { border-color: rgb(169,146,249); }
td.TdClassName
{
border-color: #A992F9;
}
.TagClassName
{
border-color: #A992F9;
}
</style>