Shades of Biloba Flower #A88CDB
Tints of Biloba Flower #A88CDB
RGB
CMYK
RGB Variations
Color information
#A88CDB (or 0xA88CDB) is known color: Biloba Flower. HEX triplet: A8, 8C and DB. RGB value is (168,140,219). Sum of RGB (Red+Green+Blue) = 168+140+219=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #A88CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CDB is #577324. Grayscale: #9D9D9D. Windows color (decimal): -5731109 or 14388392. OLE color: 14388392.
HSL color Cylindrical-coordinate representation of color #A88CDB: hue angle of 261.27º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88CDB is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 140 | 219 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.14 |
| HSL | 261.27º | 0.52% | 0.7% | - |
| HSV(B) | 261.27º | 0.36% | 0.86% | - |
| XYZ | 38.31 | 32.2 | 71.21 | - |
| YUV | 157.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 219 | 0.23 | 0.36 | 0 | 0.14 | 261.27 | 0.52 | 0.7 |
| Hex | A8 | 8C | DB | 17 | 24 | 0 | E | 105 | 34 | 46 |
| Octal | 250 | 214 | 333 | 27 | 44 | 0 | 16 | 405 | 64 | 106 |
| Binary | 10101000 | 10001100 | 11011011 | 10111 | 100100 | 0 | 1110 | 100000101 | 110100 | 1000110 |
Color Harmonies of #A88CDB
Complementary color
Monochromatic Colors of #A88CDB
Black with #A88CDB
Text Example
Text Example
White with #A88CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88CDB; }
p { color: rgb(168,140,219); }
H1.HeaderClassName
{
color: #A88CDB;
}
.AnyTagClassName
{
color: #A88CDB;
}
</style>
background-color css
<style>
a { background-color: #A88CDB; }
a { background-color: rgb(168,140,219); }
div.DivClassName
{
background-color: #A88CDB;
}
.BgClassName
{
background-color: #A88CDB;
}
</style>
border-color css
<style>
span { border-color: #A88CDB; }
span { border-color: rgb(168,140,219); }
td.TdClassName
{
border-color: #A88CDB;
}
.TagClassName
{
border-color: #A88CDB;
}
</style>