Shades of Biloba Flower #A189DD
Tints of Biloba Flower #A189DD
RGB
CMYK
RGB Variations
Color information
#A189DD (or 0xA189DD) is known color: Biloba Flower. HEX triplet: A1, 89 and DD. RGB value is (161,137,221). Sum of RGB (Red+Green+Blue) = 161+137+221=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A189DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189DD is #5E7622. Grayscale: #999999. Windows color (decimal): -6190627 or 14518689. OLE color: 14518689.
HSL color Cylindrical-coordinate representation of color #A189DD: hue angle of 257.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A189DD is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 137 | 221 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.13 |
| HSL | 257.14º | 0.55% | 0.7% | - |
| HSV(B) | 257.14º | 0.38% | 0.87% | - |
| XYZ | 36.69 | 30.69 | 72.4 | - |
| YUV | 153.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 221 | 0.27 | 0.38 | 0 | 0.13 | 257.14 | 0.55 | 0.7 |
| Hex | A1 | 89 | DD | 1B | 26 | 0 | D | 101 | 37 | 46 |
| Octal | 241 | 211 | 335 | 33 | 46 | 0 | 15 | 401 | 67 | 106 |
| Binary | 10100001 | 10001001 | 11011101 | 11011 | 100110 | 0 | 1101 | 100000001 | 110111 | 1000110 |
Color Harmonies of #A189DD
Complementary color
Monochromatic Colors of #A189DD
Black with #A189DD
Text Example
Text Example
White with #A189DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189DD; }
p { color: rgb(161,137,221); }
H1.HeaderClassName
{
color: #A189DD;
}
.AnyTagClassName
{
color: #A189DD;
}
</style>
background-color css
<style>
a { background-color: #A189DD; }
a { background-color: rgb(161,137,221); }
div.DivClassName
{
background-color: #A189DD;
}
.BgClassName
{
background-color: #A189DD;
}
</style>
border-color css
<style>
span { border-color: #A189DD; }
span { border-color: rgb(161,137,221); }
td.TdClassName
{
border-color: #A189DD;
}
.TagClassName
{
border-color: #A189DD;
}
</style>