Shades of Biloba Flower #A08ADE
Tints of Biloba Flower #A08ADE
RGB
CMYK
RGB Variations
Color information
#A08ADE (or 0xA08ADE) is known color: Biloba Flower. HEX triplet: A0, 8A and DE. RGB value is (160,138,222). Sum of RGB (Red+Green+Blue) = 160+138+222=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #A08ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ADE is #5F7521. Grayscale: #999999. Windows color (decimal): -6255906 or 14584480. OLE color: 14584480.
HSL color Cylindrical-coordinate representation of color #A08ADE: hue angle of 255.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08ADE is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 138 | 222 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.13 |
| HSL | 255.71º | 0.56% | 0.71% | - |
| HSV(B) | 255.71º | 0.38% | 0.87% | - |
| XYZ | 36.77 | 30.92 | 73.14 | - |
| YUV | 154.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 222 | 0.28 | 0.38 | 0 | 0.13 | 255.71 | 0.56 | 0.71 |
| Hex | A0 | 8A | DE | 1C | 26 | 0 | D | 100 | 38 | 47 |
| Octal | 240 | 212 | 336 | 34 | 46 | 0 | 15 | 400 | 70 | 107 |
| Binary | 10100000 | 10001010 | 11011110 | 11100 | 100110 | 0 | 1101 | 100000000 | 111000 | 1000111 |
Color Harmonies of #A08ADE
Complementary color
Monochromatic Colors of #A08ADE
Black with #A08ADE
Text Example
Text Example
White with #A08ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08ADE; }
p { color: rgb(160,138,222); }
H1.HeaderClassName
{
color: #A08ADE;
}
.AnyTagClassName
{
color: #A08ADE;
}
</style>
background-color css
<style>
a { background-color: #A08ADE; }
a { background-color: rgb(160,138,222); }
div.DivClassName
{
background-color: #A08ADE;
}
.BgClassName
{
background-color: #A08ADE;
}
</style>
border-color css
<style>
span { border-color: #A08ADE; }
span { border-color: rgb(160,138,222); }
td.TdClassName
{
border-color: #A08ADE;
}
.TagClassName
{
border-color: #A08ADE;
}
</style>