Shades of Biloba Flower #A089D6
Tints of Biloba Flower #A089D6
RGB
CMYK
RGB Variations
Color information
#A089D6 (or 0xA089D6) is known color: Biloba Flower. HEX triplet: A0, 89 and D6. RGB value is (160,137,214). Sum of RGB (Red+Green+Blue) = 160+137+214=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #A089D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089D6 is #5F7629. Grayscale: #989898. Windows color (decimal): -6256170 or 14059936. OLE color: 14059936.
HSL color Cylindrical-coordinate representation of color #A089D6: hue angle of 257.92º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A089D6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 137 | 214 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.16 |
| HSL | 257.92º | 0.48% | 0.69% | - |
| HSV(B) | 257.92º | 0.36% | 0.84% | - |
| XYZ | 35.58 | 30.22 | 67.58 | - |
| YUV | 152.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 214 | 0.25 | 0.36 | 0 | 0.16 | 257.92 | 0.48 | 0.69 |
| Hex | A0 | 89 | D6 | 19 | 24 | 0 | 10 | 102 | 30 | 45 |
| Octal | 240 | 211 | 326 | 31 | 44 | 0 | 20 | 402 | 60 | 105 |
| Binary | 10100000 | 10001001 | 11010110 | 11001 | 100100 | 0 | 10000 | 100000010 | 110000 | 1000101 |
Color Harmonies of #A089D6
Complementary color
Monochromatic Colors of #A089D6
Black with #A089D6
Text Example
Text Example
White with #A089D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089D6; }
p { color: rgb(160,137,214); }
H1.HeaderClassName
{
color: #A089D6;
}
.AnyTagClassName
{
color: #A089D6;
}
</style>
background-color css
<style>
a { background-color: #A089D6; }
a { background-color: rgb(160,137,214); }
div.DivClassName
{
background-color: #A089D6;
}
.BgClassName
{
background-color: #A089D6;
}
</style>
border-color css
<style>
span { border-color: #A089D6; }
span { border-color: rgb(160,137,214); }
td.TdClassName
{
border-color: #A089D6;
}
.TagClassName
{
border-color: #A089D6;
}
</style>