Shades of Biloba Flower #A88DDB
Tints of Biloba Flower #A88DDB
RGB
CMYK
RGB Variations
Color information
#A88DDB (or 0xA88DDB) is known color: Biloba Flower. HEX triplet: A8, 8D and DB. RGB value is (168,141,219). Sum of RGB (Red+Green+Blue) = 168+141+219=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #A88DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DDB is #577224. Grayscale: #9D9D9D. Windows color (decimal): -5730853 or 14388648. OLE color: 14388648.
HSL color Cylindrical-coordinate representation of color #A88DDB: hue angle of 260.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88DDB is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 141 | 219 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.14 |
| HSL | 260.77º | 0.52% | 0.71% | - |
| HSV(B) | 260.77º | 0.36% | 0.86% | - |
| XYZ | 38.46 | 32.49 | 71.26 | - |
| YUV | 157.97 | 162.45 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 219 | 0.23 | 0.36 | 0 | 0.14 | 260.77 | 0.52 | 0.71 |
| Hex | A8 | 8D | DB | 17 | 24 | 0 | E | 105 | 34 | 47 |
| Octal | 250 | 215 | 333 | 27 | 44 | 0 | 16 | 405 | 64 | 107 |
| Binary | 10101000 | 10001101 | 11011011 | 10111 | 100100 | 0 | 1110 | 100000101 | 110100 | 1000111 |
Color Harmonies of #A88DDB
Complementary color
Monochromatic Colors of #A88DDB
Black with #A88DDB
Text Example
Text Example
White with #A88DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DDB; }
p { color: rgb(168,141,219); }
H1.HeaderClassName
{
color: #A88DDB;
}
.AnyTagClassName
{
color: #A88DDB;
}
</style>
background-color css
<style>
a { background-color: #A88DDB; }
a { background-color: rgb(168,141,219); }
div.DivClassName
{
background-color: #A88DDB;
}
.BgClassName
{
background-color: #A88DDB;
}
</style>
border-color css
<style>
span { border-color: #A88DDB; }
span { border-color: rgb(168,141,219); }
td.TdClassName
{
border-color: #A88DDB;
}
.TagClassName
{
border-color: #A88DDB;
}
</style>