Shades of Biloba Flower #A088D7
Tints of Biloba Flower #A088D7
RGB
CMYK
RGB Variations
Color information
#A088D7 (or 0xA088D7) is known color: Biloba Flower. HEX triplet: A0, 88 and D7. RGB value is (160,136,215). Sum of RGB (Red+Green+Blue) = 160+136+215=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #A088D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088D7 is #5F7728. Grayscale: #979797. Windows color (decimal): -6256425 or 14125216. OLE color: 14125216.
HSL color Cylindrical-coordinate representation of color #A088D7: hue angle of 258.23º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A088D7 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 136 | 215 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.16 |
| HSL | 258.23º | 0.5% | 0.69% | - |
| HSV(B) | 258.23º | 0.37% | 0.84% | - |
| XYZ | 35.57 | 29.99 | 68.2 | - |
| YUV | 152.18 | 163.45 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 215 | 0.26 | 0.37 | 0 | 0.16 | 258.23 | 0.5 | 0.69 |
| Hex | A0 | 88 | D7 | 1A | 25 | 0 | 10 | 102 | 32 | 45 |
| Octal | 240 | 210 | 327 | 32 | 45 | 0 | 20 | 402 | 62 | 105 |
| Binary | 10100000 | 10001000 | 11010111 | 11010 | 100101 | 0 | 10000 | 100000010 | 110010 | 1000101 |
Color Harmonies of #A088D7
Complementary color
Monochromatic Colors of #A088D7
Black with #A088D7
Text Example
Text Example
White with #A088D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088D7; }
p { color: rgb(160,136,215); }
H1.HeaderClassName
{
color: #A088D7;
}
.AnyTagClassName
{
color: #A088D7;
}
</style>
background-color css
<style>
a { background-color: #A088D7; }
a { background-color: rgb(160,136,215); }
div.DivClassName
{
background-color: #A088D7;
}
.BgClassName
{
background-color: #A088D7;
}
</style>
border-color css
<style>
span { border-color: #A088D7; }
span { border-color: rgb(160,136,215); }
td.TdClassName
{
border-color: #A088D7;
}
.TagClassName
{
border-color: #A088D7;
}
</style>