Shades of Biloba Flower #A89BDA
Tints of Biloba Flower #A89BDA
RGB
CMYK
RGB Variations
Color information
#A89BDA (or 0xA89BDA) is known color: Biloba Flower. HEX triplet: A8, 9B and DA. RGB value is (168,155,218). Sum of RGB (Red+Green+Blue) = 168+155+218=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #A89BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BDA is #576425. Grayscale: #A5A5A5. Windows color (decimal): -5727270 or 14326696. OLE color: 14326696.
HSL color Cylindrical-coordinate representation of color #A89BDA: hue angle of 252.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89BDA is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 155 | 218 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.15 |
| HSL | 252.38º | 0.46% | 0.73% | - |
| HSV(B) | 252.38º | 0.29% | 0.85% | - |
| XYZ | 40.52 | 36.83 | 71.3 | - |
| YUV | 166.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 218 | 0.23 | 0.29 | 0 | 0.15 | 252.38 | 0.46 | 0.73 |
| Hex | A8 | 9B | DA | 17 | 1D | 0 | F | FC | 2E | 49 |
| Octal | 250 | 233 | 332 | 27 | 35 | 0 | 17 | 374 | 56 | 111 |
| Binary | 10101000 | 10011011 | 11011010 | 10111 | 11101 | 0 | 1111 | 11111100 | 101110 | 1001001 |
Color Harmonies of #A89BDA
Complementary color
Monochromatic Colors of #A89BDA
Black with #A89BDA
Text Example
Text Example
White with #A89BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BDA; }
p { color: rgb(168,155,218); }
H1.HeaderClassName
{
color: #A89BDA;
}
.AnyTagClassName
{
color: #A89BDA;
}
</style>
background-color css
<style>
a { background-color: #A89BDA; }
a { background-color: rgb(168,155,218); }
div.DivClassName
{
background-color: #A89BDA;
}
.BgClassName
{
background-color: #A89BDA;
}
</style>
border-color css
<style>
span { border-color: #A89BDA; }
span { border-color: rgb(168,155,218); }
td.TdClassName
{
border-color: #A89BDA;
}
.TagClassName
{
border-color: #A89BDA;
}
</style>