Shades of Biloba Flower #A989DB
Tints of Biloba Flower #A989DB
RGB
CMYK
RGB Variations
Color information
#A989DB (or 0xA989DB) is known color: Biloba Flower. HEX triplet: A9, 89 and DB. RGB value is (169,137,219). Sum of RGB (Red+Green+Blue) = 169+137+219=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #A989DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989DB is #567624. Grayscale: #9B9B9B. Windows color (decimal): -5666341 or 14387625. OLE color: 14387625.
HSL color Cylindrical-coordinate representation of color #A989DB: hue angle of 263.41º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A989DB is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 137 | 219 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.14 |
| HSL | 263.41º | 0.53% | 0.7% | - |
| HSV(B) | 263.41º | 0.37% | 0.86% | - |
| XYZ | 38.09 | 31.44 | 71.08 | - |
| YUV | 155.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 219 | 0.23 | 0.37 | 0 | 0.14 | 263.41 | 0.53 | 0.7 |
| Hex | A9 | 89 | DB | 17 | 25 | 0 | E | 107 | 35 | 46 |
| Octal | 251 | 211 | 333 | 27 | 45 | 0 | 16 | 407 | 65 | 106 |
| Binary | 10101001 | 10001001 | 11011011 | 10111 | 100101 | 0 | 1110 | 100000111 | 110101 | 1000110 |
Color Harmonies of #A989DB
Complementary color
Monochromatic Colors of #A989DB
Black with #A989DB
Text Example
Text Example
White with #A989DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A989DB; }
p { color: rgb(169,137,219); }
H1.HeaderClassName
{
color: #A989DB;
}
.AnyTagClassName
{
color: #A989DB;
}
</style>
background-color css
<style>
a { background-color: #A989DB; }
a { background-color: rgb(169,137,219); }
div.DivClassName
{
background-color: #A989DB;
}
.BgClassName
{
background-color: #A989DB;
}
</style>
border-color css
<style>
span { border-color: #A989DB; }
span { border-color: rgb(169,137,219); }
td.TdClassName
{
border-color: #A989DB;
}
.TagClassName
{
border-color: #A989DB;
}
</style>