Shades of Biloba Flower #A08BEA
Tints of Biloba Flower #A08BEA
RGB
CMYK
RGB Variations
Color information
#A08BEA (or 0xA08BEA) is known color: Biloba Flower. HEX triplet: A0, 8B and EA. RGB value is (160,139,234). Sum of RGB (Red+Green+Blue) = 160+139+234=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #A08BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BEA is #5F7415. Grayscale: #9B9B9B. Windows color (decimal): -6255638 or 15371168. OLE color: 15371168.
HSL color Cylindrical-coordinate representation of color #A08BEA: hue angle of 253.26º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A08BEA is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 139 | 234 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.08 |
| HSL | 253.26º | 0.69% | 0.73% | - |
| HSV(B) | 253.26º | 0.41% | 0.92% | - |
| XYZ | 38.58 | 31.88 | 81.96 | - |
| YUV | 156.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 234 | 0.32 | 0.41 | 0 | 0.08 | 253.26 | 0.69 | 0.73 |
| Hex | A0 | 8B | EA | 20 | 29 | 0 | 8 | FD | 45 | 49 |
| Octal | 240 | 213 | 352 | 40 | 51 | 0 | 10 | 375 | 105 | 111 |
| Binary | 10100000 | 10001011 | 11101010 | 100000 | 101001 | 0 | 1000 | 11111101 | 1000101 | 1001001 |
Color Harmonies of #A08BEA
Complementary color
Monochromatic Colors of #A08BEA
Black with #A08BEA
Text Example
Text Example
White with #A08BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BEA; }
p { color: rgb(160,139,234); }
H1.HeaderClassName
{
color: #A08BEA;
}
.AnyTagClassName
{
color: #A08BEA;
}
</style>
background-color css
<style>
a { background-color: #A08BEA; }
a { background-color: rgb(160,139,234); }
div.DivClassName
{
background-color: #A08BEA;
}
.BgClassName
{
background-color: #A08BEA;
}
</style>
border-color css
<style>
span { border-color: #A08BEA; }
span { border-color: rgb(160,139,234); }
td.TdClassName
{
border-color: #A08BEA;
}
.TagClassName
{
border-color: #A08BEA;
}
</style>