Shades of Biloba Flower #AA8DF2
Tints of Biloba Flower #AA8DF2
RGB
CMYK
RGB Variations
Color information
#AA8DF2 (or 0xAA8DF2) is known color: Biloba Flower. HEX triplet: AA, 8D and F2. RGB value is (170,141,242). Sum of RGB (Red+Green+Blue) = 170+141+242=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA8DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DF2 is #55720D. Grayscale: #A0A0A0. Windows color (decimal): -5599758 or 15895978. OLE color: 15895978.
HSL color Cylindrical-coordinate representation of color #AA8DF2: hue angle of 257.23º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA8DF2 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 141 | 242 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.05 |
| HSL | 257.23º | 0.8% | 0.75% | - |
| HSV(B) | 257.23º | 0.42% | 0.95% | - |
| XYZ | 42.13 | 34.01 | 88.35 | - |
| YUV | 161.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 242 | 0.30 | 0.42 | 0 | 0.05 | 257.23 | 0.8 | 0.75 |
| Hex | AA | 8D | F2 | 1E | 2A | 0 | 5 | 101 | 50 | 4B |
| Octal | 252 | 215 | 362 | 36 | 52 | 0 | 5 | 401 | 120 | 113 |
| Binary | 10101010 | 10001101 | 11110010 | 11110 | 101010 | 0 | 101 | 100000001 | 1010000 | 1001011 |
Color Harmonies of #AA8DF2
Complementary color
Monochromatic Colors of #AA8DF2
Black with #AA8DF2
Text Example
Text Example
White with #AA8DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DF2; }
p { color: rgb(170,141,242); }
H1.HeaderClassName
{
color: #AA8DF2;
}
.AnyTagClassName
{
color: #AA8DF2;
}
</style>
background-color css
<style>
a { background-color: #AA8DF2; }
a { background-color: rgb(170,141,242); }
div.DivClassName
{
background-color: #AA8DF2;
}
.BgClassName
{
background-color: #AA8DF2;
}
</style>
border-color css
<style>
span { border-color: #AA8DF2; }
span { border-color: rgb(170,141,242); }
td.TdClassName
{
border-color: #AA8DF2;
}
.TagClassName
{
border-color: #AA8DF2;
}
</style>