Shades of Biloba Flower #A189DF
Tints of Biloba Flower #A189DF
RGB
CMYK
RGB Variations
Color information
#A189DF (or 0xA189DF) is known color: Biloba Flower. HEX triplet: A1, 89 and DF. RGB value is (161,137,223). Sum of RGB (Red+Green+Blue) = 161+137+223=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #A189DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189DF is #5E7620. Grayscale: #999999. Windows color (decimal): -6190625 or 14649761. OLE color: 14649761.
HSL color Cylindrical-coordinate representation of color #A189DF: hue angle of 256.74º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A189DF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 137 | 223 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.13 |
| HSL | 256.74º | 0.57% | 0.71% | - |
| HSV(B) | 256.74º | 0.39% | 0.87% | - |
| XYZ | 36.96 | 30.8 | 73.81 | - |
| YUV | 153.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 223 | 0.28 | 0.39 | 0 | 0.13 | 256.74 | 0.57 | 0.71 |
| Hex | A1 | 89 | DF | 1C | 27 | 0 | D | 101 | 39 | 47 |
| Octal | 241 | 211 | 337 | 34 | 47 | 0 | 15 | 401 | 71 | 107 |
| Binary | 10100001 | 10001001 | 11011111 | 11100 | 100111 | 0 | 1101 | 100000001 | 111001 | 1000111 |
Color Harmonies of #A189DF
Complementary color
Monochromatic Colors of #A189DF
Black with #A189DF
Text Example
Text Example
White with #A189DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189DF; }
p { color: rgb(161,137,223); }
H1.HeaderClassName
{
color: #A189DF;
}
.AnyTagClassName
{
color: #A189DF;
}
</style>
background-color css
<style>
a { background-color: #A189DF; }
a { background-color: rgb(161,137,223); }
div.DivClassName
{
background-color: #A189DF;
}
.BgClassName
{
background-color: #A189DF;
}
</style>
border-color css
<style>
span { border-color: #A189DF; }
span { border-color: rgb(161,137,223); }
td.TdClassName
{
border-color: #A189DF;
}
.TagClassName
{
border-color: #A189DF;
}
</style>