Shades of Biloba Flower #A08FEC
Tints of Biloba Flower #A08FEC
RGB
CMYK
RGB Variations
Color information
#A08FEC (or 0xA08FEC) is known color: Biloba Flower. HEX triplet: A0, 8F and EC. RGB value is (160,143,236). Sum of RGB (Red+Green+Blue) = 160+143+236=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #A08FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FEC is #5F7013. Grayscale: #9E9E9E. Windows color (decimal): -6254612 or 15503264. OLE color: 15503264.
HSL color Cylindrical-coordinate representation of color #A08FEC: hue angle of 250.97º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08FEC is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 143 | 236 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.07 |
| HSL | 250.97º | 0.71% | 0.74% | - |
| HSV(B) | 250.97º | 0.39% | 0.93% | - |
| XYZ | 39.46 | 33.17 | 83.68 | - |
| YUV | 158.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 236 | 0.32 | 0.39 | 0 | 0.07 | 250.97 | 0.71 | 0.74 |
| Hex | A0 | 8F | EC | 20 | 27 | 0 | 7 | FB | 47 | 4A |
| Octal | 240 | 217 | 354 | 40 | 47 | 0 | 7 | 373 | 107 | 112 |
| Binary | 10100000 | 10001111 | 11101100 | 100000 | 100111 | 0 | 111 | 11111011 | 1000111 | 1001010 |
Color Harmonies of #A08FEC
Complementary color
Monochromatic Colors of #A08FEC
Black with #A08FEC
Text Example
Text Example
White with #A08FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FEC; }
p { color: rgb(160,143,236); }
H1.HeaderClassName
{
color: #A08FEC;
}
.AnyTagClassName
{
color: #A08FEC;
}
</style>
background-color css
<style>
a { background-color: #A08FEC; }
a { background-color: rgb(160,143,236); }
div.DivClassName
{
background-color: #A08FEC;
}
.BgClassName
{
background-color: #A08FEC;
}
</style>
border-color css
<style>
span { border-color: #A08FEC; }
span { border-color: rgb(160,143,236); }
td.TdClassName
{
border-color: #A08FEC;
}
.TagClassName
{
border-color: #A08FEC;
}
</style>