Shades of Biloba Flower #A08BEC
Tints of Biloba Flower #A08BEC
RGB
CMYK
RGB Variations
Color information
#A08BEC (or 0xA08BEC) is known color: Biloba Flower. HEX triplet: A0, 8B and EC. RGB value is (160,139,236). Sum of RGB (Red+Green+Blue) = 160+139+236=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #A08BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BEC is #5F7413. Grayscale: #9B9B9B. Windows color (decimal): -6255636 or 15502240. OLE color: 15502240.
HSL color Cylindrical-coordinate representation of color #A08BEC: hue angle of 252.99º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A08BEC is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 139 | 236 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.07 |
| HSL | 252.99º | 0.72% | 0.74% | - |
| HSV(B) | 252.99º | 0.41% | 0.93% | - |
| XYZ | 38.87 | 31.99 | 83.48 | - |
| YUV | 156.34 | 172.96 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 236 | 0.32 | 0.41 | 0 | 0.07 | 252.99 | 0.72 | 0.74 |
| Hex | A0 | 8B | EC | 20 | 29 | 0 | 7 | FD | 48 | 4A |
| Octal | 240 | 213 | 354 | 40 | 51 | 0 | 7 | 375 | 110 | 112 |
| Binary | 10100000 | 10001011 | 11101100 | 100000 | 101001 | 0 | 111 | 11111101 | 1001000 | 1001010 |
Color Harmonies of #A08BEC
Complementary color
Monochromatic Colors of #A08BEC
Black with #A08BEC
Text Example
Text Example
White with #A08BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BEC; }
p { color: rgb(160,139,236); }
H1.HeaderClassName
{
color: #A08BEC;
}
.AnyTagClassName
{
color: #A08BEC;
}
</style>
background-color css
<style>
a { background-color: #A08BEC; }
a { background-color: rgb(160,139,236); }
div.DivClassName
{
background-color: #A08BEC;
}
.BgClassName
{
background-color: #A08BEC;
}
</style>
border-color css
<style>
span { border-color: #A08BEC; }
span { border-color: rgb(160,139,236); }
td.TdClassName
{
border-color: #A08BEC;
}
.TagClassName
{
border-color: #A08BEC;
}
</style>