Shades of Biloba Flower #A08FF0
Tints of Biloba Flower #A08FF0
RGB
CMYK
RGB Variations
Color information
#A08FF0 (or 0xA08FF0) is known color: Biloba Flower. HEX triplet: A0, 8F and F0. RGB value is (160,143,240). Sum of RGB (Red+Green+Blue) = 160+143+240=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #A08FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FF0 is #5F700F. Grayscale: #9E9E9E. Windows color (decimal): -6254608 or 15765408. OLE color: 15765408.
HSL color Cylindrical-coordinate representation of color #A08FF0: hue angle of 250.52º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08FF0 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 143 | 240 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.06 |
| HSL | 250.52º | 0.76% | 0.75% | - |
| HSV(B) | 250.52º | 0.4% | 0.94% | - |
| XYZ | 40.05 | 33.41 | 86.78 | - |
| YUV | 159.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 240 | 0.33 | 0.40 | 0 | 0.06 | 250.52 | 0.76 | 0.75 |
| Hex | A0 | 8F | F0 | 21 | 28 | 0 | 6 | FB | 4C | 4B |
| Octal | 240 | 217 | 360 | 41 | 50 | 0 | 6 | 373 | 114 | 113 |
| Binary | 10100000 | 10001111 | 11110000 | 100001 | 101000 | 0 | 110 | 11111011 | 1001100 | 1001011 |
Color Harmonies of #A08FF0
Complementary color
Monochromatic Colors of #A08FF0
Black with #A08FF0
Text Example
Text Example
White with #A08FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FF0; }
p { color: rgb(160,143,240); }
H1.HeaderClassName
{
color: #A08FF0;
}
.AnyTagClassName
{
color: #A08FF0;
}
</style>
background-color css
<style>
a { background-color: #A08FF0; }
a { background-color: rgb(160,143,240); }
div.DivClassName
{
background-color: #A08FF0;
}
.BgClassName
{
background-color: #A08FF0;
}
</style>
border-color css
<style>
span { border-color: #A08FF0; }
span { border-color: rgb(160,143,240); }
td.TdClassName
{
border-color: #A08FF0;
}
.TagClassName
{
border-color: #A08FF0;
}
</style>