Shades of Biloba Flower #A588E4
Tints of Biloba Flower #A588E4
RGB
CMYK
RGB Variations
Color information
#A588E4 (or 0xA588E4) is known color: Biloba Flower. HEX triplet: A5, 88 and E4. RGB value is (165,136,228). Sum of RGB (Red+Green+Blue) = 165+136+228=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #A588E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588E4 is #5A771B. Grayscale: #9A9A9A. Windows color (decimal): -5928732 or 14977189. OLE color: 14977189.
HSL color Cylindrical-coordinate representation of color #A588E4: hue angle of 258.91º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A588E4 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 136 | 228 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.11 |
| HSL | 258.91º | 0.63% | 0.71% | - |
| HSV(B) | 258.91º | 0.4% | 0.89% | - |
| XYZ | 38.32 | 31.21 | 77.4 | - |
| YUV | 155.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 228 | 0.28 | 0.40 | 0 | 0.11 | 258.91 | 0.63 | 0.71 |
| Hex | A5 | 88 | E4 | 1C | 28 | 0 | B | 103 | 3F | 47 |
| Octal | 245 | 210 | 344 | 34 | 50 | 0 | 13 | 403 | 77 | 107 |
| Binary | 10100101 | 10001000 | 11100100 | 11100 | 101000 | 0 | 1011 | 100000011 | 111111 | 1000111 |
Color Harmonies of #A588E4
Complementary color
Monochromatic Colors of #A588E4
Black with #A588E4
Text Example
Text Example
White with #A588E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A588E4; }
p { color: rgb(165,136,228); }
H1.HeaderClassName
{
color: #A588E4;
}
.AnyTagClassName
{
color: #A588E4;
}
</style>
background-color css
<style>
a { background-color: #A588E4; }
a { background-color: rgb(165,136,228); }
div.DivClassName
{
background-color: #A588E4;
}
.BgClassName
{
background-color: #A588E4;
}
</style>
border-color css
<style>
span { border-color: #A588E4; }
span { border-color: rgb(165,136,228); }
td.TdClassName
{
border-color: #A588E4;
}
.TagClassName
{
border-color: #A588E4;
}
</style>