Shades of Biloba Flower #A08DE5
Tints of Biloba Flower #A08DE5
RGB
CMYK
RGB Variations
Color information
#A08DE5 (or 0xA08DE5) is known color: Biloba Flower. HEX triplet: A0, 8D and E5. RGB value is (160,141,229). Sum of RGB (Red+Green+Blue) = 160+141+229=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #A08DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DE5 is #5F721A. Grayscale: #9C9C9C. Windows color (decimal): -6255131 or 15044000. OLE color: 15044000.
HSL color Cylindrical-coordinate representation of color #A08DE5: hue angle of 252.95º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08DE5 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 141 | 229 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.10 |
| HSL | 252.95º | 0.63% | 0.73% | - |
| HSV(B) | 252.95º | 0.38% | 0.9% | - |
| XYZ | 38.16 | 32.18 | 78.33 | - |
| YUV | 156.71 | 168.79 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 229 | 0.30 | 0.38 | 0 | 0.10 | 252.95 | 0.63 | 0.73 |
| Hex | A0 | 8D | E5 | 1E | 26 | 0 | A | FD | 3F | 49 |
| Octal | 240 | 215 | 345 | 36 | 46 | 0 | 12 | 375 | 77 | 111 |
| Binary | 10100000 | 10001101 | 11100101 | 11110 | 100110 | 0 | 1010 | 11111101 | 111111 | 1001001 |
Color Harmonies of #A08DE5
Complementary color
Monochromatic Colors of #A08DE5
Black with #A08DE5
Text Example
Text Example
White with #A08DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DE5; }
p { color: rgb(160,141,229); }
H1.HeaderClassName
{
color: #A08DE5;
}
.AnyTagClassName
{
color: #A08DE5;
}
</style>
background-color css
<style>
a { background-color: #A08DE5; }
a { background-color: rgb(160,141,229); }
div.DivClassName
{
background-color: #A08DE5;
}
.BgClassName
{
background-color: #A08DE5;
}
</style>
border-color css
<style>
span { border-color: #A08DE5; }
span { border-color: rgb(160,141,229); }
td.TdClassName
{
border-color: #A08DE5;
}
.TagClassName
{
border-color: #A08DE5;
}
</style>