Shades of Biloba Flower #A288D8
Tints of Biloba Flower #A288D8
RGB
CMYK
RGB Variations
Color information
#A288D8 (or 0xA288D8) is known color: Biloba Flower. HEX triplet: A2, 88 and D8. RGB value is (162,136,216). Sum of RGB (Red+Green+Blue) = 162+136+216=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #A288D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288D8 is #5D7727. Grayscale: #989898. Windows color (decimal): -6125352 or 14190754. OLE color: 14190754.
HSL color Cylindrical-coordinate representation of color #A288D8: hue angle of 259.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A288D8 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 136 | 216 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.15 |
| HSL | 259.5º | 0.51% | 0.69% | - |
| HSV(B) | 259.5º | 0.37% | 0.85% | - |
| XYZ | 36.1 | 30.25 | 68.9 | - |
| YUV | 152.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 216 | 0.25 | 0.37 | 0 | 0.15 | 259.5 | 0.51 | 0.69 |
| Hex | A2 | 88 | D8 | 19 | 25 | 0 | F | 104 | 33 | 45 |
| Octal | 242 | 210 | 330 | 31 | 45 | 0 | 17 | 404 | 63 | 105 |
| Binary | 10100010 | 10001000 | 11011000 | 11001 | 100101 | 0 | 1111 | 100000100 | 110011 | 1000101 |
Color Harmonies of #A288D8
Complementary color
Monochromatic Colors of #A288D8
Black with #A288D8
Text Example
Text Example
White with #A288D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288D8; }
p { color: rgb(162,136,216); }
H1.HeaderClassName
{
color: #A288D8;
}
.AnyTagClassName
{
color: #A288D8;
}
</style>
background-color css
<style>
a { background-color: #A288D8; }
a { background-color: rgb(162,136,216); }
div.DivClassName
{
background-color: #A288D8;
}
.BgClassName
{
background-color: #A288D8;
}
</style>
border-color css
<style>
span { border-color: #A288D8; }
span { border-color: rgb(162,136,216); }
td.TdClassName
{
border-color: #A288D8;
}
.TagClassName
{
border-color: #A288D8;
}
</style>