Shades of Biloba Flower #A08DEA
Tints of Biloba Flower #A08DEA
RGB
CMYK
RGB Variations
Color information
#A08DEA (or 0xA08DEA) is known color: Biloba Flower. HEX triplet: A0, 8D and EA. RGB value is (160,141,234). Sum of RGB (Red+Green+Blue) = 160+141+234=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #A08DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08DEA is #5F7215. Grayscale: #9C9C9C. Windows color (decimal): -6255126 or 15371680. OLE color: 15371680.
HSL color Cylindrical-coordinate representation of color #A08DEA: hue angle of 252.26º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08DEA is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 141 | 234 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.08 |
| HSL | 252.26º | 0.69% | 0.74% | - |
| HSV(B) | 252.26º | 0.4% | 0.92% | - |
| XYZ | 38.87 | 32.46 | 82.06 | - |
| YUV | 157.28 | 171.29 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 234 | 0.32 | 0.40 | 0 | 0.08 | 252.26 | 0.69 | 0.74 |
| Hex | A0 | 8D | EA | 20 | 28 | 0 | 8 | FC | 45 | 4A |
| Octal | 240 | 215 | 352 | 40 | 50 | 0 | 10 | 374 | 105 | 112 |
| Binary | 10100000 | 10001101 | 11101010 | 100000 | 101000 | 0 | 1000 | 11111100 | 1000101 | 1001010 |
Color Harmonies of #A08DEA
Complementary color
Monochromatic Colors of #A08DEA
Black with #A08DEA
Text Example
Text Example
White with #A08DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DEA; }
p { color: rgb(160,141,234); }
H1.HeaderClassName
{
color: #A08DEA;
}
.AnyTagClassName
{
color: #A08DEA;
}
</style>
background-color css
<style>
a { background-color: #A08DEA; }
a { background-color: rgb(160,141,234); }
div.DivClassName
{
background-color: #A08DEA;
}
.BgClassName
{
background-color: #A08DEA;
}
</style>
border-color css
<style>
span { border-color: #A08DEA; }
span { border-color: rgb(160,141,234); }
td.TdClassName
{
border-color: #A08DEA;
}
.TagClassName
{
border-color: #A08DEA;
}
</style>