Shades of Biloba Flower #A58BE9
Tints of Biloba Flower #A58BE9
RGB
CMYK
RGB Variations
Color information
#A58BE9 (or 0xA58BE9) is known color: Biloba Flower. HEX triplet: A5, 8B and E9. RGB value is (165,139,233). Sum of RGB (Red+Green+Blue) = 165+139+233=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #A58BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BE9 is #5A7416. Grayscale: #9D9D9D. Windows color (decimal): -5927959 or 15305637. OLE color: 15305637.
HSL color Cylindrical-coordinate representation of color #A58BE9: hue angle of 256.6º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58BE9 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 139 | 233 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.09 |
| HSL | 256.6º | 0.68% | 0.73% | - |
| HSV(B) | 256.6º | 0.4% | 0.91% | - |
| XYZ | 39.46 | 32.35 | 81.25 | - |
| YUV | 157.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 233 | 0.29 | 0.40 | 0 | 0.09 | 256.6 | 0.68 | 0.73 |
| Hex | A5 | 8B | E9 | 1D | 28 | 0 | 9 | 101 | 44 | 49 |
| Octal | 245 | 213 | 351 | 35 | 50 | 0 | 11 | 401 | 104 | 111 |
| Binary | 10100101 | 10001011 | 11101001 | 11101 | 101000 | 0 | 1001 | 100000001 | 1000100 | 1001001 |
Color Harmonies of #A58BE9
Complementary color
Monochromatic Colors of #A58BE9
Black with #A58BE9
Text Example
Text Example
White with #A58BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BE9; }
p { color: rgb(165,139,233); }
H1.HeaderClassName
{
color: #A58BE9;
}
.AnyTagClassName
{
color: #A58BE9;
}
</style>
background-color css
<style>
a { background-color: #A58BE9; }
a { background-color: rgb(165,139,233); }
div.DivClassName
{
background-color: #A58BE9;
}
.BgClassName
{
background-color: #A58BE9;
}
</style>
border-color css
<style>
span { border-color: #A58BE9; }
span { border-color: rgb(165,139,233); }
td.TdClassName
{
border-color: #A58BE9;
}
.TagClassName
{
border-color: #A58BE9;
}
</style>