Shades of Biloba Flower #A288DD
Tints of Biloba Flower #A288DD
RGB
CMYK
RGB Variations
Color information
#A288DD (or 0xA288DD) is known color: Biloba Flower. HEX triplet: A2, 88 and DD. RGB value is (162,136,221). Sum of RGB (Red+Green+Blue) = 162+136+221=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A288DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288DD is #5D7722. Grayscale: #999999. Windows color (decimal): -6125347 or 14518434. OLE color: 14518434.
HSL color Cylindrical-coordinate representation of color #A288DD: hue angle of 258.35º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A288DD is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 136 | 221 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.13 |
| HSL | 258.35º | 0.56% | 0.7% | - |
| HSV(B) | 258.35º | 0.38% | 0.87% | - |
| XYZ | 36.76 | 30.51 | 72.36 | - |
| YUV | 153.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 221 | 0.27 | 0.38 | 0 | 0.13 | 258.35 | 0.56 | 0.7 |
| Hex | A2 | 88 | DD | 1B | 26 | 0 | D | 102 | 38 | 46 |
| Octal | 242 | 210 | 335 | 33 | 46 | 0 | 15 | 402 | 70 | 106 |
| Binary | 10100010 | 10001000 | 11011101 | 11011 | 100110 | 0 | 1101 | 100000010 | 111000 | 1000110 |
Color Harmonies of #A288DD
Complementary color
Monochromatic Colors of #A288DD
Black with #A288DD
Text Example
Text Example
White with #A288DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288DD; }
p { color: rgb(162,136,221); }
H1.HeaderClassName
{
color: #A288DD;
}
.AnyTagClassName
{
color: #A288DD;
}
</style>
background-color css
<style>
a { background-color: #A288DD; }
a { background-color: rgb(162,136,221); }
div.DivClassName
{
background-color: #A288DD;
}
.BgClassName
{
background-color: #A288DD;
}
</style>
border-color css
<style>
span { border-color: #A288DD; }
span { border-color: rgb(162,136,221); }
td.TdClassName
{
border-color: #A288DD;
}
.TagClassName
{
border-color: #A288DD;
}
</style>