Shades of Biloba Flower #A187DB
Tints of Biloba Flower #A187DB
RGB
CMYK
RGB Variations
Color information
#A187DB (or 0xA187DB) is known color: Biloba Flower. HEX triplet: A1, 87 and DB. RGB value is (161,135,219). Sum of RGB (Red+Green+Blue) = 161+135+219=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A187DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187DB is #5E7824. Grayscale: #989898. Windows color (decimal): -6191141 or 14387105. OLE color: 14387105.
HSL color Cylindrical-coordinate representation of color #A187DB: hue angle of 258.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A187DB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 135 | 219 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.14 |
| HSL | 258.57º | 0.54% | 0.69% | - |
| HSV(B) | 258.57º | 0.38% | 0.86% | - |
| XYZ | 36.15 | 30.02 | 70.91 | - |
| YUV | 152.35 | 165.61 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 219 | 0.26 | 0.38 | 0 | 0.14 | 258.57 | 0.54 | 0.69 |
| Hex | A1 | 87 | DB | 1A | 26 | 0 | E | 103 | 36 | 45 |
| Octal | 241 | 207 | 333 | 32 | 46 | 0 | 16 | 403 | 66 | 105 |
| Binary | 10100001 | 10000111 | 11011011 | 11010 | 100110 | 0 | 1110 | 100000011 | 110110 | 1000101 |
Color Harmonies of #A187DB
Complementary color
Monochromatic Colors of #A187DB
Black with #A187DB
Text Example
Text Example
White with #A187DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A187DB; }
p { color: rgb(161,135,219); }
H1.HeaderClassName
{
color: #A187DB;
}
.AnyTagClassName
{
color: #A187DB;
}
</style>
background-color css
<style>
a { background-color: #A187DB; }
a { background-color: rgb(161,135,219); }
div.DivClassName
{
background-color: #A187DB;
}
.BgClassName
{
background-color: #A187DB;
}
</style>
border-color css
<style>
span { border-color: #A187DB; }
span { border-color: rgb(161,135,219); }
td.TdClassName
{
border-color: #A187DB;
}
.TagClassName
{
border-color: #A187DB;
}
</style>