Shades of Biloba Flower #A088DB
Tints of Biloba Flower #A088DB
RGB
CMYK
RGB Variations
Color information
#A088DB (or 0xA088DB) is known color: Biloba Flower. HEX triplet: A0, 88 and DB. RGB value is (160,136,219). Sum of RGB (Red+Green+Blue) = 160+136+219=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A088DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088DB is #5F7724. Grayscale: #989898. Windows color (decimal): -6256421 or 14387360. OLE color: 14387360.
HSL color Cylindrical-coordinate representation of color #A088DB: hue angle of 257.35º 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 #A088DB is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 136 | 219 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.14 |
| HSL | 257.35º | 0.54% | 0.7% | - |
| HSV(B) | 257.35º | 0.38% | 0.86% | - |
| XYZ | 36.09 | 30.2 | 70.94 | - |
| YUV | 152.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 219 | 0.27 | 0.38 | 0 | 0.14 | 257.35 | 0.54 | 0.7 |
| Hex | A0 | 88 | DB | 1B | 26 | 0 | E | 101 | 36 | 46 |
| Octal | 240 | 210 | 333 | 33 | 46 | 0 | 16 | 401 | 66 | 106 |
| Binary | 10100000 | 10001000 | 11011011 | 11011 | 100110 | 0 | 1110 | 100000001 | 110110 | 1000110 |
Color Harmonies of #A088DB
Complementary color
Monochromatic Colors of #A088DB
Black with #A088DB
Text Example
Text Example
White with #A088DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088DB; }
p { color: rgb(160,136,219); }
H1.HeaderClassName
{
color: #A088DB;
}
.AnyTagClassName
{
color: #A088DB;
}
</style>
background-color css
<style>
a { background-color: #A088DB; }
a { background-color: rgb(160,136,219); }
div.DivClassName
{
background-color: #A088DB;
}
.BgClassName
{
background-color: #A088DB;
}
</style>
border-color css
<style>
span { border-color: #A088DB; }
span { border-color: rgb(160,136,219); }
td.TdClassName
{
border-color: #A088DB;
}
.TagClassName
{
border-color: #A088DB;
}
</style>