Shades of Biloba Flower #A288DF
Tints of Biloba Flower #A288DF
RGB
CMYK
RGB Variations
Color information
#A288DF (or 0xA288DF) is known color: Biloba Flower. HEX triplet: A2, 88 and DF. RGB value is (162,136,223). Sum of RGB (Red+Green+Blue) = 162+136+223=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #A288DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288DF is #5D7720. Grayscale: #999999. Windows color (decimal): -6125345 or 14649506. OLE color: 14649506.
HSL color Cylindrical-coordinate representation of color #A288DF: hue angle of 257.93º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A288DF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 136 | 223 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.13 |
| HSL | 257.93º | 0.58% | 0.7% | - |
| HSV(B) | 257.93º | 0.39% | 0.87% | - |
| XYZ | 37.02 | 30.62 | 73.77 | - |
| YUV | 153.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 223 | 0.27 | 0.39 | 0 | 0.13 | 257.93 | 0.58 | 0.7 |
| Hex | A2 | 88 | DF | 1B | 27 | 0 | D | 102 | 3A | 46 |
| Octal | 242 | 210 | 337 | 33 | 47 | 0 | 15 | 402 | 72 | 106 |
| Binary | 10100010 | 10001000 | 11011111 | 11011 | 100111 | 0 | 1101 | 100000010 | 111010 | 1000110 |
Color Harmonies of #A288DF
Complementary color
Monochromatic Colors of #A288DF
Black with #A288DF
Text Example
Text Example
White with #A288DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288DF; }
p { color: rgb(162,136,223); }
H1.HeaderClassName
{
color: #A288DF;
}
.AnyTagClassName
{
color: #A288DF;
}
</style>
background-color css
<style>
a { background-color: #A288DF; }
a { background-color: rgb(162,136,223); }
div.DivClassName
{
background-color: #A288DF;
}
.BgClassName
{
background-color: #A288DF;
}
</style>
border-color css
<style>
span { border-color: #A288DF; }
span { border-color: rgb(162,136,223); }
td.TdClassName
{
border-color: #A288DF;
}
.TagClassName
{
border-color: #A288DF;
}
</style>