Shades of Biloba Flower #AA8FD1
Tints of Biloba Flower #AA8FD1
RGB
CMYK
RGB Variations
Color information
#AA8FD1 (or 0xAA8FD1) is known color: Biloba Flower. HEX triplet: AA, 8F and D1. RGB value is (170,143,209). Sum of RGB (Red+Green+Blue) = 170+143+209=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA8FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FD1 is #55702E. Grayscale: #9E9E9E. Windows color (decimal): -5599279 or 13733802. OLE color: 13733802.
HSL color Cylindrical-coordinate representation of color #AA8FD1: hue angle of 264.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA8FD1 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 143 | 209 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.18 |
| HSL | 264.55º | 0.42% | 0.69% | - |
| HSV(B) | 264.55º | 0.32% | 0.82% | - |
| XYZ | 37.91 | 32.79 | 64.65 | - |
| YUV | 158.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 209 | 0.19 | 0.32 | 0 | 0.18 | 264.55 | 0.42 | 0.69 |
| Hex | AA | 8F | D1 | 13 | 20 | 0 | 12 | 109 | 2A | 45 |
| Octal | 252 | 217 | 321 | 23 | 40 | 0 | 22 | 411 | 52 | 105 |
| Binary | 10101010 | 10001111 | 11010001 | 10011 | 100000 | 0 | 10010 | 100001001 | 101010 | 1000101 |
Color Harmonies of #AA8FD1
Complementary color
Monochromatic Colors of #AA8FD1
Black with #AA8FD1
Text Example
Text Example
White with #AA8FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FD1; }
p { color: rgb(170,143,209); }
H1.HeaderClassName
{
color: #AA8FD1;
}
.AnyTagClassName
{
color: #AA8FD1;
}
</style>
background-color css
<style>
a { background-color: #AA8FD1; }
a { background-color: rgb(170,143,209); }
div.DivClassName
{
background-color: #AA8FD1;
}
.BgClassName
{
background-color: #AA8FD1;
}
</style>
border-color css
<style>
span { border-color: #AA8FD1; }
span { border-color: rgb(170,143,209); }
td.TdClassName
{
border-color: #AA8FD1;
}
.TagClassName
{
border-color: #AA8FD1;
}
</style>