Shades of Biloba Flower #A89ADE
Tints of Biloba Flower #A89ADE
RGB
CMYK
RGB Variations
Color information
#A89ADE (or 0xA89ADE) is known color: Biloba Flower. HEX triplet: A8, 9A and DE. RGB value is (168,154,222). Sum of RGB (Red+Green+Blue) = 168+154+222=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #A89ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ADE is #576521. Grayscale: #A5A5A5. Windows color (decimal): -5727522 or 14588584. OLE color: 14588584.
HSL color Cylindrical-coordinate representation of color #A89ADE: hue angle of 252.35º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A89ADE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 154 | 222 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.13 |
| HSL | 252.35º | 0.51% | 0.74% | - |
| HSV(B) | 252.35º | 0.31% | 0.87% | - |
| XYZ | 40.89 | 36.71 | 74.04 | - |
| YUV | 165.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 222 | 0.24 | 0.31 | 0 | 0.13 | 252.35 | 0.51 | 0.74 |
| Hex | A8 | 9A | DE | 18 | 1F | 0 | D | FC | 33 | 4A |
| Octal | 250 | 232 | 336 | 30 | 37 | 0 | 15 | 374 | 63 | 112 |
| Binary | 10101000 | 10011010 | 11011110 | 11000 | 11111 | 0 | 1101 | 11111100 | 110011 | 1001010 |
Color Harmonies of #A89ADE
Complementary color
Monochromatic Colors of #A89ADE
Black with #A89ADE
Text Example
Text Example
White with #A89ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89ADE; }
p { color: rgb(168,154,222); }
H1.HeaderClassName
{
color: #A89ADE;
}
.AnyTagClassName
{
color: #A89ADE;
}
</style>
background-color css
<style>
a { background-color: #A89ADE; }
a { background-color: rgb(168,154,222); }
div.DivClassName
{
background-color: #A89ADE;
}
.BgClassName
{
background-color: #A89ADE;
}
</style>
border-color css
<style>
span { border-color: #A89ADE; }
span { border-color: rgb(168,154,222); }
td.TdClassName
{
border-color: #A89ADE;
}
.TagClassName
{
border-color: #A89ADE;
}
</style>