Shades of Biloba Flower #A08DD9
Tints of Biloba Flower #A08DD9
RGB
CMYK
RGB Variations
Color information
#A08DD9 (or 0xA08DD9) is known color: Biloba Flower. HEX triplet: A0, 8D and D9. RGB value is (160,141,217). Sum of RGB (Red+Green+Blue) = 160+141+217=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #A08DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DD9 is #5F7226. Grayscale: #9B9B9B. Windows color (decimal): -6255143 or 14257568. OLE color: 14257568.
HSL color Cylindrical-coordinate representation of color #A08DD9: hue angle of 255º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A08DD9 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 141 | 217 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.15 |
| HSL | 255º | 0.5% | 0.7% | - |
| HSV(B) | 255º | 0.35% | 0.85% | - |
| XYZ | 36.55 | 31.53 | 69.81 | - |
| YUV | 155.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 217 | 0.26 | 0.35 | 0 | 0.15 | 255 | 0.5 | 0.7 |
| Hex | A0 | 8D | D9 | 1A | 23 | 0 | F | FF | 32 | 46 |
| Octal | 240 | 215 | 331 | 32 | 43 | 0 | 17 | 377 | 62 | 106 |
| Binary | 10100000 | 10001101 | 11011001 | 11010 | 100011 | 0 | 1111 | 11111111 | 110010 | 1000110 |
Color Harmonies of #A08DD9
Complementary color
Monochromatic Colors of #A08DD9
Black with #A08DD9
Text Example
Text Example
White with #A08DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DD9; }
p { color: rgb(160,141,217); }
H1.HeaderClassName
{
color: #A08DD9;
}
.AnyTagClassName
{
color: #A08DD9;
}
</style>
background-color css
<style>
a { background-color: #A08DD9; }
a { background-color: rgb(160,141,217); }
div.DivClassName
{
background-color: #A08DD9;
}
.BgClassName
{
background-color: #A08DD9;
}
</style>
border-color css
<style>
span { border-color: #A08DD9; }
span { border-color: rgb(160,141,217); }
td.TdClassName
{
border-color: #A08DD9;
}
.TagClassName
{
border-color: #A08DD9;
}
</style>