Shades of Biloba Flower #A88DDD
Tints of Biloba Flower #A88DDD
RGB
CMYK
RGB Variations
Color information
#A88DDD (or 0xA88DDD) is known color: Biloba Flower. HEX triplet: A8, 8D and DD. RGB value is (168,141,221). Sum of RGB (Red+Green+Blue) = 168+141+221=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #A88DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DDD is #577222. Grayscale: #9D9D9D. Windows color (decimal): -5730851 or 14519720. OLE color: 14519720.
HSL color Cylindrical-coordinate representation of color #A88DDD: hue angle of 260.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88DDD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 141 | 221 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.13 |
| HSL | 260.25º | 0.54% | 0.71% | - |
| HSV(B) | 260.25º | 0.36% | 0.87% | - |
| XYZ | 38.72 | 32.6 | 72.66 | - |
| YUV | 158.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 221 | 0.24 | 0.36 | 0 | 0.13 | 260.25 | 0.54 | 0.71 |
| Hex | A8 | 8D | DD | 18 | 24 | 0 | D | 104 | 36 | 47 |
| Octal | 250 | 215 | 335 | 30 | 44 | 0 | 15 | 404 | 66 | 107 |
| Binary | 10101000 | 10001101 | 11011101 | 11000 | 100100 | 0 | 1101 | 100000100 | 110110 | 1000111 |
Color Harmonies of #A88DDD
Complementary color
Monochromatic Colors of #A88DDD
Black with #A88DDD
Text Example
Text Example
White with #A88DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DDD; }
p { color: rgb(168,141,221); }
H1.HeaderClassName
{
color: #A88DDD;
}
.AnyTagClassName
{
color: #A88DDD;
}
</style>
background-color css
<style>
a { background-color: #A88DDD; }
a { background-color: rgb(168,141,221); }
div.DivClassName
{
background-color: #A88DDD;
}
.BgClassName
{
background-color: #A88DDD;
}
</style>
border-color css
<style>
span { border-color: #A88DDD; }
span { border-color: rgb(168,141,221); }
td.TdClassName
{
border-color: #A88DDD;
}
.TagClassName
{
border-color: #A88DDD;
}
</style>