Shades of Biloba Flower #A891E2
Tints of Biloba Flower #A891E2
RGB
CMYK
RGB Variations
Color information
#A891E2 (or 0xA891E2) is known color: Biloba Flower. HEX triplet: A8, 91 and E2. RGB value is (168,145,226). Sum of RGB (Red+Green+Blue) = 168+145+226=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #A891E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891E2 is #576E1D. Grayscale: #A0A0A0. Windows color (decimal): -5729822 or 14848424. OLE color: 14848424.
HSL color Cylindrical-coordinate representation of color #A891E2: hue angle of 257.04º 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 #A891E2 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 145 | 226 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.11 |
| HSL | 257.04º | 0.58% | 0.73% | - |
| HSV(B) | 257.04º | 0.36% | 0.89% | - |
| XYZ | 40 | 34.07 | 76.42 | - |
| YUV | 161.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 226 | 0.26 | 0.36 | 0 | 0.11 | 257.04 | 0.58 | 0.73 |
| Hex | A8 | 91 | E2 | 1A | 24 | 0 | B | 101 | 3A | 49 |
| Octal | 250 | 221 | 342 | 32 | 44 | 0 | 13 | 401 | 72 | 111 |
| Binary | 10101000 | 10010001 | 11100010 | 11010 | 100100 | 0 | 1011 | 100000001 | 111010 | 1001001 |
Color Harmonies of #A891E2
Complementary color
Monochromatic Colors of #A891E2
Black with #A891E2
Text Example
Text Example
White with #A891E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891E2; }
p { color: rgb(168,145,226); }
H1.HeaderClassName
{
color: #A891E2;
}
.AnyTagClassName
{
color: #A891E2;
}
</style>
background-color css
<style>
a { background-color: #A891E2; }
a { background-color: rgb(168,145,226); }
div.DivClassName
{
background-color: #A891E2;
}
.BgClassName
{
background-color: #A891E2;
}
</style>
border-color css
<style>
span { border-color: #A891E2; }
span { border-color: rgb(168,145,226); }
td.TdClassName
{
border-color: #A891E2;
}
.TagClassName
{
border-color: #A891E2;
}
</style>