Shades of Biloba Flower #A588E8
Tints of Biloba Flower #A588E8
RGB
CMYK
RGB Variations
Color information
#A588E8 (or 0xA588E8) is known color: Biloba Flower. HEX triplet: A5, 88 and E8. RGB value is (165,136,232). Sum of RGB (Red+Green+Blue) = 165+136+232=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #A588E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A588E8 is #5A7717. Grayscale: #9B9B9B. Windows color (decimal): -5928728 or 15239333. OLE color: 15239333.
HSL color Cylindrical-coordinate representation of color #A588E8: hue angle of 258.12º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A588E8 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 136 | 232 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.09 |
| HSL | 258.13º | 0.68% | 0.72% | - |
| HSV(B) | 258.13º | 0.41% | 0.91% | - |
| XYZ | 38.89 | 31.43 | 80.36 | - |
| YUV | 155.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 232 | 0.29 | 0.41 | 0 | 0.09 | 258.13 | 0.68 | 0.72 |
| Hex | A5 | 88 | E8 | 1D | 29 | 0 | 9 | 102 | 44 | 48 |
| Octal | 245 | 210 | 350 | 35 | 51 | 0 | 11 | 402 | 104 | 110 |
| Binary | 10100101 | 10001000 | 11101000 | 11101 | 101001 | 0 | 1001 | 100000010 | 1000100 | 1001000 |
Color Harmonies of #A588E8
Complementary color
Monochromatic Colors of #A588E8
Black with #A588E8
Text Example
Text Example
White with #A588E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A588E8; }
p { color: rgb(165,136,232); }
H1.HeaderClassName
{
color: #A588E8;
}
.AnyTagClassName
{
color: #A588E8;
}
</style>
background-color css
<style>
a { background-color: #A588E8; }
a { background-color: rgb(165,136,232); }
div.DivClassName
{
background-color: #A588E8;
}
.BgClassName
{
background-color: #A588E8;
}
</style>
border-color css
<style>
span { border-color: #A588E8; }
span { border-color: rgb(165,136,232); }
td.TdClassName
{
border-color: #A588E8;
}
.TagClassName
{
border-color: #A588E8;
}
</style>