Shades of Biloba Flower #AA8FDD
Tints of Biloba Flower #AA8FDD
RGB
CMYK
RGB Variations
Color information
#AA8FDD (or 0xAA8FDD) is known color: Biloba Flower. HEX triplet: AA, 8F and DD. RGB value is (170,143,221). Sum of RGB (Red+Green+Blue) = 170+143+221=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FDD is #557022. Grayscale: #9F9F9F. Windows color (decimal): -5599267 or 14520234. OLE color: 14520234.
HSL color Cylindrical-coordinate representation of color #AA8FDD: hue angle of 260.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8FDD is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 143 | 221 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.13 |
| HSL | 260.77º | 0.53% | 0.71% | - |
| HSV(B) | 260.77º | 0.35% | 0.87% | - |
| XYZ | 39.45 | 33.41 | 72.78 | - |
| YUV | 159.97 | 162.45 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 221 | 0.23 | 0.35 | 0 | 0.13 | 260.77 | 0.53 | 0.71 |
| Hex | AA | 8F | DD | 17 | 23 | 0 | D | 105 | 35 | 47 |
| Octal | 252 | 217 | 335 | 27 | 43 | 0 | 15 | 405 | 65 | 107 |
| Binary | 10101010 | 10001111 | 11011101 | 10111 | 100011 | 0 | 1101 | 100000101 | 110101 | 1000111 |
Color Harmonies of #AA8FDD
Complementary color
Monochromatic Colors of #AA8FDD
Black with #AA8FDD
Text Example
Text Example
White with #AA8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FDD; }
p { color: rgb(170,143,221); }
H1.HeaderClassName
{
color: #AA8FDD;
}
.AnyTagClassName
{
color: #AA8FDD;
}
</style>
background-color css
<style>
a { background-color: #AA8FDD; }
a { background-color: rgb(170,143,221); }
div.DivClassName
{
background-color: #AA8FDD;
}
.BgClassName
{
background-color: #AA8FDD;
}
</style>
border-color css
<style>
span { border-color: #AA8FDD; }
span { border-color: rgb(170,143,221); }
td.TdClassName
{
border-color: #AA8FDD;
}
.TagClassName
{
border-color: #AA8FDD;
}
</style>