Shades of Biloba Flower #A08EDC
Tints of Biloba Flower #A08EDC
RGB
CMYK
RGB Variations
Color information
#A08EDC (or 0xA08EDC) is known color: Biloba Flower. HEX triplet: A0, 8E and DC. RGB value is (160,142,220). Sum of RGB (Red+Green+Blue) = 160+142+220=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #A08EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EDC is #5F7123. Grayscale: #9B9B9B. Windows color (decimal): -6254884 or 14454432. OLE color: 14454432.
HSL color Cylindrical-coordinate representation of color #A08EDC: hue angle of 253.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A08EDC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 142 | 220 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.14 |
| HSL | 253.85º | 0.53% | 0.71% | - |
| HSV(B) | 253.85º | 0.35% | 0.86% | - |
| XYZ | 37.09 | 31.99 | 71.93 | - |
| YUV | 156.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 220 | 0.27 | 0.35 | 0 | 0.14 | 253.85 | 0.53 | 0.71 |
| Hex | A0 | 8E | DC | 1B | 23 | 0 | E | FE | 35 | 47 |
| Octal | 240 | 216 | 334 | 33 | 43 | 0 | 16 | 376 | 65 | 107 |
| Binary | 10100000 | 10001110 | 11011100 | 11011 | 100011 | 0 | 1110 | 11111110 | 110101 | 1000111 |
Color Harmonies of #A08EDC
Complementary color
Monochromatic Colors of #A08EDC
Black with #A08EDC
Text Example
Text Example
White with #A08EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08EDC; }
p { color: rgb(160,142,220); }
H1.HeaderClassName
{
color: #A08EDC;
}
.AnyTagClassName
{
color: #A08EDC;
}
</style>
background-color css
<style>
a { background-color: #A08EDC; }
a { background-color: rgb(160,142,220); }
div.DivClassName
{
background-color: #A08EDC;
}
.BgClassName
{
background-color: #A08EDC;
}
</style>
border-color css
<style>
span { border-color: #A08EDC; }
span { border-color: rgb(160,142,220); }
td.TdClassName
{
border-color: #A08EDC;
}
.TagClassName
{
border-color: #A08EDC;
}
</style>