Shades of Biloba Flower #A488E0
Tints of Biloba Flower #A488E0
RGB
CMYK
RGB Variations
Color information
#A488E0 (or 0xA488E0) is known color: Biloba Flower. HEX triplet: A4, 88 and E0. RGB value is (164,136,224). Sum of RGB (Red+Green+Blue) = 164+136+224=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #A488E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488E0 is #5B771F. Grayscale: #9A9A9A. Windows color (decimal): -5994272 or 14715044. OLE color: 14715044.
HSL color Cylindrical-coordinate representation of color #A488E0: hue angle of 259.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A488E0 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 136 | 224 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.12 |
| HSL | 259.09º | 0.59% | 0.71% | - |
| HSV(B) | 259.09º | 0.39% | 0.88% | - |
| XYZ | 37.57 | 30.88 | 74.5 | - |
| YUV | 154.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 224 | 0.27 | 0.39 | 0 | 0.12 | 259.09 | 0.59 | 0.71 |
| Hex | A4 | 88 | E0 | 1B | 27 | 0 | C | 103 | 3B | 47 |
| Octal | 244 | 210 | 340 | 33 | 47 | 0 | 14 | 403 | 73 | 107 |
| Binary | 10100100 | 10001000 | 11100000 | 11011 | 100111 | 0 | 1100 | 100000011 | 111011 | 1000111 |
Color Harmonies of #A488E0
Complementary color
Monochromatic Colors of #A488E0
Black with #A488E0
Text Example
Text Example
White with #A488E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488E0; }
p { color: rgb(164,136,224); }
H1.HeaderClassName
{
color: #A488E0;
}
.AnyTagClassName
{
color: #A488E0;
}
</style>
background-color css
<style>
a { background-color: #A488E0; }
a { background-color: rgb(164,136,224); }
div.DivClassName
{
background-color: #A488E0;
}
.BgClassName
{
background-color: #A488E0;
}
</style>
border-color css
<style>
span { border-color: #A488E0; }
span { border-color: rgb(164,136,224); }
td.TdClassName
{
border-color: #A488E0;
}
.TagClassName
{
border-color: #A488E0;
}
</style>