Shades of Biloba Flower #A88BDB
Tints of Biloba Flower #A88BDB
RGB
CMYK
RGB Variations
Color information
#A88BDB (or 0xA88BDB) is known color: Biloba Flower. HEX triplet: A8, 8B and DB. RGB value is (168,139,219). Sum of RGB (Red+Green+Blue) = 168+139+219=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #A88BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BDB is #577424. Grayscale: #9C9C9C. Windows color (decimal): -5731365 or 14388136. OLE color: 14388136.
HSL color Cylindrical-coordinate representation of color #A88BDB: hue angle of 261.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A88BDB is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 139 | 219 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.14 |
| HSL | 261.75º | 0.53% | 0.7% | - |
| HSV(B) | 261.75º | 0.37% | 0.86% | - |
| XYZ | 38.17 | 31.9 | 71.16 | - |
| YUV | 156.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 219 | 0.23 | 0.37 | 0 | 0.14 | 261.75 | 0.53 | 0.7 |
| Hex | A8 | 8B | DB | 17 | 25 | 0 | E | 106 | 35 | 46 |
| Octal | 250 | 213 | 333 | 27 | 45 | 0 | 16 | 406 | 65 | 106 |
| Binary | 10101000 | 10001011 | 11011011 | 10111 | 100101 | 0 | 1110 | 100000110 | 110101 | 1000110 |
Color Harmonies of #A88BDB
Complementary color
Monochromatic Colors of #A88BDB
Black with #A88BDB
Text Example
Text Example
White with #A88BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88BDB; }
p { color: rgb(168,139,219); }
H1.HeaderClassName
{
color: #A88BDB;
}
.AnyTagClassName
{
color: #A88BDB;
}
</style>
background-color css
<style>
a { background-color: #A88BDB; }
a { background-color: rgb(168,139,219); }
div.DivClassName
{
background-color: #A88BDB;
}
.BgClassName
{
background-color: #A88BDB;
}
</style>
border-color css
<style>
span { border-color: #A88BDB; }
span { border-color: rgb(168,139,219); }
td.TdClassName
{
border-color: #A88BDB;
}
.TagClassName
{
border-color: #A88BDB;
}
</style>