Shades of Biloba Flower #A088D8
Tints of Biloba Flower #A088D8
RGB
CMYK
RGB Variations
Color information
#A088D8 (or 0xA088D8) is known color: Biloba Flower. HEX triplet: A0, 88 and D8. RGB value is (160,136,216). Sum of RGB (Red+Green+Blue) = 160+136+216=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #A088D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088D8 is #5F7727. Grayscale: #989898. Windows color (decimal): -6256424 or 14190752. OLE color: 14190752.
HSL color Cylindrical-coordinate representation of color #A088D8: hue angle of 258º 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 #A088D8 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 136 | 216 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.15 |
| HSL | 258º | 0.51% | 0.69% | - |
| HSV(B) | 258º | 0.37% | 0.85% | - |
| XYZ | 35.7 | 30.04 | 68.88 | - |
| YUV | 152.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 216 | 0.26 | 0.37 | 0 | 0.15 | 258 | 0.51 | 0.69 |
| Hex | A0 | 88 | D8 | 1A | 25 | 0 | F | 102 | 33 | 45 |
| Octal | 240 | 210 | 330 | 32 | 45 | 0 | 17 | 402 | 63 | 105 |
| Binary | 10100000 | 10001000 | 11011000 | 11010 | 100101 | 0 | 1111 | 100000010 | 110011 | 1000101 |
Color Harmonies of #A088D8
Complementary color
Monochromatic Colors of #A088D8
Black with #A088D8
Text Example
Text Example
White with #A088D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088D8; }
p { color: rgb(160,136,216); }
H1.HeaderClassName
{
color: #A088D8;
}
.AnyTagClassName
{
color: #A088D8;
}
</style>
background-color css
<style>
a { background-color: #A088D8; }
a { background-color: rgb(160,136,216); }
div.DivClassName
{
background-color: #A088D8;
}
.BgClassName
{
background-color: #A088D8;
}
</style>
border-color css
<style>
span { border-color: #A088D8; }
span { border-color: rgb(160,136,216); }
td.TdClassName
{
border-color: #A088D8;
}
.TagClassName
{
border-color: #A088D8;
}
</style>