Shades of Biloba Flower #A288DB
Tints of Biloba Flower #A288DB
RGB
CMYK
RGB Variations
Color information
#A288DB (or 0xA288DB) is known color: Biloba Flower. HEX triplet: A2, 88 and DB. RGB value is (162,136,219). Sum of RGB (Red+Green+Blue) = 162+136+219=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #A288DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288DB is #5D7724. Grayscale: #989898. Windows color (decimal): -6125349 or 14387362. OLE color: 14387362.
HSL color Cylindrical-coordinate representation of color #A288DB: hue angle of 258.8º 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 #A288DB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 136 | 219 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.14 |
| HSL | 258.8º | 0.54% | 0.7% | - |
| HSV(B) | 258.8º | 0.38% | 0.86% | - |
| XYZ | 36.49 | 30.4 | 70.96 | - |
| YUV | 153.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 219 | 0.26 | 0.38 | 0 | 0.14 | 258.8 | 0.54 | 0.7 |
| Hex | A2 | 88 | DB | 1A | 26 | 0 | E | 103 | 36 | 46 |
| Octal | 242 | 210 | 333 | 32 | 46 | 0 | 16 | 403 | 66 | 106 |
| Binary | 10100010 | 10001000 | 11011011 | 11010 | 100110 | 0 | 1110 | 100000011 | 110110 | 1000110 |
Color Harmonies of #A288DB
Complementary color
Monochromatic Colors of #A288DB
Black with #A288DB
Text Example
Text Example
White with #A288DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288DB; }
p { color: rgb(162,136,219); }
H1.HeaderClassName
{
color: #A288DB;
}
.AnyTagClassName
{
color: #A288DB;
}
</style>
background-color css
<style>
a { background-color: #A288DB; }
a { background-color: rgb(162,136,219); }
div.DivClassName
{
background-color: #A288DB;
}
.BgClassName
{
background-color: #A288DB;
}
</style>
border-color css
<style>
span { border-color: #A288DB; }
span { border-color: rgb(162,136,219); }
td.TdClassName
{
border-color: #A288DB;
}
.TagClassName
{
border-color: #A288DB;
}
</style>