Shades of Biloba Flower #A487DA
Tints of Biloba Flower #A487DA
RGB
CMYK
RGB Variations
Color information
#A487DA (or 0xA487DA) is known color: Biloba Flower. HEX triplet: A4, 87 and DA. RGB value is (164,135,218). Sum of RGB (Red+Green+Blue) = 164+135+218=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #A487DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487DA is #5B7825. Grayscale: #989898. Windows color (decimal): -5994534 or 14321572. OLE color: 14321572.
HSL color Cylindrical-coordinate representation of color #A487DA: hue angle of 260.96º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A487DA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 135 | 218 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.15 |
| HSL | 260.96º | 0.53% | 0.69% | - |
| HSV(B) | 260.96º | 0.38% | 0.85% | - |
| XYZ | 36.63 | 30.28 | 70.24 | - |
| YUV | 153.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 218 | 0.25 | 0.38 | 0 | 0.15 | 260.96 | 0.53 | 0.69 |
| Hex | A4 | 87 | DA | 19 | 26 | 0 | F | 105 | 35 | 45 |
| Octal | 244 | 207 | 332 | 31 | 46 | 0 | 17 | 405 | 65 | 105 |
| Binary | 10100100 | 10000111 | 11011010 | 11001 | 100110 | 0 | 1111 | 100000101 | 110101 | 1000101 |
Color Harmonies of #A487DA
Complementary color
Monochromatic Colors of #A487DA
Black with #A487DA
Text Example
Text Example
White with #A487DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487DA; }
p { color: rgb(164,135,218); }
H1.HeaderClassName
{
color: #A487DA;
}
.AnyTagClassName
{
color: #A487DA;
}
</style>
background-color css
<style>
a { background-color: #A487DA; }
a { background-color: rgb(164,135,218); }
div.DivClassName
{
background-color: #A487DA;
}
.BgClassName
{
background-color: #A487DA;
}
</style>
border-color css
<style>
span { border-color: #A487DA; }
span { border-color: rgb(164,135,218); }
td.TdClassName
{
border-color: #A487DA;
}
.TagClassName
{
border-color: #A487DA;
}
</style>