Shades of Biloba Flower #A891E6
Tints of Biloba Flower #A891E6
RGB
CMYK
RGB Variations
Color information
#A891E6 (or 0xA891E6) is known color: Biloba Flower. HEX triplet: A8, 91 and E6. RGB value is (168,145,230). Sum of RGB (Red+Green+Blue) = 168+145+230=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #A891E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A891E6 is #576E19. Grayscale: #A1A1A1. Windows color (decimal): -5729818 or 15110568. OLE color: 15110568.
HSL color Cylindrical-coordinate representation of color #A891E6: hue angle of 256.24º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A891E6 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 145 | 230 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.10 |
| HSL | 256.24º | 0.63% | 0.74% | - |
| HSV(B) | 256.24º | 0.37% | 0.9% | - |
| XYZ | 40.56 | 34.29 | 79.34 | - |
| YUV | 161.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 230 | 0.27 | 0.37 | 0 | 0.10 | 256.24 | 0.63 | 0.74 |
| Hex | A8 | 91 | E6 | 1B | 25 | 0 | A | 100 | 3F | 4A |
| Octal | 250 | 221 | 346 | 33 | 45 | 0 | 12 | 400 | 77 | 112 |
| Binary | 10101000 | 10010001 | 11100110 | 11011 | 100101 | 0 | 1010 | 100000000 | 111111 | 1001010 |
Color Harmonies of #A891E6
Complementary color
Monochromatic Colors of #A891E6
Black with #A891E6
Text Example
Text Example
White with #A891E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891E6; }
p { color: rgb(168,145,230); }
H1.HeaderClassName
{
color: #A891E6;
}
.AnyTagClassName
{
color: #A891E6;
}
</style>
background-color css
<style>
a { background-color: #A891E6; }
a { background-color: rgb(168,145,230); }
div.DivClassName
{
background-color: #A891E6;
}
.BgClassName
{
background-color: #A891E6;
}
</style>
border-color css
<style>
span { border-color: #A891E6; }
span { border-color: rgb(168,145,230); }
td.TdClassName
{
border-color: #A891E6;
}
.TagClassName
{
border-color: #A891E6;
}
</style>