Shades of Biloba Flower #A88DDF
Tints of Biloba Flower #A88DDF
RGB
CMYK
RGB Variations
Color information
#A88DDF (or 0xA88DDF) is known color: Biloba Flower. HEX triplet: A8, 8D and DF. RGB value is (168,141,223). Sum of RGB (Red+Green+Blue) = 168+141+223=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #A88DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DDF is #577220. Grayscale: #9E9E9E. Windows color (decimal): -5730849 or 14650792. OLE color: 14650792.
HSL color Cylindrical-coordinate representation of color #A88DDF: hue angle of 259.76º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A88DDF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 141 | 223 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.13 |
| HSL | 259.76º | 0.56% | 0.71% | - |
| HSV(B) | 259.76º | 0.37% | 0.87% | - |
| XYZ | 38.99 | 32.7 | 74.07 | - |
| YUV | 158.42 | 164.45 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 223 | 0.25 | 0.37 | 0 | 0.13 | 259.76 | 0.56 | 0.71 |
| Hex | A8 | 8D | DF | 19 | 25 | 0 | D | 104 | 38 | 47 |
| Octal | 250 | 215 | 337 | 31 | 45 | 0 | 15 | 404 | 70 | 107 |
| Binary | 10101000 | 10001101 | 11011111 | 11001 | 100101 | 0 | 1101 | 100000100 | 111000 | 1000111 |
Color Harmonies of #A88DDF
Complementary color
Monochromatic Colors of #A88DDF
Black with #A88DDF
Text Example
Text Example
White with #A88DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DDF; }
p { color: rgb(168,141,223); }
H1.HeaderClassName
{
color: #A88DDF;
}
.AnyTagClassName
{
color: #A88DDF;
}
</style>
background-color css
<style>
a { background-color: #A88DDF; }
a { background-color: rgb(168,141,223); }
div.DivClassName
{
background-color: #A88DDF;
}
.BgClassName
{
background-color: #A88DDF;
}
</style>
border-color css
<style>
span { border-color: #A88DDF; }
span { border-color: rgb(168,141,223); }
td.TdClassName
{
border-color: #A88DDF;
}
.TagClassName
{
border-color: #A88DDF;
}
</style>