Shades of Biloba Flower #A487E5
Tints of Biloba Flower #A487E5
RGB
CMYK
RGB Variations
Color information
#A487E5 (or 0xA487E5) is known color: Biloba Flower. HEX triplet: A4, 87 and E5. RGB value is (164,135,229). Sum of RGB (Red+Green+Blue) = 164+135+229=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #A487E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487E5 is #5B781A. Grayscale: #9A9A9A. Windows color (decimal): -5994523 or 15042468. OLE color: 15042468.
HSL color Cylindrical-coordinate representation of color #A487E5: hue angle of 258.51º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A487E5 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 135 | 229 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.10 |
| HSL | 258.51º | 0.64% | 0.71% | - |
| HSV(B) | 258.51º | 0.41% | 0.9% | - |
| XYZ | 38.12 | 30.88 | 78.08 | - |
| YUV | 154.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 229 | 0.28 | 0.41 | 0 | 0.10 | 258.51 | 0.64 | 0.71 |
| Hex | A4 | 87 | E5 | 1C | 29 | 0 | A | 103 | 40 | 47 |
| Octal | 244 | 207 | 345 | 34 | 51 | 0 | 12 | 403 | 100 | 107 |
| Binary | 10100100 | 10000111 | 11100101 | 11100 | 101001 | 0 | 1010 | 100000011 | 1000000 | 1000111 |
Color Harmonies of #A487E5
Complementary color
Monochromatic Colors of #A487E5
Black with #A487E5
Text Example
Text Example
White with #A487E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487E5; }
p { color: rgb(164,135,229); }
H1.HeaderClassName
{
color: #A487E5;
}
.AnyTagClassName
{
color: #A487E5;
}
</style>
background-color css
<style>
a { background-color: #A487E5; }
a { background-color: rgb(164,135,229); }
div.DivClassName
{
background-color: #A487E5;
}
.BgClassName
{
background-color: #A487E5;
}
</style>
border-color css
<style>
span { border-color: #A487E5; }
span { border-color: rgb(164,135,229); }
td.TdClassName
{
border-color: #A487E5;
}
.TagClassName
{
border-color: #A487E5;
}
</style>