Shades of Biloba Flower #A08DEC
Tints of Biloba Flower #A08DEC
RGB
CMYK
RGB Variations
Color information
#A08DEC (or 0xA08DEC) is known color: Biloba Flower. HEX triplet: A0, 8D and EC. RGB value is (160,141,236). Sum of RGB (Red+Green+Blue) = 160+141+236=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #A08DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08DEC is #5F7213. Grayscale: #9D9D9D. Windows color (decimal): -6255124 or 15502752. OLE color: 15502752.
HSL color Cylindrical-coordinate representation of color #A08DEC: hue angle of 252º 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 #A08DEC is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 141 | 236 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.07 |
| HSL | 252º | 0.71% | 0.74% | - |
| HSV(B) | 252º | 0.4% | 0.93% | - |
| XYZ | 39.16 | 32.58 | 83.58 | - |
| YUV | 157.51 | 172.29 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 236 | 0.32 | 0.40 | 0 | 0.07 | 252 | 0.71 | 0.74 |
| Hex | A0 | 8D | EC | 20 | 28 | 0 | 7 | FC | 47 | 4A |
| Octal | 240 | 215 | 354 | 40 | 50 | 0 | 7 | 374 | 107 | 112 |
| Binary | 10100000 | 10001101 | 11101100 | 100000 | 101000 | 0 | 111 | 11111100 | 1000111 | 1001010 |
Color Harmonies of #A08DEC
Complementary color
Monochromatic Colors of #A08DEC
Black with #A08DEC
Text Example
Text Example
White with #A08DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DEC; }
p { color: rgb(160,141,236); }
H1.HeaderClassName
{
color: #A08DEC;
}
.AnyTagClassName
{
color: #A08DEC;
}
</style>
background-color css
<style>
a { background-color: #A08DEC; }
a { background-color: rgb(160,141,236); }
div.DivClassName
{
background-color: #A08DEC;
}
.BgClassName
{
background-color: #A08DEC;
}
</style>
border-color css
<style>
span { border-color: #A08DEC; }
span { border-color: rgb(160,141,236); }
td.TdClassName
{
border-color: #A08DEC;
}
.TagClassName
{
border-color: #A08DEC;
}
</style>