Shades of Biloba Flower #A88DDA
Tints of Biloba Flower #A88DDA
RGB
CMYK
RGB Variations
Color information
#A88DDA (or 0xA88DDA) is known color: Biloba Flower. HEX triplet: A8, 8D and DA. RGB value is (168,141,218). Sum of RGB (Red+Green+Blue) = 168+141+218=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #A88DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DDA is #577225. Grayscale: #9D9D9D. Windows color (decimal): -5730854 or 14323112. OLE color: 14323112.
HSL color Cylindrical-coordinate representation of color #A88DDA: hue angle of 261.04º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A88DDA is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 141 | 218 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.15 |
| HSL | 261.04º | 0.51% | 0.7% | - |
| HSV(B) | 261.04º | 0.35% | 0.85% | - |
| XYZ | 38.33 | 32.44 | 70.57 | - |
| YUV | 157.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 218 | 0.23 | 0.35 | 0 | 0.15 | 261.04 | 0.51 | 0.7 |
| Hex | A8 | 8D | DA | 17 | 23 | 0 | F | 105 | 33 | 46 |
| Octal | 250 | 215 | 332 | 27 | 43 | 0 | 17 | 405 | 63 | 106 |
| Binary | 10101000 | 10001101 | 11011010 | 10111 | 100011 | 0 | 1111 | 100000101 | 110011 | 1000110 |
Color Harmonies of #A88DDA
Complementary color
Monochromatic Colors of #A88DDA
Black with #A88DDA
Text Example
Text Example
White with #A88DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DDA; }
p { color: rgb(168,141,218); }
H1.HeaderClassName
{
color: #A88DDA;
}
.AnyTagClassName
{
color: #A88DDA;
}
</style>
background-color css
<style>
a { background-color: #A88DDA; }
a { background-color: rgb(168,141,218); }
div.DivClassName
{
background-color: #A88DDA;
}
.BgClassName
{
background-color: #A88DDA;
}
</style>
border-color css
<style>
span { border-color: #A88DDA; }
span { border-color: rgb(168,141,218); }
td.TdClassName
{
border-color: #A88DDA;
}
.TagClassName
{
border-color: #A88DDA;
}
</style>