Shades of Biloba Flower #A089DD
Tints of Biloba Flower #A089DD
RGB
CMYK
RGB Variations
Color information
#A089DD (or 0xA089DD) is known color: Biloba Flower. HEX triplet: A0, 89 and DD. RGB value is (160,137,221). Sum of RGB (Red+Green+Blue) = 160+137+221=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #A089DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089DD is #5F7622. Grayscale: #999999. Windows color (decimal): -6256163 or 14518688. OLE color: 14518688.
HSL color Cylindrical-coordinate representation of color #A089DD: hue angle of 256.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A089DD is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 137 | 221 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.13 |
| HSL | 256.43º | 0.55% | 0.7% | - |
| HSV(B) | 256.43º | 0.38% | 0.87% | - |
| XYZ | 36.49 | 30.59 | 72.39 | - |
| YUV | 153.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 221 | 0.28 | 0.38 | 0 | 0.13 | 256.43 | 0.55 | 0.7 |
| Hex | A0 | 89 | DD | 1C | 26 | 0 | D | 100 | 37 | 46 |
| Octal | 240 | 211 | 335 | 34 | 46 | 0 | 15 | 400 | 67 | 106 |
| Binary | 10100000 | 10001001 | 11011101 | 11100 | 100110 | 0 | 1101 | 100000000 | 110111 | 1000110 |
Color Harmonies of #A089DD
Complementary color
Monochromatic Colors of #A089DD
Black with #A089DD
Text Example
Text Example
White with #A089DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089DD; }
p { color: rgb(160,137,221); }
H1.HeaderClassName
{
color: #A089DD;
}
.AnyTagClassName
{
color: #A089DD;
}
</style>
background-color css
<style>
a { background-color: #A089DD; }
a { background-color: rgb(160,137,221); }
div.DivClassName
{
background-color: #A089DD;
}
.BgClassName
{
background-color: #A089DD;
}
</style>
border-color css
<style>
span { border-color: #A089DD; }
span { border-color: rgb(160,137,221); }
td.TdClassName
{
border-color: #A089DD;
}
.TagClassName
{
border-color: #A089DD;
}
</style>