Shades of Biloba Flower #A88FDA
Tints of Biloba Flower #A88FDA
RGB
CMYK
RGB Variations
Color information
#A88FDA (or 0xA88FDA) is known color: Biloba Flower. HEX triplet: A8, 8F and DA. RGB value is (168,143,218). Sum of RGB (Red+Green+Blue) = 168+143+218=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #A88FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FDA is #577025. Grayscale: #9E9E9E. Windows color (decimal): -5730342 or 14323624. OLE color: 14323624.
HSL color Cylindrical-coordinate representation of color #A88FDA: hue angle of 260º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A88FDA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 143 | 218 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.15 |
| HSL | 260º | 0.5% | 0.71% | - |
| HSV(B) | 260º | 0.34% | 0.85% | - |
| XYZ | 38.63 | 33.03 | 70.67 | - |
| YUV | 159.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 218 | 0.23 | 0.34 | 0 | 0.15 | 260 | 0.5 | 0.71 |
| Hex | A8 | 8F | DA | 17 | 22 | 0 | F | 104 | 32 | 47 |
| Octal | 250 | 217 | 332 | 27 | 42 | 0 | 17 | 404 | 62 | 107 |
| Binary | 10101000 | 10001111 | 11011010 | 10111 | 100010 | 0 | 1111 | 100000100 | 110010 | 1000111 |
Color Harmonies of #A88FDA
Complementary color
Monochromatic Colors of #A88FDA
Black with #A88FDA
Text Example
Text Example
White with #A88FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FDA; }
p { color: rgb(168,143,218); }
H1.HeaderClassName
{
color: #A88FDA;
}
.AnyTagClassName
{
color: #A88FDA;
}
</style>
background-color css
<style>
a { background-color: #A88FDA; }
a { background-color: rgb(168,143,218); }
div.DivClassName
{
background-color: #A88FDA;
}
.BgClassName
{
background-color: #A88FDA;
}
</style>
border-color css
<style>
span { border-color: #A88FDA; }
span { border-color: rgb(168,143,218); }
td.TdClassName
{
border-color: #A88FDA;
}
.TagClassName
{
border-color: #A88FDA;
}
</style>