Shades of Biloba Flower #AA8DD5
Tints of Biloba Flower #AA8DD5
RGB
CMYK
RGB Variations
Color information
#AA8DD5 (or 0xAA8DD5) is known color: Biloba Flower. HEX triplet: AA, 8D and D5. RGB value is (170,141,213). Sum of RGB (Red+Green+Blue) = 170+141+213=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA8DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DD5 is #55722A. Grayscale: #9D9D9D. Windows color (decimal): -5599787 or 13995434. OLE color: 13995434.
HSL color Cylindrical-coordinate representation of color #AA8DD5: hue angle of 264.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA8DD5 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 141 | 213 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.16 |
| HSL | 264.17º | 0.46% | 0.69% | - |
| HSV(B) | 264.17º | 0.34% | 0.84% | - |
| XYZ | 38.11 | 32.4 | 67.2 | - |
| YUV | 157.88 | 159.11 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 213 | 0.20 | 0.34 | 0 | 0.16 | 264.17 | 0.46 | 0.69 |
| Hex | AA | 8D | D5 | 14 | 22 | 0 | 10 | 108 | 2E | 45 |
| Octal | 252 | 215 | 325 | 24 | 42 | 0 | 20 | 410 | 56 | 105 |
| Binary | 10101010 | 10001101 | 11010101 | 10100 | 100010 | 0 | 10000 | 100001000 | 101110 | 1000101 |
Color Harmonies of #AA8DD5
Complementary color
Monochromatic Colors of #AA8DD5
Black with #AA8DD5
Text Example
Text Example
White with #AA8DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DD5; }
p { color: rgb(170,141,213); }
H1.HeaderClassName
{
color: #AA8DD5;
}
.AnyTagClassName
{
color: #AA8DD5;
}
</style>
background-color css
<style>
a { background-color: #AA8DD5; }
a { background-color: rgb(170,141,213); }
div.DivClassName
{
background-color: #AA8DD5;
}
.BgClassName
{
background-color: #AA8DD5;
}
</style>
border-color css
<style>
span { border-color: #AA8DD5; }
span { border-color: rgb(170,141,213); }
td.TdClassName
{
border-color: #AA8DD5;
}
.TagClassName
{
border-color: #AA8DD5;
}
</style>