Shades of Biloba Flower #A494F9
Tints of Biloba Flower #A494F9
RGB
CMYK
RGB Variations
Color information
#A494F9 (or 0xA494F9) is known color: Biloba Flower. HEX triplet: A4, 94 and F9. RGB value is (164,148,249). Sum of RGB (Red+Green+Blue) = 164+148+249=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #A494F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A494F9 is #5B6B06. Grayscale: #A3A3A3. Windows color (decimal): -5991175 or 16356516. OLE color: 16356516.
HSL color Cylindrical-coordinate representation of color #A494F9: hue angle of 249.5º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A494F9 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 148 | 249 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.02 |
| HSL | 249.5º | 0.89% | 0.78% | - |
| HSV(B) | 249.5º | 0.41% | 0.98% | - |
| XYZ | 43 | 35.91 | 94.29 | - |
| YUV | 164.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 249 | 0.34 | 0.41 | 0 | 0.02 | 249.5 | 0.89 | 0.78 |
| Hex | A4 | 94 | F9 | 22 | 29 | 0 | 2 | FA | 59 | 4E |
| Octal | 244 | 224 | 371 | 42 | 51 | 0 | 2 | 372 | 131 | 116 |
| Binary | 10100100 | 10010100 | 11111001 | 100010 | 101001 | 0 | 10 | 11111010 | 1011001 | 1001110 |
Color Harmonies of #A494F9
Complementary color
Monochromatic Colors of #A494F9
Black with #A494F9
Text Example
Text Example
White with #A494F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A494F9; }
p { color: rgb(164,148,249); }
H1.HeaderClassName
{
color: #A494F9;
}
.AnyTagClassName
{
color: #A494F9;
}
</style>
background-color css
<style>
a { background-color: #A494F9; }
a { background-color: rgb(164,148,249); }
div.DivClassName
{
background-color: #A494F9;
}
.BgClassName
{
background-color: #A494F9;
}
</style>
border-color css
<style>
span { border-color: #A494F9; }
span { border-color: rgb(164,148,249); }
td.TdClassName
{
border-color: #A494F9;
}
.TagClassName
{
border-color: #A494F9;
}
</style>