Shades of Biloba Flower #A88FDD
Tints of Biloba Flower #A88FDD
RGB
CMYK
RGB Variations
Color information
#A88FDD (or 0xA88FDD) is known color: Biloba Flower. HEX triplet: A8, 8F and DD. RGB value is (168,143,221). Sum of RGB (Red+Green+Blue) = 168+143+221=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #A88FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FDD is #577022. Grayscale: #9F9F9F. Windows color (decimal): -5730339 or 14520232. OLE color: 14520232.
HSL color Cylindrical-coordinate representation of color #A88FDD: hue angle of 259.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A88FDD is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 143 | 221 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.13 |
| HSL | 259.23º | 0.53% | 0.71% | - |
| HSV(B) | 259.23º | 0.35% | 0.87% | - |
| XYZ | 39.02 | 33.19 | 72.76 | - |
| YUV | 159.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 221 | 0.24 | 0.35 | 0 | 0.13 | 259.23 | 0.53 | 0.71 |
| Hex | A8 | 8F | DD | 18 | 23 | 0 | D | 103 | 35 | 47 |
| Octal | 250 | 217 | 335 | 30 | 43 | 0 | 15 | 403 | 65 | 107 |
| Binary | 10101000 | 10001111 | 11011101 | 11000 | 100011 | 0 | 1101 | 100000011 | 110101 | 1000111 |
Color Harmonies of #A88FDD
Complementary color
Monochromatic Colors of #A88FDD
Black with #A88FDD
Text Example
Text Example
White with #A88FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FDD; }
p { color: rgb(168,143,221); }
H1.HeaderClassName
{
color: #A88FDD;
}
.AnyTagClassName
{
color: #A88FDD;
}
</style>
background-color css
<style>
a { background-color: #A88FDD; }
a { background-color: rgb(168,143,221); }
div.DivClassName
{
background-color: #A88FDD;
}
.BgClassName
{
background-color: #A88FDD;
}
</style>
border-color css
<style>
span { border-color: #A88FDD; }
span { border-color: rgb(168,143,221); }
td.TdClassName
{
border-color: #A88FDD;
}
.TagClassName
{
border-color: #A88FDD;
}
</style>