Shades of Biloba Flower #A88DDC
Tints of Biloba Flower #A88DDC
RGB
CMYK
RGB Variations
Color information
#A88DDC (or 0xA88DDC) is known color: Biloba Flower. HEX triplet: A8, 8D and DC. RGB value is (168,141,220). Sum of RGB (Red+Green+Blue) = 168+141+220=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #A88DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DDC is #577223. Grayscale: #9D9D9D. Windows color (decimal): -5730852 or 14454184. OLE color: 14454184.
HSL color Cylindrical-coordinate representation of color #A88DDC: hue angle of 260.51º degrees, saturation: 0.53, 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 #A88DDC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 141 | 220 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.14 |
| HSL | 260.51º | 0.53% | 0.71% | - |
| HSV(B) | 260.51º | 0.36% | 0.86% | - |
| XYZ | 38.59 | 32.54 | 71.96 | - |
| YUV | 158.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 220 | 0.24 | 0.36 | 0 | 0.14 | 260.51 | 0.53 | 0.71 |
| Hex | A8 | 8D | DC | 18 | 24 | 0 | E | 105 | 35 | 47 |
| Octal | 250 | 215 | 334 | 30 | 44 | 0 | 16 | 405 | 65 | 107 |
| Binary | 10101000 | 10001101 | 11011100 | 11000 | 100100 | 0 | 1110 | 100000101 | 110101 | 1000111 |
Color Harmonies of #A88DDC
Complementary color
Monochromatic Colors of #A88DDC
Black with #A88DDC
Text Example
Text Example
White with #A88DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DDC; }
p { color: rgb(168,141,220); }
H1.HeaderClassName
{
color: #A88DDC;
}
.AnyTagClassName
{
color: #A88DDC;
}
</style>
background-color css
<style>
a { background-color: #A88DDC; }
a { background-color: rgb(168,141,220); }
div.DivClassName
{
background-color: #A88DDC;
}
.BgClassName
{
background-color: #A88DDC;
}
</style>
border-color css
<style>
span { border-color: #A88DDC; }
span { border-color: rgb(168,141,220); }
td.TdClassName
{
border-color: #A88DDC;
}
.TagClassName
{
border-color: #A88DDC;
}
</style>