Shades of Biloba Flower #A789DB
Tints of Biloba Flower #A789DB
RGB
CMYK
RGB Variations
Color information
#A789DB (or 0xA789DB) is known color: Biloba Flower. HEX triplet: A7, 89 and DB. RGB value is (167,137,219). Sum of RGB (Red+Green+Blue) = 167+137+219=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #A789DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A789DB is #587624. Grayscale: #9B9B9B. Windows color (decimal): -5797413 or 14387623. OLE color: 14387623.
HSL color Cylindrical-coordinate representation of color #A789DB: hue angle of 261.95º 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 #A789DB is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 137 | 219 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.14 |
| HSL | 261.95º | 0.53% | 0.7% | - |
| HSV(B) | 261.95º | 0.37% | 0.86% | - |
| XYZ | 37.67 | 31.22 | 71.06 | - |
| YUV | 155.32 | 163.94 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 219 | 0.24 | 0.37 | 0 | 0.14 | 261.95 | 0.53 | 0.7 |
| Hex | A7 | 89 | DB | 18 | 25 | 0 | E | 106 | 35 | 46 |
| Octal | 247 | 211 | 333 | 30 | 45 | 0 | 16 | 406 | 65 | 106 |
| Binary | 10100111 | 10001001 | 11011011 | 11000 | 100101 | 0 | 1110 | 100000110 | 110101 | 1000110 |
Color Harmonies of #A789DB
Complementary color
Monochromatic Colors of #A789DB
Black with #A789DB
Text Example
Text Example
White with #A789DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A789DB; }
p { color: rgb(167,137,219); }
H1.HeaderClassName
{
color: #A789DB;
}
.AnyTagClassName
{
color: #A789DB;
}
</style>
background-color css
<style>
a { background-color: #A789DB; }
a { background-color: rgb(167,137,219); }
div.DivClassName
{
background-color: #A789DB;
}
.BgClassName
{
background-color: #A789DB;
}
</style>
border-color css
<style>
span { border-color: #A789DB; }
span { border-color: rgb(167,137,219); }
td.TdClassName
{
border-color: #A789DB;
}
.TagClassName
{
border-color: #A789DB;
}
</style>