Shades of Biloba Flower #A891CE
Tints of Biloba Flower #A891CE
RGB
CMYK
RGB Variations
Color information
#A891CE (or 0xA891CE) is known color: Biloba Flower. HEX triplet: A8, 91 and CE. RGB value is (168,145,206). Sum of RGB (Red+Green+Blue) = 168+145+206=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A891CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891CE is #576E31. Grayscale: #9E9E9E. Windows color (decimal): -5729842 or 13537704. OLE color: 13537704.
HSL color Cylindrical-coordinate representation of color #A891CE: hue angle of 262.62º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A891CE is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 145 | 206 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.19 |
| HSL | 262.62º | 0.38% | 0.69% | - |
| HSV(B) | 262.62º | 0.3% | 0.81% | - |
| XYZ | 37.41 | 33.03 | 62.8 | - |
| YUV | 158.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 206 | 0.18 | 0.30 | 0 | 0.19 | 262.62 | 0.38 | 0.69 |
| Hex | A8 | 91 | CE | 12 | 1E | 0 | 13 | 107 | 26 | 45 |
| Octal | 250 | 221 | 316 | 22 | 36 | 0 | 23 | 407 | 46 | 105 |
| Binary | 10101000 | 10010001 | 11001110 | 10010 | 11110 | 0 | 10011 | 100000111 | 100110 | 1000101 |
Color Harmonies of #A891CE
Complementary color
Monochromatic Colors of #A891CE
Black with #A891CE
Text Example
Text Example
White with #A891CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891CE; }
p { color: rgb(168,145,206); }
H1.HeaderClassName
{
color: #A891CE;
}
.AnyTagClassName
{
color: #A891CE;
}
</style>
background-color css
<style>
a { background-color: #A891CE; }
a { background-color: rgb(168,145,206); }
div.DivClassName
{
background-color: #A891CE;
}
.BgClassName
{
background-color: #A891CE;
}
</style>
border-color css
<style>
span { border-color: #A891CE; }
span { border-color: rgb(168,145,206); }
td.TdClassName
{
border-color: #A891CE;
}
.TagClassName
{
border-color: #A891CE;
}
</style>