Shades of Biloba Flower #A491E7
Tints of Biloba Flower #A491E7
RGB
CMYK
RGB Variations
Color information
#A491E7 (or 0xA491E7) is known color: Biloba Flower. HEX triplet: A4, 91 and E7. RGB value is (164,145,231). Sum of RGB (Red+Green+Blue) = 164+145+231=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #A491E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491E7 is #5B6E18. Grayscale: #A0A0A0. Windows color (decimal): -5991961 or 15176100. OLE color: 15176100.
HSL color Cylindrical-coordinate representation of color #A491E7: hue angle of 253.26º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A491E7 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 145 | 231 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.09 |
| HSL | 253.26º | 0.64% | 0.74% | - |
| HSV(B) | 253.26º | 0.37% | 0.91% | - |
| XYZ | 39.86 | 33.91 | 80.05 | - |
| YUV | 160.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 231 | 0.29 | 0.37 | 0 | 0.09 | 253.26 | 0.64 | 0.74 |
| Hex | A4 | 91 | E7 | 1D | 25 | 0 | 9 | FD | 40 | 4A |
| Octal | 244 | 221 | 347 | 35 | 45 | 0 | 11 | 375 | 100 | 112 |
| Binary | 10100100 | 10010001 | 11100111 | 11101 | 100101 | 0 | 1001 | 11111101 | 1000000 | 1001010 |
Color Harmonies of #A491E7
Complementary color
Monochromatic Colors of #A491E7
Black with #A491E7
Text Example
Text Example
White with #A491E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A491E7; }
p { color: rgb(164,145,231); }
H1.HeaderClassName
{
color: #A491E7;
}
.AnyTagClassName
{
color: #A491E7;
}
</style>
background-color css
<style>
a { background-color: #A491E7; }
a { background-color: rgb(164,145,231); }
div.DivClassName
{
background-color: #A491E7;
}
.BgClassName
{
background-color: #A491E7;
}
</style>
border-color css
<style>
span { border-color: #A491E7; }
span { border-color: rgb(164,145,231); }
td.TdClassName
{
border-color: #A491E7;
}
.TagClassName
{
border-color: #A491E7;
}
</style>