Shades of Biloba Flower #A291EE
Tints of Biloba Flower #A291EE
RGB
CMYK
RGB Variations
Color information
#A291EE (or 0xA291EE) is known color: Biloba Flower. HEX triplet: A2, 91 and EE. RGB value is (162,145,238). Sum of RGB (Red+Green+Blue) = 162+145+238=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #A291EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A291EE is #5D6E11. Grayscale: #A0A0A0. Windows color (decimal): -6123026 or 15634850. OLE color: 15634850.
HSL color Cylindrical-coordinate representation of color #A291EE: hue angle of 250.97º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A291EE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 145 | 238 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.07 |
| HSL | 250.97º | 0.73% | 0.75% | - |
| HSV(B) | 250.97º | 0.39% | 0.93% | - |
| XYZ | 40.46 | 34.11 | 85.34 | - |
| YUV | 160.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 238 | 0.32 | 0.39 | 0 | 0.07 | 250.97 | 0.73 | 0.75 |
| Hex | A2 | 91 | EE | 20 | 27 | 0 | 7 | FB | 49 | 4B |
| Octal | 242 | 221 | 356 | 40 | 47 | 0 | 7 | 373 | 111 | 113 |
| Binary | 10100010 | 10010001 | 11101110 | 100000 | 100111 | 0 | 111 | 11111011 | 1001001 | 1001011 |
Color Harmonies of #A291EE
Complementary color
Monochromatic Colors of #A291EE
Black with #A291EE
Text Example
Text Example
White with #A291EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A291EE; }
p { color: rgb(162,145,238); }
H1.HeaderClassName
{
color: #A291EE;
}
.AnyTagClassName
{
color: #A291EE;
}
</style>
background-color css
<style>
a { background-color: #A291EE; }
a { background-color: rgb(162,145,238); }
div.DivClassName
{
background-color: #A291EE;
}
.BgClassName
{
background-color: #A291EE;
}
</style>
border-color css
<style>
span { border-color: #A291EE; }
span { border-color: rgb(162,145,238); }
td.TdClassName
{
border-color: #A291EE;
}
.TagClassName
{
border-color: #A291EE;
}
</style>