Shades of Biloba Flower #A08CEC
Tints of Biloba Flower #A08CEC
RGB
CMYK
RGB Variations
Color information
#A08CEC (or 0xA08CEC) is known color: Biloba Flower. HEX triplet: A0, 8C and EC. RGB value is (160,140,236). Sum of RGB (Red+Green+Blue) = 160+140+236=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #A08CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08CEC is #5F7313. Grayscale: #9C9C9C. Windows color (decimal): -6255380 or 15502496. OLE color: 15502496.
HSL color Cylindrical-coordinate representation of color #A08CEC: hue angle of 252.5º 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 #A08CEC is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 140 | 236 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.07 |
| HSL | 252.5º | 0.72% | 0.74% | - |
| HSV(B) | 252.5º | 0.41% | 0.93% | - |
| XYZ | 39.02 | 32.29 | 83.53 | - |
| YUV | 156.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 236 | 0.32 | 0.41 | 0 | 0.07 | 252.5 | 0.72 | 0.74 |
| Hex | A0 | 8C | EC | 20 | 29 | 0 | 7 | FD | 48 | 4A |
| Octal | 240 | 214 | 354 | 40 | 51 | 0 | 7 | 375 | 110 | 112 |
| Binary | 10100000 | 10001100 | 11101100 | 100000 | 101001 | 0 | 111 | 11111101 | 1001000 | 1001010 |
Color Harmonies of #A08CEC
Complementary color
Monochromatic Colors of #A08CEC
Black with #A08CEC
Text Example
Text Example
White with #A08CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CEC; }
p { color: rgb(160,140,236); }
H1.HeaderClassName
{
color: #A08CEC;
}
.AnyTagClassName
{
color: #A08CEC;
}
</style>
background-color css
<style>
a { background-color: #A08CEC; }
a { background-color: rgb(160,140,236); }
div.DivClassName
{
background-color: #A08CEC;
}
.BgClassName
{
background-color: #A08CEC;
}
</style>
border-color css
<style>
span { border-color: #A08CEC; }
span { border-color: rgb(160,140,236); }
td.TdClassName
{
border-color: #A08CEC;
}
.TagClassName
{
border-color: #A08CEC;
}
</style>