Shades of Biloba Flower #A89EC1
Tints of Biloba Flower #A89EC1
RGB
CMYK
RGB Variations
Color information
#A89EC1 (or 0xA89EC1) is known color: Biloba Flower. HEX triplet: A8, 9E and C1. RGB value is (168,158,193). Sum of RGB (Red+Green+Blue) = 168+158+193=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #A89EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EC1 is #57613E. Grayscale: #A4A4A4. Windows color (decimal): -5726527 or 12689064. OLE color: 12689064.
HSL color Cylindrical-coordinate representation of color #A89EC1: hue angle of 257.14º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A89EC1 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 158 | 193 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.24 |
| HSL | 257.14º | 0.22% | 0.69% | - |
| HSV(B) | 257.14º | 0.18% | 0.76% | - |
| XYZ | 38 | 36.63 | 55.52 | - |
| YUV | 164.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 193 | 0.13 | 0.18 | 0 | 0.24 | 257.14 | 0.22 | 0.69 |
| Hex | A8 | 9E | C1 | D | 12 | 0 | 18 | 101 | 16 | 45 |
| Octal | 250 | 236 | 301 | 15 | 22 | 0 | 30 | 401 | 26 | 105 |
| Binary | 10101000 | 10011110 | 11000001 | 1101 | 10010 | 0 | 11000 | 100000001 | 10110 | 1000101 |
Color Harmonies of #A89EC1
Complementary color
Monochromatic Colors of #A89EC1
Black with #A89EC1
Text Example
Text Example
White with #A89EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EC1; }
p { color: rgb(168,158,193); }
H1.HeaderClassName
{
color: #A89EC1;
}
.AnyTagClassName
{
color: #A89EC1;
}
</style>
background-color css
<style>
a { background-color: #A89EC1; }
a { background-color: rgb(168,158,193); }
div.DivClassName
{
background-color: #A89EC1;
}
.BgClassName
{
background-color: #A89EC1;
}
</style>
border-color css
<style>
span { border-color: #A89EC1; }
span { border-color: rgb(168,158,193); }
td.TdClassName
{
border-color: #A89EC1;
}
.TagClassName
{
border-color: #A89EC1;
}
</style>