Shades of Biloba Flower #A891E4
Tints of Biloba Flower #A891E4
RGB
CMYK
RGB Variations
Color information
#A891E4 (or 0xA891E4) is known color: Biloba Flower. HEX triplet: A8, 91 and E4. RGB value is (168,145,228). Sum of RGB (Red+Green+Blue) = 168+145+228=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #A891E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891E4 is #576E1B. Grayscale: #A1A1A1. Windows color (decimal): -5729820 or 14979496. OLE color: 14979496.
HSL color Cylindrical-coordinate representation of color #A891E4: hue angle of 256.63º degrees, saturation: 0.61, 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 #A891E4 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 145 | 228 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.11 |
| HSL | 256.63º | 0.61% | 0.73% | - |
| HSV(B) | 256.63º | 0.36% | 0.89% | - |
| XYZ | 40.28 | 34.18 | 77.87 | - |
| YUV | 161.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 228 | 0.26 | 0.36 | 0 | 0.11 | 256.63 | 0.61 | 0.73 |
| Hex | A8 | 91 | E4 | 1A | 24 | 0 | B | 101 | 3D | 49 |
| Octal | 250 | 221 | 344 | 32 | 44 | 0 | 13 | 401 | 75 | 111 |
| Binary | 10101000 | 10010001 | 11100100 | 11010 | 100100 | 0 | 1011 | 100000001 | 111101 | 1001001 |
Color Harmonies of #A891E4
Complementary color
Monochromatic Colors of #A891E4
Black with #A891E4
Text Example
Text Example
White with #A891E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891E4; }
p { color: rgb(168,145,228); }
H1.HeaderClassName
{
color: #A891E4;
}
.AnyTagClassName
{
color: #A891E4;
}
</style>
background-color css
<style>
a { background-color: #A891E4; }
a { background-color: rgb(168,145,228); }
div.DivClassName
{
background-color: #A891E4;
}
.BgClassName
{
background-color: #A891E4;
}
</style>
border-color css
<style>
span { border-color: #A891E4; }
span { border-color: rgb(168,145,228); }
td.TdClassName
{
border-color: #A891E4;
}
.TagClassName
{
border-color: #A891E4;
}
</style>