Shades of Biloba Flower #A58BDE
Tints of Biloba Flower #A58BDE
RGB
CMYK
RGB Variations
Color information
#A58BDE (or 0xA58BDE) is known color: Biloba Flower. HEX triplet: A5, 8B and DE. RGB value is (165,139,222). Sum of RGB (Red+Green+Blue) = 165+139+222=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #A58BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BDE is #5A7421. Grayscale: #9B9B9B. Windows color (decimal): -5927970 or 14584741. OLE color: 14584741.
HSL color Cylindrical-coordinate representation of color #A58BDE: hue angle of 258.8º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A58BDE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 139 | 222 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.13 |
| HSL | 258.8º | 0.56% | 0.71% | - |
| HSV(B) | 258.8º | 0.37% | 0.87% | - |
| XYZ | 37.93 | 31.74 | 73.23 | - |
| YUV | 156.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 222 | 0.26 | 0.37 | 0 | 0.13 | 258.8 | 0.56 | 0.71 |
| Hex | A5 | 8B | DE | 1A | 25 | 0 | D | 103 | 38 | 47 |
| Octal | 245 | 213 | 336 | 32 | 45 | 0 | 15 | 403 | 70 | 107 |
| Binary | 10100101 | 10001011 | 11011110 | 11010 | 100101 | 0 | 1101 | 100000011 | 111000 | 1000111 |
Color Harmonies of #A58BDE
Complementary color
Monochromatic Colors of #A58BDE
Black with #A58BDE
Text Example
Text Example
White with #A58BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BDE; }
p { color: rgb(165,139,222); }
H1.HeaderClassName
{
color: #A58BDE;
}
.AnyTagClassName
{
color: #A58BDE;
}
</style>
background-color css
<style>
a { background-color: #A58BDE; }
a { background-color: rgb(165,139,222); }
div.DivClassName
{
background-color: #A58BDE;
}
.BgClassName
{
background-color: #A58BDE;
}
</style>
border-color css
<style>
span { border-color: #A58BDE; }
span { border-color: rgb(165,139,222); }
td.TdClassName
{
border-color: #A58BDE;
}
.TagClassName
{
border-color: #A58BDE;
}
</style>