Shades of Biloba Flower #A288DC
Tints of Biloba Flower #A288DC
RGB
CMYK
RGB Variations
Color information
#A288DC (or 0xA288DC) is known color: Biloba Flower. HEX triplet: A2, 88 and DC. RGB value is (162,136,220). Sum of RGB (Red+Green+Blue) = 162+136+220=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #A288DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288DC is #5D7723. Grayscale: #999999. Windows color (decimal): -6125348 or 14452898. OLE color: 14452898.
HSL color Cylindrical-coordinate representation of color #A288DC: hue angle of 258.57º degrees, saturation: 0.55, 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 #A288DC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 136 | 220 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.14 |
| HSL | 258.57º | 0.55% | 0.7% | - |
| HSV(B) | 258.57º | 0.38% | 0.86% | - |
| XYZ | 36.62 | 30.46 | 71.66 | - |
| YUV | 153.35 | 165.61 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 220 | 0.26 | 0.38 | 0 | 0.14 | 258.57 | 0.55 | 0.7 |
| Hex | A2 | 88 | DC | 1A | 26 | 0 | E | 103 | 37 | 46 |
| Octal | 242 | 210 | 334 | 32 | 46 | 0 | 16 | 403 | 67 | 106 |
| Binary | 10100010 | 10001000 | 11011100 | 11010 | 100110 | 0 | 1110 | 100000011 | 110111 | 1000110 |
Color Harmonies of #A288DC
Complementary color
Monochromatic Colors of #A288DC
Black with #A288DC
Text Example
Text Example
White with #A288DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288DC; }
p { color: rgb(162,136,220); }
H1.HeaderClassName
{
color: #A288DC;
}
.AnyTagClassName
{
color: #A288DC;
}
</style>
background-color css
<style>
a { background-color: #A288DC; }
a { background-color: rgb(162,136,220); }
div.DivClassName
{
background-color: #A288DC;
}
.BgClassName
{
background-color: #A288DC;
}
</style>
border-color css
<style>
span { border-color: #A288DC; }
span { border-color: rgb(162,136,220); }
td.TdClassName
{
border-color: #A288DC;
}
.TagClassName
{
border-color: #A288DC;
}
</style>