Shades of Biloba Flower #A58EE7
Tints of Biloba Flower #A58EE7
RGB
CMYK
RGB Variations
Color information
#A58EE7 (or 0xA58EE7) is known color: Biloba Flower. HEX triplet: A5, 8E and E7. RGB value is (165,142,231). Sum of RGB (Red+Green+Blue) = 165+142+231=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #A58EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58EE7 is #5A7118. Grayscale: #9E9E9E. Windows color (decimal): -5927193 or 15175333. OLE color: 15175333.
HSL color Cylindrical-coordinate representation of color #A58EE7: hue angle of 255.51º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A58EE7 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 142 | 231 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.09 |
| HSL | 255.51º | 0.65% | 0.73% | - |
| HSV(B) | 255.51º | 0.39% | 0.91% | - |
| XYZ | 39.61 | 33.11 | 79.91 | - |
| YUV | 159.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 231 | 0.29 | 0.39 | 0 | 0.09 | 255.51 | 0.65 | 0.73 |
| Hex | A5 | 8E | E7 | 1D | 27 | 0 | 9 | 100 | 41 | 49 |
| Octal | 245 | 216 | 347 | 35 | 47 | 0 | 11 | 400 | 101 | 111 |
| Binary | 10100101 | 10001110 | 11100111 | 11101 | 100111 | 0 | 1001 | 100000000 | 1000001 | 1001001 |
Color Harmonies of #A58EE7
Complementary color
Monochromatic Colors of #A58EE7
Black with #A58EE7
Text Example
Text Example
White with #A58EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58EE7; }
p { color: rgb(165,142,231); }
H1.HeaderClassName
{
color: #A58EE7;
}
.AnyTagClassName
{
color: #A58EE7;
}
</style>
background-color css
<style>
a { background-color: #A58EE7; }
a { background-color: rgb(165,142,231); }
div.DivClassName
{
background-color: #A58EE7;
}
.BgClassName
{
background-color: #A58EE7;
}
</style>
border-color css
<style>
span { border-color: #A58EE7; }
span { border-color: rgb(165,142,231); }
td.TdClassName
{
border-color: #A58EE7;
}
.TagClassName
{
border-color: #A58EE7;
}
</style>