Shades of Biloba Flower #A488E9
Tints of Biloba Flower #A488E9
RGB
CMYK
RGB Variations
Color information
#A488E9 (or 0xA488E9) is known color: Biloba Flower. HEX triplet: A4, 88 and E9. RGB value is (164,136,233). Sum of RGB (Red+Green+Blue) = 164+136+233=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #A488E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A488E9 is #5B7716. Grayscale: #9B9B9B. Windows color (decimal): -5994263 or 15304868. OLE color: 15304868.
HSL color Cylindrical-coordinate representation of color #A488E9: hue angle of 257.32º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A488E9 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 136 | 233 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.09 |
| HSL | 257.32º | 0.69% | 0.72% | - |
| HSV(B) | 257.32º | 0.42% | 0.91% | - |
| XYZ | 38.82 | 31.38 | 81.1 | - |
| YUV | 155.43 | 171.78 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 233 | 0.30 | 0.42 | 0 | 0.09 | 257.32 | 0.69 | 0.72 |
| Hex | A4 | 88 | E9 | 1E | 2A | 0 | 9 | 101 | 45 | 48 |
| Octal | 244 | 210 | 351 | 36 | 52 | 0 | 11 | 401 | 105 | 110 |
| Binary | 10100100 | 10001000 | 11101001 | 11110 | 101010 | 0 | 1001 | 100000001 | 1000101 | 1001000 |
Color Harmonies of #A488E9
Complementary color
Monochromatic Colors of #A488E9
Black with #A488E9
Text Example
Text Example
White with #A488E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488E9; }
p { color: rgb(164,136,233); }
H1.HeaderClassName
{
color: #A488E9;
}
.AnyTagClassName
{
color: #A488E9;
}
</style>
background-color css
<style>
a { background-color: #A488E9; }
a { background-color: rgb(164,136,233); }
div.DivClassName
{
background-color: #A488E9;
}
.BgClassName
{
background-color: #A488E9;
}
</style>
border-color css
<style>
span { border-color: #A488E9; }
span { border-color: rgb(164,136,233); }
td.TdClassName
{
border-color: #A488E9;
}
.TagClassName
{
border-color: #A488E9;
}
</style>