Shades of Biloba Flower #A891E9
Tints of Biloba Flower #A891E9
RGB
CMYK
RGB Variations
Color information
#A891E9 (or 0xA891E9) is known color: Biloba Flower. HEX triplet: A8, 91 and E9. RGB value is (168,145,233). Sum of RGB (Red+Green+Blue) = 168+145+233=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 233 - color contains mainly: blue. Hex color #A891E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A891E9 is #576E16. Grayscale: #A1A1A1. Windows color (decimal): -5729815 or 15307176. OLE color: 15307176.
HSL color Cylindrical-coordinate representation of color #A891E9: hue angle of 255.68º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A891E9 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 145 | 233 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.09 |
| HSL | 255.68º | 0.67% | 0.74% | - |
| HSV(B) | 255.68º | 0.38% | 0.91% | - |
| XYZ | 40.98 | 34.46 | 81.58 | - |
| YUV | 161.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 233 | 0.28 | 0.38 | 0 | 0.09 | 255.68 | 0.67 | 0.74 |
| Hex | A8 | 91 | E9 | 1C | 26 | 0 | 9 | 100 | 43 | 4A |
| Octal | 250 | 221 | 351 | 34 | 46 | 0 | 11 | 400 | 103 | 112 |
| Binary | 10101000 | 10010001 | 11101001 | 11100 | 100110 | 0 | 1001 | 100000000 | 1000011 | 1001010 |
Color Harmonies of #A891E9
Complementary color
Monochromatic Colors of #A891E9
Black with #A891E9
Text Example
Text Example
White with #A891E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891E9; }
p { color: rgb(168,145,233); }
H1.HeaderClassName
{
color: #A891E9;
}
.AnyTagClassName
{
color: #A891E9;
}
</style>
background-color css
<style>
a { background-color: #A891E9; }
a { background-color: rgb(168,145,233); }
div.DivClassName
{
background-color: #A891E9;
}
.BgClassName
{
background-color: #A891E9;
}
</style>
border-color css
<style>
span { border-color: #A891E9; }
span { border-color: rgb(168,145,233); }
td.TdClassName
{
border-color: #A891E9;
}
.TagClassName
{
border-color: #A891E9;
}
</style>