Shades of Biloba Flower #A08BE5
Tints of Biloba Flower #A08BE5
RGB
CMYK
RGB Variations
Color information
#A08BE5 (or 0xA08BE5) is known color: Biloba Flower. HEX triplet: A0, 8B and E5. RGB value is (160,139,229). Sum of RGB (Red+Green+Blue) = 160+139+229=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #A08BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BE5 is #5F741A. Grayscale: #9B9B9B. Windows color (decimal): -6255643 or 15043488. OLE color: 15043488.
HSL color Cylindrical-coordinate representation of color #A08BE5: hue angle of 254º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08BE5 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 139 | 229 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.10 |
| HSL | 254º | 0.63% | 0.72% | - |
| HSV(B) | 254º | 0.39% | 0.9% | - |
| XYZ | 37.87 | 31.6 | 78.23 | - |
| YUV | 155.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 229 | 0.30 | 0.39 | 0 | 0.10 | 254 | 0.63 | 0.72 |
| Hex | A0 | 8B | E5 | 1E | 27 | 0 | A | FE | 3F | 48 |
| Octal | 240 | 213 | 345 | 36 | 47 | 0 | 12 | 376 | 77 | 110 |
| Binary | 10100000 | 10001011 | 11100101 | 11110 | 100111 | 0 | 1010 | 11111110 | 111111 | 1001000 |
Color Harmonies of #A08BE5
Complementary color
Monochromatic Colors of #A08BE5
Black with #A08BE5
Text Example
Text Example
White with #A08BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BE5; }
p { color: rgb(160,139,229); }
H1.HeaderClassName
{
color: #A08BE5;
}
.AnyTagClassName
{
color: #A08BE5;
}
</style>
background-color css
<style>
a { background-color: #A08BE5; }
a { background-color: rgb(160,139,229); }
div.DivClassName
{
background-color: #A08BE5;
}
.BgClassName
{
background-color: #A08BE5;
}
</style>
border-color css
<style>
span { border-color: #A08BE5; }
span { border-color: rgb(160,139,229); }
td.TdClassName
{
border-color: #A08BE5;
}
.TagClassName
{
border-color: #A08BE5;
}
</style>