Shades of Biloba Flower #A58CE7
Tints of Biloba Flower #A58CE7
RGB
CMYK
RGB Variations
Color information
#A58CE7 (or 0xA58CE7) is known color: Biloba Flower. HEX triplet: A5, 8C and E7. RGB value is (165,140,231). Sum of RGB (Red+Green+Blue) = 165+140+231=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #A58CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58CE7 is #5A7318. Grayscale: #9D9D9D. Windows color (decimal): -5927705 or 15174821. OLE color: 15174821.
HSL color Cylindrical-coordinate representation of color #A58CE7: hue angle of 256.48º 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 #A58CE7 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 140 | 231 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.09 |
| HSL | 256.48º | 0.65% | 0.73% | - |
| HSV(B) | 256.48º | 0.39% | 0.91% | - |
| XYZ | 39.32 | 32.53 | 79.81 | - |
| YUV | 157.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 231 | 0.29 | 0.39 | 0 | 0.09 | 256.48 | 0.65 | 0.73 |
| Hex | A5 | 8C | E7 | 1D | 27 | 0 | 9 | 100 | 41 | 49 |
| Octal | 245 | 214 | 347 | 35 | 47 | 0 | 11 | 400 | 101 | 111 |
| Binary | 10100101 | 10001100 | 11100111 | 11101 | 100111 | 0 | 1001 | 100000000 | 1000001 | 1001001 |
Color Harmonies of #A58CE7
Complementary color
Monochromatic Colors of #A58CE7
Black with #A58CE7
Text Example
Text Example
White with #A58CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58CE7; }
p { color: rgb(165,140,231); }
H1.HeaderClassName
{
color: #A58CE7;
}
.AnyTagClassName
{
color: #A58CE7;
}
</style>
background-color css
<style>
a { background-color: #A58CE7; }
a { background-color: rgb(165,140,231); }
div.DivClassName
{
background-color: #A58CE7;
}
.BgClassName
{
background-color: #A58CE7;
}
</style>
border-color css
<style>
span { border-color: #A58CE7; }
span { border-color: rgb(165,140,231); }
td.TdClassName
{
border-color: #A58CE7;
}
.TagClassName
{
border-color: #A58CE7;
}
</style>