Shades of Biloba Flower #A491F0
Tints of Biloba Flower #A491F0
RGB
CMYK
RGB Variations
Color information
#A491F0 (or 0xA491F0) is known color: Biloba Flower. HEX triplet: A4, 91 and F0. RGB value is (164,145,240). Sum of RGB (Red+Green+Blue) = 164+145+240=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #A491F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491F0 is #5B6E0F. Grayscale: #A1A1A1. Windows color (decimal): -5991952 or 15765924. OLE color: 15765924.
HSL color Cylindrical-coordinate representation of color #A491F0: hue angle of 252º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A491F0 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 145 | 240 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.06 |
| HSL | 252º | 0.76% | 0.75% | - |
| HSV(B) | 252º | 0.4% | 0.94% | - |
| XYZ | 41.16 | 34.43 | 86.92 | - |
| YUV | 161.51 | 172.29 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 240 | 0.32 | 0.40 | 0 | 0.06 | 252 | 0.76 | 0.75 |
| Hex | A4 | 91 | F0 | 20 | 28 | 0 | 6 | FC | 4C | 4B |
| Octal | 244 | 221 | 360 | 40 | 50 | 0 | 6 | 374 | 114 | 113 |
| Binary | 10100100 | 10010001 | 11110000 | 100000 | 101000 | 0 | 110 | 11111100 | 1001100 | 1001011 |
Color Harmonies of #A491F0
Complementary color
Monochromatic Colors of #A491F0
Black with #A491F0
Text Example
Text Example
White with #A491F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A491F0; }
p { color: rgb(164,145,240); }
H1.HeaderClassName
{
color: #A491F0;
}
.AnyTagClassName
{
color: #A491F0;
}
</style>
background-color css
<style>
a { background-color: #A491F0; }
a { background-color: rgb(164,145,240); }
div.DivClassName
{
background-color: #A491F0;
}
.BgClassName
{
background-color: #A491F0;
}
</style>
border-color css
<style>
span { border-color: #A491F0; }
span { border-color: rgb(164,145,240); }
td.TdClassName
{
border-color: #A491F0;
}
.TagClassName
{
border-color: #A491F0;
}
</style>