Shades of Biloba Flower #AA89CF
Tints of Biloba Flower #AA89CF
RGB
CMYK
RGB Variations
Color information
#AA89CF (or 0xAA89CF) is known color: Biloba Flower. HEX triplet: AA, 89 and CF. RGB value is (170,137,207). Sum of RGB (Red+Green+Blue) = 170+137+207=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA89CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89CF is #557630. Grayscale: #9A9A9A. Windows color (decimal): -5600817 or 13601194. OLE color: 13601194.
HSL color Cylindrical-coordinate representation of color #AA89CF: hue angle of 268.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA89CF is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 137 | 207 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.19 |
| HSL | 268.29º | 0.42% | 0.67% | - |
| HSV(B) | 268.29º | 0.34% | 0.81% | - |
| XYZ | 36.79 | 30.94 | 63.07 | - |
| YUV | 154.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 207 | 0.18 | 0.34 | 0 | 0.19 | 268.29 | 0.42 | 0.67 |
| Hex | AA | 89 | CF | 12 | 22 | 0 | 13 | 10C | 2A | 43 |
| Octal | 252 | 211 | 317 | 22 | 42 | 0 | 23 | 414 | 52 | 103 |
| Binary | 10101010 | 10001001 | 11001111 | 10010 | 100010 | 0 | 10011 | 100001100 | 101010 | 1000011 |
Color Harmonies of #AA89CF
Complementary color
Monochromatic Colors of #AA89CF
Black with #AA89CF
Text Example
Text Example
White with #AA89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89CF; }
p { color: rgb(170,137,207); }
H1.HeaderClassName
{
color: #AA89CF;
}
.AnyTagClassName
{
color: #AA89CF;
}
</style>
background-color css
<style>
a { background-color: #AA89CF; }
a { background-color: rgb(170,137,207); }
div.DivClassName
{
background-color: #AA89CF;
}
.BgClassName
{
background-color: #AA89CF;
}
</style>
border-color css
<style>
span { border-color: #AA89CF; }
span { border-color: rgb(170,137,207); }
td.TdClassName
{
border-color: #AA89CF;
}
.TagClassName
{
border-color: #AA89CF;
}
</style>