Shades of Biloba Flower #A487DB
Tints of Biloba Flower #A487DB
RGB
CMYK
RGB Variations
Color information
#A487DB (or 0xA487DB) is known color: Biloba Flower. HEX triplet: A4, 87 and DB. RGB value is (164,135,219). Sum of RGB (Red+Green+Blue) = 164+135+219=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A487DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487DB is #5B7824. Grayscale: #989898. Windows color (decimal): -5994533 or 14387108. OLE color: 14387108.
HSL color Cylindrical-coordinate representation of color #A487DB: hue angle of 260.71º 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 #A487DB is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 135 | 219 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.14 |
| HSL | 260.71º | 0.54% | 0.69% | - |
| HSV(B) | 260.71º | 0.38% | 0.86% | - |
| XYZ | 36.76 | 30.33 | 70.94 | - |
| YUV | 153.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 219 | 0.25 | 0.38 | 0 | 0.14 | 260.71 | 0.54 | 0.69 |
| Hex | A4 | 87 | DB | 19 | 26 | 0 | E | 105 | 36 | 45 |
| Octal | 244 | 207 | 333 | 31 | 46 | 0 | 16 | 405 | 66 | 105 |
| Binary | 10100100 | 10000111 | 11011011 | 11001 | 100110 | 0 | 1110 | 100000101 | 110110 | 1000101 |
Color Harmonies of #A487DB
Complementary color
Monochromatic Colors of #A487DB
Black with #A487DB
Text Example
Text Example
White with #A487DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487DB; }
p { color: rgb(164,135,219); }
H1.HeaderClassName
{
color: #A487DB;
}
.AnyTagClassName
{
color: #A487DB;
}
</style>
background-color css
<style>
a { background-color: #A487DB; }
a { background-color: rgb(164,135,219); }
div.DivClassName
{
background-color: #A487DB;
}
.BgClassName
{
background-color: #A487DB;
}
</style>
border-color css
<style>
span { border-color: #A487DB; }
span { border-color: rgb(164,135,219); }
td.TdClassName
{
border-color: #A487DB;
}
.TagClassName
{
border-color: #A487DB;
}
</style>