Shades of Biloba Flower #A58DEC
Tints of Biloba Flower #A58DEC
RGB
CMYK
RGB Variations
Color information
#A58DEC (or 0xA58DEC) is known color: Biloba Flower. HEX triplet: A5, 8D and EC. RGB value is (165,141,236). Sum of RGB (Red+Green+Blue) = 165+141+236=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #A58DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58DEC is #5A7213. Grayscale: #9E9E9E. Windows color (decimal): -5927444 or 15502757. OLE color: 15502757.
HSL color Cylindrical-coordinate representation of color #A58DEC: hue angle of 255.16º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58DEC is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 141 | 236 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.07 |
| HSL | 255.16º | 0.71% | 0.74% | - |
| HSV(B) | 255.16º | 0.4% | 0.93% | - |
| XYZ | 40.18 | 33.11 | 83.63 | - |
| YUV | 159.01 | 171.45 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 236 | 0.30 | 0.40 | 0 | 0.07 | 255.16 | 0.71 | 0.74 |
| Hex | A5 | 8D | EC | 1E | 28 | 0 | 7 | FF | 47 | 4A |
| Octal | 245 | 215 | 354 | 36 | 50 | 0 | 7 | 377 | 107 | 112 |
| Binary | 10100101 | 10001101 | 11101100 | 11110 | 101000 | 0 | 111 | 11111111 | 1000111 | 1001010 |
Color Harmonies of #A58DEC
Complementary color
Monochromatic Colors of #A58DEC
Black with #A58DEC
Text Example
Text Example
White with #A58DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58DEC; }
p { color: rgb(165,141,236); }
H1.HeaderClassName
{
color: #A58DEC;
}
.AnyTagClassName
{
color: #A58DEC;
}
</style>
background-color css
<style>
a { background-color: #A58DEC; }
a { background-color: rgb(165,141,236); }
div.DivClassName
{
background-color: #A58DEC;
}
.BgClassName
{
background-color: #A58DEC;
}
</style>
border-color css
<style>
span { border-color: #A58DEC; }
span { border-color: rgb(165,141,236); }
td.TdClassName
{
border-color: #A58DEC;
}
.TagClassName
{
border-color: #A58DEC;
}
</style>