Shades of Biloba Flower #A58BDC
Tints of Biloba Flower #A58BDC
RGB
CMYK
RGB Variations
Color information
#A58BDC (or 0xA58BDC) is known color: Biloba Flower. HEX triplet: A5, 8B and DC. RGB value is (165,139,220). Sum of RGB (Red+Green+Blue) = 165+139+220=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #A58BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BDC is #5A7423. Grayscale: #9B9B9B. Windows color (decimal): -5927972 or 14453669. OLE color: 14453669.
HSL color Cylindrical-coordinate representation of color #A58BDC: hue angle of 259.26º degrees, saturation: 0.54, 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 #A58BDC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 139 | 220 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.14 |
| HSL | 259.26º | 0.54% | 0.7% | - |
| HSV(B) | 259.26º | 0.37% | 0.86% | - |
| XYZ | 37.67 | 31.63 | 71.83 | - |
| YUV | 156.01 | 164.11 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 220 | 0.25 | 0.37 | 0 | 0.14 | 259.26 | 0.54 | 0.7 |
| Hex | A5 | 8B | DC | 19 | 25 | 0 | E | 103 | 36 | 46 |
| Octal | 245 | 213 | 334 | 31 | 45 | 0 | 16 | 403 | 66 | 106 |
| Binary | 10100101 | 10001011 | 11011100 | 11001 | 100101 | 0 | 1110 | 100000011 | 110110 | 1000110 |
Color Harmonies of #A58BDC
Complementary color
Monochromatic Colors of #A58BDC
Black with #A58BDC
Text Example
Text Example
White with #A58BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BDC; }
p { color: rgb(165,139,220); }
H1.HeaderClassName
{
color: #A58BDC;
}
.AnyTagClassName
{
color: #A58BDC;
}
</style>
background-color css
<style>
a { background-color: #A58BDC; }
a { background-color: rgb(165,139,220); }
div.DivClassName
{
background-color: #A58BDC;
}
.BgClassName
{
background-color: #A58BDC;
}
</style>
border-color css
<style>
span { border-color: #A58BDC; }
span { border-color: rgb(165,139,220); }
td.TdClassName
{
border-color: #A58BDC;
}
.TagClassName
{
border-color: #A58BDC;
}
</style>