Shades of Biloba Flower #A08FE9
Tints of Biloba Flower #A08FE9
RGB
CMYK
RGB Variations
Color information
#A08FE9 (or 0xA08FE9) is known color: Biloba Flower. HEX triplet: A0, 8F and E9. RGB value is (160,143,233). Sum of RGB (Red+Green+Blue) = 160+143+233=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #A08FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FE9 is #5F7016. Grayscale: #9E9E9E. Windows color (decimal): -6254615 or 15306656. OLE color: 15306656.
HSL color Cylindrical-coordinate representation of color #A08FE9: hue angle of 251.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08FE9 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 143 | 233 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.09 |
| HSL | 251.33º | 0.67% | 0.74% | - |
| HSV(B) | 251.33º | 0.39% | 0.91% | - |
| XYZ | 39.03 | 33 | 81.4 | - |
| YUV | 158.34 | 170.13 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 233 | 0.31 | 0.39 | 0 | 0.09 | 251.33 | 0.67 | 0.74 |
| Hex | A0 | 8F | E9 | 1F | 27 | 0 | 9 | FB | 43 | 4A |
| Octal | 240 | 217 | 351 | 37 | 47 | 0 | 11 | 373 | 103 | 112 |
| Binary | 10100000 | 10001111 | 11101001 | 11111 | 100111 | 0 | 1001 | 11111011 | 1000011 | 1001010 |
Color Harmonies of #A08FE9
Complementary color
Monochromatic Colors of #A08FE9
Black with #A08FE9
Text Example
Text Example
White with #A08FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FE9; }
p { color: rgb(160,143,233); }
H1.HeaderClassName
{
color: #A08FE9;
}
.AnyTagClassName
{
color: #A08FE9;
}
</style>
background-color css
<style>
a { background-color: #A08FE9; }
a { background-color: rgb(160,143,233); }
div.DivClassName
{
background-color: #A08FE9;
}
.BgClassName
{
background-color: #A08FE9;
}
</style>
border-color css
<style>
span { border-color: #A08FE9; }
span { border-color: rgb(160,143,233); }
td.TdClassName
{
border-color: #A08FE9;
}
.TagClassName
{
border-color: #A08FE9;
}
</style>