Shades of Biloba Flower #A189D9
Tints of Biloba Flower #A189D9
RGB
CMYK
RGB Variations
Color information
#A189D9 (or 0xA189D9) is known color: Biloba Flower. HEX triplet: A1, 89 and D9. RGB value is (161,137,217). Sum of RGB (Red+Green+Blue) = 161+137+217=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #A189D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189D9 is #5E7626. Grayscale: #999999. Windows color (decimal): -6190631 or 14256545. OLE color: 14256545.
HSL color Cylindrical-coordinate representation of color #A189D9: hue angle of 258º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A189D9 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 137 | 217 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.15 |
| HSL | 258º | 0.51% | 0.69% | - |
| HSV(B) | 258º | 0.37% | 0.85% | - |
| XYZ | 36.17 | 30.48 | 69.62 | - |
| YUV | 153.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 217 | 0.26 | 0.37 | 0 | 0.15 | 258 | 0.51 | 0.69 |
| Hex | A1 | 89 | D9 | 1A | 25 | 0 | F | 102 | 33 | 45 |
| Octal | 241 | 211 | 331 | 32 | 45 | 0 | 17 | 402 | 63 | 105 |
| Binary | 10100001 | 10001001 | 11011001 | 11010 | 100101 | 0 | 1111 | 100000010 | 110011 | 1000101 |
Color Harmonies of #A189D9
Complementary color
Monochromatic Colors of #A189D9
Black with #A189D9
Text Example
Text Example
White with #A189D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189D9; }
p { color: rgb(161,137,217); }
H1.HeaderClassName
{
color: #A189D9;
}
.AnyTagClassName
{
color: #A189D9;
}
</style>
background-color css
<style>
a { background-color: #A189D9; }
a { background-color: rgb(161,137,217); }
div.DivClassName
{
background-color: #A189D9;
}
.BgClassName
{
background-color: #A189D9;
}
</style>
border-color css
<style>
span { border-color: #A189D9; }
span { border-color: rgb(161,137,217); }
td.TdClassName
{
border-color: #A189D9;
}
.TagClassName
{
border-color: #A189D9;
}
</style>