Shades of Biloba Flower #A291E2
Tints of Biloba Flower #A291E2
RGB
CMYK
RGB Variations
Color information
#A291E2 (or 0xA291E2) is known color: Biloba Flower. HEX triplet: A2, 91 and E2. RGB value is (162,145,226). Sum of RGB (Red+Green+Blue) = 162+145+226=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 226 - color contains mainly: blue. Hex color #A291E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291E2 is #5D6E1D. Grayscale: #9F9F9F. Windows color (decimal): -6123038 or 14848418. OLE color: 14848418.
HSL color Cylindrical-coordinate representation of color #A291E2: hue angle of 252.59º 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 #A291E2 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 145 | 226 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.11 |
| HSL | 252.59º | 0.58% | 0.73% | - |
| HSV(B) | 252.59º | 0.36% | 0.89% | - |
| XYZ | 38.75 | 33.42 | 76.36 | - |
| YUV | 159.32 | 165.63 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 226 | 0.28 | 0.36 | 0 | 0.11 | 252.59 | 0.58 | 0.73 |
| Hex | A2 | 91 | E2 | 1C | 24 | 0 | B | FD | 3A | 49 |
| Octal | 242 | 221 | 342 | 34 | 44 | 0 | 13 | 375 | 72 | 111 |
| Binary | 10100010 | 10010001 | 11100010 | 11100 | 100100 | 0 | 1011 | 11111101 | 111010 | 1001001 |
Color Harmonies of #A291E2
Complementary color
Monochromatic Colors of #A291E2
Black with #A291E2
Text Example
Text Example
White with #A291E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A291E2; }
p { color: rgb(162,145,226); }
H1.HeaderClassName
{
color: #A291E2;
}
.AnyTagClassName
{
color: #A291E2;
}
</style>
background-color css
<style>
a { background-color: #A291E2; }
a { background-color: rgb(162,145,226); }
div.DivClassName
{
background-color: #A291E2;
}
.BgClassName
{
background-color: #A291E2;
}
</style>
border-color css
<style>
span { border-color: #A291E2; }
span { border-color: rgb(162,145,226); }
td.TdClassName
{
border-color: #A291E2;
}
.TagClassName
{
border-color: #A291E2;
}
</style>