Shades of Biloba Flower #A089DC
Tints of Biloba Flower #A089DC
RGB
CMYK
RGB Variations
Color information
#A089DC (or 0xA089DC) is known color: Biloba Flower. HEX triplet: A0, 89 and DC. RGB value is (160,137,220). Sum of RGB (Red+Green+Blue) = 160+137+220=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #A089DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089DC is #5F7623. Grayscale: #999999. Windows color (decimal): -6256164 or 14453152. OLE color: 14453152.
HSL color Cylindrical-coordinate representation of color #A089DC: hue angle of 256.63º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A089DC is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 137 | 220 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.14 |
| HSL | 256.63º | 0.54% | 0.7% | - |
| HSV(B) | 256.63º | 0.38% | 0.86% | - |
| XYZ | 36.36 | 30.53 | 71.69 | - |
| YUV | 153.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 220 | 0.27 | 0.38 | 0 | 0.14 | 256.63 | 0.54 | 0.7 |
| Hex | A0 | 89 | DC | 1B | 26 | 0 | E | 101 | 36 | 46 |
| Octal | 240 | 211 | 334 | 33 | 46 | 0 | 16 | 401 | 66 | 106 |
| Binary | 10100000 | 10001001 | 11011100 | 11011 | 100110 | 0 | 1110 | 100000001 | 110110 | 1000110 |
Color Harmonies of #A089DC
Complementary color
Monochromatic Colors of #A089DC
Black with #A089DC
Text Example
Text Example
White with #A089DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089DC; }
p { color: rgb(160,137,220); }
H1.HeaderClassName
{
color: #A089DC;
}
.AnyTagClassName
{
color: #A089DC;
}
</style>
background-color css
<style>
a { background-color: #A089DC; }
a { background-color: rgb(160,137,220); }
div.DivClassName
{
background-color: #A089DC;
}
.BgClassName
{
background-color: #A089DC;
}
</style>
border-color css
<style>
span { border-color: #A089DC; }
span { border-color: rgb(160,137,220); }
td.TdClassName
{
border-color: #A089DC;
}
.TagClassName
{
border-color: #A089DC;
}
</style>