Shades of Biloba Flower #A491E9
Tints of Biloba Flower #A491E9
RGB
CMYK
RGB Variations
Color information
#A491E9 (or 0xA491E9) is known color: Biloba Flower. HEX triplet: A4, 91 and E9. RGB value is (164,145,233). Sum of RGB (Red+Green+Blue) = 164+145+233=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #A491E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491E9 is #5B6E16. Grayscale: #A0A0A0. Windows color (decimal): -5991959 or 15307172. OLE color: 15307172.
HSL color Cylindrical-coordinate representation of color #A491E9: hue angle of 252.95º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A491E9 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 145 | 233 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.09 |
| HSL | 252.95º | 0.67% | 0.74% | - |
| HSV(B) | 252.95º | 0.38% | 0.91% | - |
| XYZ | 40.14 | 34.03 | 81.54 | - |
| YUV | 160.71 | 168.79 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 233 | 0.30 | 0.38 | 0 | 0.09 | 252.95 | 0.67 | 0.74 |
| Hex | A4 | 91 | E9 | 1E | 26 | 0 | 9 | FD | 43 | 4A |
| Octal | 244 | 221 | 351 | 36 | 46 | 0 | 11 | 375 | 103 | 112 |
| Binary | 10100100 | 10010001 | 11101001 | 11110 | 100110 | 0 | 1001 | 11111101 | 1000011 | 1001010 |
Color Harmonies of #A491E9
Complementary color
Monochromatic Colors of #A491E9
Black with #A491E9
Text Example
Text Example
White with #A491E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A491E9; }
p { color: rgb(164,145,233); }
H1.HeaderClassName
{
color: #A491E9;
}
.AnyTagClassName
{
color: #A491E9;
}
</style>
background-color css
<style>
a { background-color: #A491E9; }
a { background-color: rgb(164,145,233); }
div.DivClassName
{
background-color: #A491E9;
}
.BgClassName
{
background-color: #A491E9;
}
</style>
border-color css
<style>
span { border-color: #A491E9; }
span { border-color: rgb(164,145,233); }
td.TdClassName
{
border-color: #A491E9;
}
.TagClassName
{
border-color: #A491E9;
}
</style>