Shades of Biloba Flower #A89BEC
Tints of Biloba Flower #A89BEC
RGB
CMYK
RGB Variations
Color information
#A89BEC (or 0xA89BEC) is known color: Biloba Flower. HEX triplet: A8, 9B and EC. RGB value is (168,155,236). Sum of RGB (Red+Green+Blue) = 168+155+236=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #A89BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89BEC is #576413. Grayscale: #A7A7A7. Windows color (decimal): -5727252 or 15506344. OLE color: 15506344.
HSL color Cylindrical-coordinate representation of color #A89BEC: hue angle of 249.63º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A89BEC is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 155 | 236 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.07 |
| HSL | 249.63º | 0.68% | 0.77% | - |
| HSV(B) | 249.63º | 0.34% | 0.93% | - |
| XYZ | 43.01 | 37.82 | 84.39 | - |
| YUV | 168.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 236 | 0.29 | 0.34 | 0 | 0.07 | 249.63 | 0.68 | 0.77 |
| Hex | A8 | 9B | EC | 1D | 22 | 0 | 7 | FA | 44 | 4D |
| Octal | 250 | 233 | 354 | 35 | 42 | 0 | 7 | 372 | 104 | 115 |
| Binary | 10101000 | 10011011 | 11101100 | 11101 | 100010 | 0 | 111 | 11111010 | 1000100 | 1001101 |
Color Harmonies of #A89BEC
Complementary color
Monochromatic Colors of #A89BEC
Black with #A89BEC
Text Example
Text Example
White with #A89BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BEC; }
p { color: rgb(168,155,236); }
H1.HeaderClassName
{
color: #A89BEC;
}
.AnyTagClassName
{
color: #A89BEC;
}
</style>
background-color css
<style>
a { background-color: #A89BEC; }
a { background-color: rgb(168,155,236); }
div.DivClassName
{
background-color: #A89BEC;
}
.BgClassName
{
background-color: #A89BEC;
}
</style>
border-color css
<style>
span { border-color: #A89BEC; }
span { border-color: rgb(168,155,236); }
td.TdClassName
{
border-color: #A89BEC;
}
.TagClassName
{
border-color: #A89BEC;
}
</style>