Shades of Biloba Flower #A986DB
Tints of Biloba Flower #A986DB
RGB
CMYK
RGB Variations
Color information
#A986DB (or 0xA986DB) is known color: Biloba Flower. HEX triplet: A9, 86 and DB. RGB value is (169,134,219). Sum of RGB (Red+Green+Blue) = 169+134+219=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #A986DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986DB is #567924. Grayscale: #999999. Windows color (decimal): -5667109 or 14386857. OLE color: 14386857.
HSL color Cylindrical-coordinate representation of color #A986DB: hue angle of 264.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A986DB is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 134 | 219 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.14 |
| HSL | 264.71º | 0.54% | 0.69% | - |
| HSV(B) | 264.71º | 0.39% | 0.86% | - |
| XYZ | 37.67 | 30.6 | 70.94 | - |
| YUV | 154.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 219 | 0.23 | 0.39 | 0 | 0.14 | 264.71 | 0.54 | 0.69 |
| Hex | A9 | 86 | DB | 17 | 27 | 0 | E | 109 | 36 | 45 |
| Octal | 251 | 206 | 333 | 27 | 47 | 0 | 16 | 411 | 66 | 105 |
| Binary | 10101001 | 10000110 | 11011011 | 10111 | 100111 | 0 | 1110 | 100001001 | 110110 | 1000101 |
Color Harmonies of #A986DB
Complementary color
Monochromatic Colors of #A986DB
Black with #A986DB
Text Example
Text Example
White with #A986DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A986DB; }
p { color: rgb(169,134,219); }
H1.HeaderClassName
{
color: #A986DB;
}
.AnyTagClassName
{
color: #A986DB;
}
</style>
background-color css
<style>
a { background-color: #A986DB; }
a { background-color: rgb(169,134,219); }
div.DivClassName
{
background-color: #A986DB;
}
.BgClassName
{
background-color: #A986DB;
}
</style>
border-color css
<style>
span { border-color: #A986DB; }
span { border-color: rgb(169,134,219); }
td.TdClassName
{
border-color: #A986DB;
}
.TagClassName
{
border-color: #A986DB;
}
</style>