Shades of Biloba Flower #AA8ADD
Tints of Biloba Flower #AA8ADD
RGB
CMYK
RGB Variations
Color information
#AA8ADD (or 0xAA8ADD) is known color: Biloba Flower. HEX triplet: AA, 8A and DD. RGB value is (170,138,221). Sum of RGB (Red+Green+Blue) = 170+138+221=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ADD is #557522. Grayscale: #9C9C9C. Windows color (decimal): -5600547 or 14518954. OLE color: 14518954.
HSL color Cylindrical-coordinate representation of color #AA8ADD: hue angle of 263.13º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA8ADD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 138 | 221 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.13 |
| HSL | 263.13º | 0.55% | 0.7% | - |
| HSV(B) | 263.13º | 0.38% | 0.87% | - |
| XYZ | 38.72 | 31.94 | 72.53 | - |
| YUV | 157.03 | 164.1 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 221 | 0.23 | 0.38 | 0 | 0.13 | 263.13 | 0.55 | 0.7 |
| Hex | AA | 8A | DD | 17 | 26 | 0 | D | 107 | 37 | 46 |
| Octal | 252 | 212 | 335 | 27 | 46 | 0 | 15 | 407 | 67 | 106 |
| Binary | 10101010 | 10001010 | 11011101 | 10111 | 100110 | 0 | 1101 | 100000111 | 110111 | 1000110 |
Color Harmonies of #AA8ADD
Complementary color
Monochromatic Colors of #AA8ADD
Black with #AA8ADD
Text Example
Text Example
White with #AA8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8ADD; }
p { color: rgb(170,138,221); }
H1.HeaderClassName
{
color: #AA8ADD;
}
.AnyTagClassName
{
color: #AA8ADD;
}
</style>
background-color css
<style>
a { background-color: #AA8ADD; }
a { background-color: rgb(170,138,221); }
div.DivClassName
{
background-color: #AA8ADD;
}
.BgClassName
{
background-color: #AA8ADD;
}
</style>
border-color css
<style>
span { border-color: #AA8ADD; }
span { border-color: rgb(170,138,221); }
td.TdClassName
{
border-color: #AA8ADD;
}
.TagClassName
{
border-color: #AA8ADD;
}
</style>