Shades of Biloba Flower #A088DD
Tints of Biloba Flower #A088DD
RGB
CMYK
RGB Variations
Color information
#A088DD (or 0xA088DD) is known color: Biloba Flower. HEX triplet: A0, 88 and DD. RGB value is (160,136,221). Sum of RGB (Red+Green+Blue) = 160+136+221=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #A088DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088DD is #5F7722. Grayscale: #989898. Windows color (decimal): -6256419 or 14518432. OLE color: 14518432.
HSL color Cylindrical-coordinate representation of color #A088DD: hue angle of 256.94º 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 #A088DD is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 136 | 221 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.13 |
| HSL | 256.94º | 0.56% | 0.7% | - |
| HSV(B) | 256.94º | 0.38% | 0.87% | - |
| XYZ | 36.35 | 30.3 | 72.34 | - |
| YUV | 152.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 221 | 0.28 | 0.38 | 0 | 0.13 | 256.94 | 0.56 | 0.7 |
| Hex | A0 | 88 | DD | 1C | 26 | 0 | D | 101 | 38 | 46 |
| Octal | 240 | 210 | 335 | 34 | 46 | 0 | 15 | 401 | 70 | 106 |
| Binary | 10100000 | 10001000 | 11011101 | 11100 | 100110 | 0 | 1101 | 100000001 | 111000 | 1000110 |
Color Harmonies of #A088DD
Complementary color
Monochromatic Colors of #A088DD
Black with #A088DD
Text Example
Text Example
White with #A088DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088DD; }
p { color: rgb(160,136,221); }
H1.HeaderClassName
{
color: #A088DD;
}
.AnyTagClassName
{
color: #A088DD;
}
</style>
background-color css
<style>
a { background-color: #A088DD; }
a { background-color: rgb(160,136,221); }
div.DivClassName
{
background-color: #A088DD;
}
.BgClassName
{
background-color: #A088DD;
}
</style>
border-color css
<style>
span { border-color: #A088DD; }
span { border-color: rgb(160,136,221); }
td.TdClassName
{
border-color: #A088DD;
}
.TagClassName
{
border-color: #A088DD;
}
</style>