Shades of Biloba Flower #A188DB
Tints of Biloba Flower #A188DB
RGB
CMYK
RGB Variations
Color information
#A188DB (or 0xA188DB) is known color: Biloba Flower. HEX triplet: A1, 88 and DB. RGB value is (161,136,219). Sum of RGB (Red+Green+Blue) = 161+136+219=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #A188DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188DB is #5E7724. Grayscale: #989898. Windows color (decimal): -6190885 or 14387361. OLE color: 14387361.
HSL color Cylindrical-coordinate representation of color #A188DB: hue angle of 258.07º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A188DB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 136 | 219 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.14 |
| HSL | 258.07º | 0.54% | 0.7% | - |
| HSV(B) | 258.07º | 0.38% | 0.86% | - |
| XYZ | 36.29 | 30.3 | 70.95 | - |
| YUV | 152.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 219 | 0.26 | 0.38 | 0 | 0.14 | 258.07 | 0.54 | 0.7 |
| Hex | A1 | 88 | DB | 1A | 26 | 0 | E | 102 | 36 | 46 |
| Octal | 241 | 210 | 333 | 32 | 46 | 0 | 16 | 402 | 66 | 106 |
| Binary | 10100001 | 10001000 | 11011011 | 11010 | 100110 | 0 | 1110 | 100000010 | 110110 | 1000110 |
Color Harmonies of #A188DB
Complementary color
Monochromatic Colors of #A188DB
Black with #A188DB
Text Example
Text Example
White with #A188DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188DB; }
p { color: rgb(161,136,219); }
H1.HeaderClassName
{
color: #A188DB;
}
.AnyTagClassName
{
color: #A188DB;
}
</style>
background-color css
<style>
a { background-color: #A188DB; }
a { background-color: rgb(161,136,219); }
div.DivClassName
{
background-color: #A188DB;
}
.BgClassName
{
background-color: #A188DB;
}
</style>
border-color css
<style>
span { border-color: #A188DB; }
span { border-color: rgb(161,136,219); }
td.TdClassName
{
border-color: #A188DB;
}
.TagClassName
{
border-color: #A188DB;
}
</style>