Shades of Biloba Flower #A08EE5
Tints of Biloba Flower #A08EE5
RGB
CMYK
RGB Variations
Color information
#A08EE5 (or 0xA08EE5) is known color: Biloba Flower. HEX triplet: A0, 8E and E5. RGB value is (160,142,229). Sum of RGB (Red+Green+Blue) = 160+142+229=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #A08EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EE5 is #5F711A. Grayscale: #9C9C9C. Windows color (decimal): -6254875 or 15044256. OLE color: 15044256.
HSL color Cylindrical-coordinate representation of color #A08EE5: hue angle of 252.41º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08EE5 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 142 | 229 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.10 |
| HSL | 252.41º | 0.63% | 0.73% | - |
| HSV(B) | 252.41º | 0.38% | 0.9% | - |
| XYZ | 38.31 | 32.48 | 78.38 | - |
| YUV | 157.3 | 168.46 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 229 | 0.30 | 0.38 | 0 | 0.10 | 252.41 | 0.63 | 0.73 |
| Hex | A0 | 8E | E5 | 1E | 26 | 0 | A | FC | 3F | 49 |
| Octal | 240 | 216 | 345 | 36 | 46 | 0 | 12 | 374 | 77 | 111 |
| Binary | 10100000 | 10001110 | 11100101 | 11110 | 100110 | 0 | 1010 | 11111100 | 111111 | 1001001 |
Color Harmonies of #A08EE5
Complementary color
Monochromatic Colors of #A08EE5
Black with #A08EE5
Text Example
Text Example
White with #A08EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08EE5; }
p { color: rgb(160,142,229); }
H1.HeaderClassName
{
color: #A08EE5;
}
.AnyTagClassName
{
color: #A08EE5;
}
</style>
background-color css
<style>
a { background-color: #A08EE5; }
a { background-color: rgb(160,142,229); }
div.DivClassName
{
background-color: #A08EE5;
}
.BgClassName
{
background-color: #A08EE5;
}
</style>
border-color css
<style>
span { border-color: #A08EE5; }
span { border-color: rgb(160,142,229); }
td.TdClassName
{
border-color: #A08EE5;
}
.TagClassName
{
border-color: #A08EE5;
}
</style>