Shades of Biloba Flower #A589EC
Tints of Biloba Flower #A589EC
RGB
CMYK
RGB Variations
Color information
#A589EC (or 0xA589EC) is known color: Biloba Flower. HEX triplet: A5, 89 and EC. RGB value is (165,137,236). Sum of RGB (Red+Green+Blue) = 165+137+236=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #A589EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A589EC is #5A7613. Grayscale: #9C9C9C. Windows color (decimal): -5928468 or 15501733. OLE color: 15501733.
HSL color Cylindrical-coordinate representation of color #A589EC: hue angle of 256.97º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A589EC is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 137 | 236 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.07 |
| HSL | 256.97º | 0.72% | 0.73% | - |
| HSV(B) | 256.97º | 0.42% | 0.93% | - |
| XYZ | 39.6 | 31.95 | 83.44 | - |
| YUV | 156.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 236 | 0.30 | 0.42 | 0 | 0.07 | 256.97 | 0.72 | 0.73 |
| Hex | A5 | 89 | EC | 1E | 2A | 0 | 7 | 101 | 48 | 49 |
| Octal | 245 | 211 | 354 | 36 | 52 | 0 | 7 | 401 | 110 | 111 |
| Binary | 10100101 | 10001001 | 11101100 | 11110 | 101010 | 0 | 111 | 100000001 | 1001000 | 1001001 |
Color Harmonies of #A589EC
Complementary color
Monochromatic Colors of #A589EC
Black with #A589EC
Text Example
Text Example
White with #A589EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A589EC; }
p { color: rgb(165,137,236); }
H1.HeaderClassName
{
color: #A589EC;
}
.AnyTagClassName
{
color: #A589EC;
}
</style>
background-color css
<style>
a { background-color: #A589EC; }
a { background-color: rgb(165,137,236); }
div.DivClassName
{
background-color: #A589EC;
}
.BgClassName
{
background-color: #A589EC;
}
</style>
border-color css
<style>
span { border-color: #A589EC; }
span { border-color: rgb(165,137,236); }
td.TdClassName
{
border-color: #A589EC;
}
.TagClassName
{
border-color: #A589EC;
}
</style>