Shades of Biloba Flower #A89DBF
Tints of Biloba Flower #A89DBF
RGB
CMYK
RGB Variations
Color information
#A89DBF (or 0xA89DBF) is known color: Biloba Flower. HEX triplet: A8, 9D and BF. RGB value is (168,157,191). Sum of RGB (Red+Green+Blue) = 168+157+191=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #A89DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DBF is #576240. Grayscale: #A4A4A4. Windows color (decimal): -5726785 or 12557736. OLE color: 12557736.
HSL color Cylindrical-coordinate representation of color #A89DBF: hue angle of 259.41º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A89DBF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 157 | 191 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.25 |
| HSL | 259.41º | 0.21% | 0.68% | - |
| HSV(B) | 259.41º | 0.18% | 0.75% | - |
| XYZ | 37.61 | 36.2 | 54.3 | - |
| YUV | 164.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 191 | 0.12 | 0.18 | 0 | 0.25 | 259.41 | 0.21 | 0.68 |
| Hex | A8 | 9D | BF | C | 12 | 0 | 19 | 103 | 15 | 44 |
| Octal | 250 | 235 | 277 | 14 | 22 | 0 | 31 | 403 | 25 | 104 |
| Binary | 10101000 | 10011101 | 10111111 | 1100 | 10010 | 0 | 11001 | 100000011 | 10101 | 1000100 |
Color Harmonies of #A89DBF
Complementary color
Monochromatic Colors of #A89DBF
Black with #A89DBF
Text Example
Text Example
White with #A89DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DBF; }
p { color: rgb(168,157,191); }
H1.HeaderClassName
{
color: #A89DBF;
}
.AnyTagClassName
{
color: #A89DBF;
}
</style>
background-color css
<style>
a { background-color: #A89DBF; }
a { background-color: rgb(168,157,191); }
div.DivClassName
{
background-color: #A89DBF;
}
.BgClassName
{
background-color: #A89DBF;
}
</style>
border-color css
<style>
span { border-color: #A89DBF; }
span { border-color: rgb(168,157,191); }
td.TdClassName
{
border-color: #A89DBF;
}
.TagClassName
{
border-color: #A89DBF;
}
</style>