Shades of Biloba Flower #A58BDB
Tints of Biloba Flower #A58BDB
RGB
CMYK
RGB Variations
Color information
#A58BDB (or 0xA58BDB) is known color: Biloba Flower. HEX triplet: A5, 8B and DB. RGB value is (165,139,219). Sum of RGB (Red+Green+Blue) = 165+139+219=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #A58BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BDB is #5A7424. Grayscale: #9B9B9B. Windows color (decimal): -5927973 or 14388133. OLE color: 14388133.
HSL color Cylindrical-coordinate representation of color #A58BDB: hue angle of 259.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A58BDB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 139 | 219 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.14 |
| HSL | 259.5º | 0.53% | 0.7% | - |
| HSV(B) | 259.5º | 0.37% | 0.86% | - |
| XYZ | 37.54 | 31.58 | 71.13 | - |
| YUV | 155.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 219 | 0.25 | 0.37 | 0 | 0.14 | 259.5 | 0.53 | 0.7 |
| Hex | A5 | 8B | DB | 19 | 25 | 0 | E | 104 | 35 | 46 |
| Octal | 245 | 213 | 333 | 31 | 45 | 0 | 16 | 404 | 65 | 106 |
| Binary | 10100101 | 10001011 | 11011011 | 11001 | 100101 | 0 | 1110 | 100000100 | 110101 | 1000110 |
Color Harmonies of #A58BDB
Complementary color
Monochromatic Colors of #A58BDB
Black with #A58BDB
Text Example
Text Example
White with #A58BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BDB; }
p { color: rgb(165,139,219); }
H1.HeaderClassName
{
color: #A58BDB;
}
.AnyTagClassName
{
color: #A58BDB;
}
</style>
background-color css
<style>
a { background-color: #A58BDB; }
a { background-color: rgb(165,139,219); }
div.DivClassName
{
background-color: #A58BDB;
}
.BgClassName
{
background-color: #A58BDB;
}
</style>
border-color css
<style>
span { border-color: #A58BDB; }
span { border-color: rgb(165,139,219); }
td.TdClassName
{
border-color: #A58BDB;
}
.TagClassName
{
border-color: #A58BDB;
}
</style>