Shades of Biloba Flower #A89ADB
Tints of Biloba Flower #A89ADB
RGB
CMYK
RGB Variations
Color information
#A89ADB (or 0xA89ADB) is known color: Biloba Flower. HEX triplet: A8, 9A and DB. RGB value is (168,154,219). Sum of RGB (Red+Green+Blue) = 168+154+219=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #A89ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ADB is #576524. Grayscale: #A5A5A5. Windows color (decimal): -5727525 or 14391976. OLE color: 14391976.
HSL color Cylindrical-coordinate representation of color #A89ADB: hue angle of 252.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89ADB is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 154 | 219 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.14 |
| HSL | 252.92º | 0.47% | 0.73% | - |
| HSV(B) | 252.92º | 0.3% | 0.86% | - |
| XYZ | 40.49 | 36.55 | 71.94 | - |
| YUV | 165.6 | 158.14 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 219 | 0.23 | 0.30 | 0 | 0.14 | 252.92 | 0.47 | 0.73 |
| Hex | A8 | 9A | DB | 17 | 1E | 0 | E | FD | 2F | 49 |
| Octal | 250 | 232 | 333 | 27 | 36 | 0 | 16 | 375 | 57 | 111 |
| Binary | 10101000 | 10011010 | 11011011 | 10111 | 11110 | 0 | 1110 | 11111101 | 101111 | 1001001 |
Color Harmonies of #A89ADB
Complementary color
Monochromatic Colors of #A89ADB
Black with #A89ADB
Text Example
Text Example
White with #A89ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89ADB; }
p { color: rgb(168,154,219); }
H1.HeaderClassName
{
color: #A89ADB;
}
.AnyTagClassName
{
color: #A89ADB;
}
</style>
background-color css
<style>
a { background-color: #A89ADB; }
a { background-color: rgb(168,154,219); }
div.DivClassName
{
background-color: #A89ADB;
}
.BgClassName
{
background-color: #A89ADB;
}
</style>
border-color css
<style>
span { border-color: #A89ADB; }
span { border-color: rgb(168,154,219); }
td.TdClassName
{
border-color: #A89ADB;
}
.TagClassName
{
border-color: #A89ADB;
}
</style>