Shades of Biloba Flower #AA8CDD
Tints of Biloba Flower #AA8CDD
RGB
CMYK
RGB Variations
Color information
#AA8CDD (or 0xAA8CDD) is known color: Biloba Flower. HEX triplet: AA, 8C and DD. RGB value is (170,140,221). Sum of RGB (Red+Green+Blue) = 170+140+221=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CDD is #557322. Grayscale: #9D9D9D. Windows color (decimal): -5600035 or 14519466. OLE color: 14519466.
HSL color Cylindrical-coordinate representation of color #AA8CDD: hue angle of 262.22º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA8CDD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 140 | 221 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.13 |
| HSL | 262.22º | 0.54% | 0.71% | - |
| HSV(B) | 262.22º | 0.37% | 0.87% | - |
| XYZ | 39.01 | 32.52 | 72.63 | - |
| YUV | 158.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 221 | 0.23 | 0.37 | 0 | 0.13 | 262.22 | 0.54 | 0.71 |
| Hex | AA | 8C | DD | 17 | 25 | 0 | D | 106 | 36 | 47 |
| Octal | 252 | 214 | 335 | 27 | 45 | 0 | 15 | 406 | 66 | 107 |
| Binary | 10101010 | 10001100 | 11011101 | 10111 | 100101 | 0 | 1101 | 100000110 | 110110 | 1000111 |
Color Harmonies of #AA8CDD
Complementary color
Monochromatic Colors of #AA8CDD
Black with #AA8CDD
Text Example
Text Example
White with #AA8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CDD; }
p { color: rgb(170,140,221); }
H1.HeaderClassName
{
color: #AA8CDD;
}
.AnyTagClassName
{
color: #AA8CDD;
}
</style>
background-color css
<style>
a { background-color: #AA8CDD; }
a { background-color: rgb(170,140,221); }
div.DivClassName
{
background-color: #AA8CDD;
}
.BgClassName
{
background-color: #AA8CDD;
}
</style>
border-color css
<style>
span { border-color: #AA8CDD; }
span { border-color: rgb(170,140,221); }
td.TdClassName
{
border-color: #AA8CDD;
}
.TagClassName
{
border-color: #AA8CDD;
}
</style>