Shades of Biloba Flower #A08BE6
Tints of Biloba Flower #A08BE6
RGB
CMYK
RGB Variations
Color information
#A08BE6 (or 0xA08BE6) is known color: Biloba Flower. HEX triplet: A0, 8B and E6. RGB value is (160,139,230). Sum of RGB (Red+Green+Blue) = 160+139+230=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #A08BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BE6 is #5F7419. Grayscale: #9B9B9B. Windows color (decimal): -6255642 or 15109024. OLE color: 15109024.
HSL color Cylindrical-coordinate representation of color #A08BE6: hue angle of 253.85º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08BE6 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 139 | 230 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.10 |
| HSL | 253.85º | 0.65% | 0.72% | - |
| HSV(B) | 253.85º | 0.4% | 0.9% | - |
| XYZ | 38.01 | 31.65 | 78.97 | - |
| YUV | 155.65 | 169.96 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 230 | 0.30 | 0.40 | 0 | 0.10 | 253.85 | 0.65 | 0.72 |
| Hex | A0 | 8B | E6 | 1E | 28 | 0 | A | FE | 41 | 48 |
| Octal | 240 | 213 | 346 | 36 | 50 | 0 | 12 | 376 | 101 | 110 |
| Binary | 10100000 | 10001011 | 11100110 | 11110 | 101000 | 0 | 1010 | 11111110 | 1000001 | 1001000 |
Color Harmonies of #A08BE6
Complementary color
Monochromatic Colors of #A08BE6
Black with #A08BE6
Text Example
Text Example
White with #A08BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BE6; }
p { color: rgb(160,139,230); }
H1.HeaderClassName
{
color: #A08BE6;
}
.AnyTagClassName
{
color: #A08BE6;
}
</style>
background-color css
<style>
a { background-color: #A08BE6; }
a { background-color: rgb(160,139,230); }
div.DivClassName
{
background-color: #A08BE6;
}
.BgClassName
{
background-color: #A08BE6;
}
</style>
border-color css
<style>
span { border-color: #A08BE6; }
span { border-color: rgb(160,139,230); }
td.TdClassName
{
border-color: #A08BE6;
}
.TagClassName
{
border-color: #A08BE6;
}
</style>