Shades of Biloba Flower #AA89F2
Tints of Biloba Flower #AA89F2
RGB
CMYK
RGB Variations
Color information
#AA89F2 (or 0xAA89F2) is known color: Biloba Flower. HEX triplet: AA, 89 and F2. RGB value is (170,137,242). Sum of RGB (Red+Green+Blue) = 170+137+242=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA89F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89F2 is #55760D. Grayscale: #9E9E9E. Windows color (decimal): -5600782 or 15894954. OLE color: 15894954.
HSL color Cylindrical-coordinate representation of color #AA89F2: hue angle of 258.86º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA89F2 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 137 | 242 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.05 |
| HSL | 258.86º | 0.8% | 0.74% | - |
| HSV(B) | 258.86º | 0.43% | 0.95% | - |
| XYZ | 41.55 | 32.85 | 88.15 | - |
| YUV | 158.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 242 | 0.30 | 0.43 | 0 | 0.05 | 258.86 | 0.8 | 0.74 |
| Hex | AA | 89 | F2 | 1E | 2B | 0 | 5 | 103 | 50 | 4A |
| Octal | 252 | 211 | 362 | 36 | 53 | 0 | 5 | 403 | 120 | 112 |
| Binary | 10101010 | 10001001 | 11110010 | 11110 | 101011 | 0 | 101 | 100000011 | 1010000 | 1001010 |
Color Harmonies of #AA89F2
Complementary color
Monochromatic Colors of #AA89F2
Black with #AA89F2
Text Example
Text Example
White with #AA89F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89F2; }
p { color: rgb(170,137,242); }
H1.HeaderClassName
{
color: #AA89F2;
}
.AnyTagClassName
{
color: #AA89F2;
}
</style>
background-color css
<style>
a { background-color: #AA89F2; }
a { background-color: rgb(170,137,242); }
div.DivClassName
{
background-color: #AA89F2;
}
.BgClassName
{
background-color: #AA89F2;
}
</style>
border-color css
<style>
span { border-color: #AA89F2; }
span { border-color: rgb(170,137,242); }
td.TdClassName
{
border-color: #AA89F2;
}
.TagClassName
{
border-color: #AA89F2;
}
</style>