Shades of Biloba Flower #A487D7
Tints of Biloba Flower #A487D7
RGB
CMYK
RGB Variations
Color information
#A487D7 (or 0xA487D7) is known color: Biloba Flower. HEX triplet: A4, 87 and D7. RGB value is (164,135,215). Sum of RGB (Red+Green+Blue) = 164+135+215=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #A487D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487D7 is #5B7828. Grayscale: #989898. Windows color (decimal): -5994537 or 14124964. OLE color: 14124964.
HSL color Cylindrical-coordinate representation of color #A487D7: hue angle of 261.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A487D7 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 135 | 215 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.16 |
| HSL | 261.75º | 0.5% | 0.69% | - |
| HSV(B) | 261.75º | 0.37% | 0.84% | - |
| XYZ | 36.24 | 30.13 | 68.19 | - |
| YUV | 152.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 215 | 0.24 | 0.37 | 0 | 0.16 | 261.75 | 0.5 | 0.69 |
| Hex | A4 | 87 | D7 | 18 | 25 | 0 | 10 | 106 | 32 | 45 |
| Octal | 244 | 207 | 327 | 30 | 45 | 0 | 20 | 406 | 62 | 105 |
| Binary | 10100100 | 10000111 | 11010111 | 11000 | 100101 | 0 | 10000 | 100000110 | 110010 | 1000101 |
Color Harmonies of #A487D7
Complementary color
Monochromatic Colors of #A487D7
Black with #A487D7
Text Example
Text Example
White with #A487D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487D7; }
p { color: rgb(164,135,215); }
H1.HeaderClassName
{
color: #A487D7;
}
.AnyTagClassName
{
color: #A487D7;
}
</style>
background-color css
<style>
a { background-color: #A487D7; }
a { background-color: rgb(164,135,215); }
div.DivClassName
{
background-color: #A487D7;
}
.BgClassName
{
background-color: #A487D7;
}
</style>
border-color css
<style>
span { border-color: #A487D7; }
span { border-color: rgb(164,135,215); }
td.TdClassName
{
border-color: #A487D7;
}
.TagClassName
{
border-color: #A487D7;
}
</style>