Shades of Biloba Flower #AA8DDF
Tints of Biloba Flower #AA8DDF
RGB
CMYK
RGB Variations
Color information
#AA8DDF (or 0xAA8DDF) is known color: Biloba Flower. HEX triplet: AA, 8D and DF. RGB value is (170,141,223). Sum of RGB (Red+Green+Blue) = 170+141+223=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA8DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DDF is #557220. Grayscale: #9E9E9E. Windows color (decimal): -5599777 or 14650794. OLE color: 14650794.
HSL color Cylindrical-coordinate representation of color #AA8DDF: hue angle of 261.22º degrees, saturation: 0.56, 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 #AA8DDF is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 141 | 223 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.13 |
| HSL | 261.22º | 0.56% | 0.71% | - |
| HSV(B) | 261.22º | 0.37% | 0.87% | - |
| XYZ | 39.42 | 32.92 | 74.09 | - |
| YUV | 159.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 223 | 0.24 | 0.37 | 0 | 0.13 | 261.22 | 0.56 | 0.71 |
| Hex | AA | 8D | DF | 18 | 25 | 0 | D | 105 | 38 | 47 |
| Octal | 252 | 215 | 337 | 30 | 45 | 0 | 15 | 405 | 70 | 107 |
| Binary | 10101010 | 10001101 | 11011111 | 11000 | 100101 | 0 | 1101 | 100000101 | 111000 | 1000111 |
Color Harmonies of #AA8DDF
Complementary color
Monochromatic Colors of #AA8DDF
Black with #AA8DDF
Text Example
Text Example
White with #AA8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DDF; }
p { color: rgb(170,141,223); }
H1.HeaderClassName
{
color: #AA8DDF;
}
.AnyTagClassName
{
color: #AA8DDF;
}
</style>
background-color css
<style>
a { background-color: #AA8DDF; }
a { background-color: rgb(170,141,223); }
div.DivClassName
{
background-color: #AA8DDF;
}
.BgClassName
{
background-color: #AA8DDF;
}
</style>
border-color css
<style>
span { border-color: #AA8DDF; }
span { border-color: rgb(170,141,223); }
td.TdClassName
{
border-color: #AA8DDF;
}
.TagClassName
{
border-color: #AA8DDF;
}
</style>