Shades of Biloba Flower #A491E2
Tints of Biloba Flower #A491E2
RGB
CMYK
RGB Variations
Color information
#A491E2 (or 0xA491E2) is known color: Biloba Flower. HEX triplet: A4, 91 and E2. RGB value is (164,145,226). Sum of RGB (Red+Green+Blue) = 164+145+226=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #A491E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491E2 is #5B6E1D. Grayscale: #9F9F9F. Windows color (decimal): -5991966 or 14848420. OLE color: 14848420.
HSL color Cylindrical-coordinate representation of color #A491E2: hue angle of 254.07º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A491E2 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 145 | 226 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.11 |
| HSL | 254.07º | 0.58% | 0.73% | - |
| HSV(B) | 254.07º | 0.36% | 0.89% | - |
| XYZ | 39.16 | 33.63 | 76.38 | - |
| YUV | 159.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 226 | 0.27 | 0.36 | 0 | 0.11 | 254.07 | 0.58 | 0.73 |
| Hex | A4 | 91 | E2 | 1B | 24 | 0 | B | FE | 3A | 49 |
| Octal | 244 | 221 | 342 | 33 | 44 | 0 | 13 | 376 | 72 | 111 |
| Binary | 10100100 | 10010001 | 11100010 | 11011 | 100100 | 0 | 1011 | 11111110 | 111010 | 1001001 |
Color Harmonies of #A491E2
Complementary color
Monochromatic Colors of #A491E2
Black with #A491E2
Text Example
Text Example
White with #A491E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A491E2; }
p { color: rgb(164,145,226); }
H1.HeaderClassName
{
color: #A491E2;
}
.AnyTagClassName
{
color: #A491E2;
}
</style>
background-color css
<style>
a { background-color: #A491E2; }
a { background-color: rgb(164,145,226); }
div.DivClassName
{
background-color: #A491E2;
}
.BgClassName
{
background-color: #A491E2;
}
</style>
border-color css
<style>
span { border-color: #A491E2; }
span { border-color: rgb(164,145,226); }
td.TdClassName
{
border-color: #A491E2;
}
.TagClassName
{
border-color: #A491E2;
}
</style>