Shades of Biloba Flower #A888DB
Tints of Biloba Flower #A888DB
RGB
CMYK
RGB Variations
Color information
#A888DB (or 0xA888DB) is known color: Biloba Flower. HEX triplet: A8, 88 and DB. RGB value is (168,136,219). Sum of RGB (Red+Green+Blue) = 168+136+219=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #A888DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888DB is #577724. Grayscale: #9A9A9A. Windows color (decimal): -5732133 or 14387368. OLE color: 14387368.
HSL color Cylindrical-coordinate representation of color #A888DB: hue angle of 263.13º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A888DB is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 136 | 219 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.14 |
| HSL | 263.13º | 0.54% | 0.7% | - |
| HSV(B) | 263.13º | 0.38% | 0.86% | - |
| XYZ | 37.74 | 31.05 | 71.02 | - |
| YUV | 155.03 | 164.1 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 219 | 0.23 | 0.38 | 0 | 0.14 | 263.13 | 0.54 | 0.7 |
| Hex | A8 | 88 | DB | 17 | 26 | 0 | E | 107 | 36 | 46 |
| Octal | 250 | 210 | 333 | 27 | 46 | 0 | 16 | 407 | 66 | 106 |
| Binary | 10101000 | 10001000 | 11011011 | 10111 | 100110 | 0 | 1110 | 100000111 | 110110 | 1000110 |
Color Harmonies of #A888DB
Complementary color
Monochromatic Colors of #A888DB
Black with #A888DB
Text Example
Text Example
White with #A888DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888DB; }
p { color: rgb(168,136,219); }
H1.HeaderClassName
{
color: #A888DB;
}
.AnyTagClassName
{
color: #A888DB;
}
</style>
background-color css
<style>
a { background-color: #A888DB; }
a { background-color: rgb(168,136,219); }
div.DivClassName
{
background-color: #A888DB;
}
.BgClassName
{
background-color: #A888DB;
}
</style>
border-color css
<style>
span { border-color: #A888DB; }
span { border-color: rgb(168,136,219); }
td.TdClassName
{
border-color: #A888DB;
}
.TagClassName
{
border-color: #A888DB;
}
</style>