Shades of Biloba Flower #A488D9
Tints of Biloba Flower #A488D9
RGB
CMYK
RGB Variations
Color information
#A488D9 (or 0xA488D9) is known color: Biloba Flower. HEX triplet: A4, 88 and D9. RGB value is (164,136,217). Sum of RGB (Red+Green+Blue) = 164+136+217=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #A488D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488D9 is #5B7726. Grayscale: #999999. Windows color (decimal): -5994279 or 14256292. OLE color: 14256292.
HSL color Cylindrical-coordinate representation of color #A488D9: hue angle of 260.74º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A488D9 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 136 | 217 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.15 |
| HSL | 260.74º | 0.52% | 0.69% | - |
| HSV(B) | 260.74º | 0.37% | 0.85% | - |
| XYZ | 36.64 | 30.51 | 69.6 | - |
| YUV | 153.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 217 | 0.24 | 0.37 | 0 | 0.15 | 260.74 | 0.52 | 0.69 |
| Hex | A4 | 88 | D9 | 18 | 25 | 0 | F | 105 | 34 | 45 |
| Octal | 244 | 210 | 331 | 30 | 45 | 0 | 17 | 405 | 64 | 105 |
| Binary | 10100100 | 10001000 | 11011001 | 11000 | 100101 | 0 | 1111 | 100000101 | 110100 | 1000101 |
Color Harmonies of #A488D9
Complementary color
Monochromatic Colors of #A488D9
Black with #A488D9
Text Example
Text Example
White with #A488D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488D9; }
p { color: rgb(164,136,217); }
H1.HeaderClassName
{
color: #A488D9;
}
.AnyTagClassName
{
color: #A488D9;
}
</style>
background-color css
<style>
a { background-color: #A488D9; }
a { background-color: rgb(164,136,217); }
div.DivClassName
{
background-color: #A488D9;
}
.BgClassName
{
background-color: #A488D9;
}
</style>
border-color css
<style>
span { border-color: #A488D9; }
span { border-color: rgb(164,136,217); }
td.TdClassName
{
border-color: #A488D9;
}
.TagClassName
{
border-color: #A488D9;
}
</style>