Shades of Biloba Flower #A88DDE
Tints of Biloba Flower #A88DDE
RGB
CMYK
RGB Variations
Color information
#A88DDE (or 0xA88DDE) is known color: Biloba Flower. HEX triplet: A8, 8D and DE. RGB value is (168,141,222). Sum of RGB (Red+Green+Blue) = 168+141+222=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #A88DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DDE is #577221. Grayscale: #9E9E9E. Windows color (decimal): -5730850 or 14585256. OLE color: 14585256.
HSL color Cylindrical-coordinate representation of color #A88DDE: hue angle of 260º degrees, saturation: 0.55, 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 #A88DDE is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 141 | 222 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.13 |
| HSL | 260º | 0.55% | 0.71% | - |
| HSV(B) | 260º | 0.36% | 0.87% | - |
| XYZ | 38.86 | 32.65 | 73.36 | - |
| YUV | 158.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 222 | 0.24 | 0.36 | 0 | 0.13 | 260 | 0.55 | 0.71 |
| Hex | A8 | 8D | DE | 18 | 24 | 0 | D | 104 | 37 | 47 |
| Octal | 250 | 215 | 336 | 30 | 44 | 0 | 15 | 404 | 67 | 107 |
| Binary | 10101000 | 10001101 | 11011110 | 11000 | 100100 | 0 | 1101 | 100000100 | 110111 | 1000111 |
Color Harmonies of #A88DDE
Complementary color
Monochromatic Colors of #A88DDE
Black with #A88DDE
Text Example
Text Example
White with #A88DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DDE; }
p { color: rgb(168,141,222); }
H1.HeaderClassName
{
color: #A88DDE;
}
.AnyTagClassName
{
color: #A88DDE;
}
</style>
background-color css
<style>
a { background-color: #A88DDE; }
a { background-color: rgb(168,141,222); }
div.DivClassName
{
background-color: #A88DDE;
}
.BgClassName
{
background-color: #A88DDE;
}
</style>
border-color css
<style>
span { border-color: #A88DDE; }
span { border-color: rgb(168,141,222); }
td.TdClassName
{
border-color: #A88DDE;
}
.TagClassName
{
border-color: #A88DDE;
}
</style>