Shades of Biloba Flower #A889E5
Tints of Biloba Flower #A889E5
RGB
CMYK
RGB Variations
Color information
#A889E5 (or 0xA889E5) is known color: Biloba Flower. HEX triplet: A8, 89 and E5. RGB value is (168,137,229). Sum of RGB (Red+Green+Blue) = 168+137+229=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #A889E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889E5 is #57761A. Grayscale: #9C9C9C. Windows color (decimal): -5731867 or 15042984. OLE color: 15042984.
HSL color Cylindrical-coordinate representation of color #A889E5: hue angle of 260.22º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A889E5 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 137 | 229 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.10 |
| HSL | 260.22º | 0.64% | 0.72% | - |
| HSV(B) | 260.22º | 0.4% | 0.9% | - |
| XYZ | 39.24 | 31.87 | 78.21 | - |
| YUV | 156.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 229 | 0.27 | 0.40 | 0 | 0.10 | 260.22 | 0.64 | 0.72 |
| Hex | A8 | 89 | E5 | 1B | 28 | 0 | A | 104 | 40 | 48 |
| Octal | 250 | 211 | 345 | 33 | 50 | 0 | 12 | 404 | 100 | 110 |
| Binary | 10101000 | 10001001 | 11100101 | 11011 | 101000 | 0 | 1010 | 100000100 | 1000000 | 1001000 |
Color Harmonies of #A889E5
Complementary color
Monochromatic Colors of #A889E5
Black with #A889E5
Text Example
Text Example
White with #A889E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A889E5; }
p { color: rgb(168,137,229); }
H1.HeaderClassName
{
color: #A889E5;
}
.AnyTagClassName
{
color: #A889E5;
}
</style>
background-color css
<style>
a { background-color: #A889E5; }
a { background-color: rgb(168,137,229); }
div.DivClassName
{
background-color: #A889E5;
}
.BgClassName
{
background-color: #A889E5;
}
</style>
border-color css
<style>
span { border-color: #A889E5; }
span { border-color: rgb(168,137,229); }
td.TdClassName
{
border-color: #A889E5;
}
.TagClassName
{
border-color: #A889E5;
}
</style>