Shades of Biloba Flower #AA9DDD
Tints of Biloba Flower #AA9DDD
RGB
CMYK
RGB Variations
Color information
#AA9DDD (or 0xAA9DDD) is known color: Biloba Flower. HEX triplet: AA, 9D and DD. RGB value is (170,157,221). Sum of RGB (Red+Green+Blue) = 170+157+221=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DDD is #556222. Grayscale: #A7A7A7. Windows color (decimal): -5595683 or 14523818. OLE color: 14523818.
HSL color Cylindrical-coordinate representation of color #AA9DDD: hue angle of 252.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9DDD is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 157 | 221 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.13 |
| HSL | 252.19º | 0.48% | 0.74% | - |
| HSV(B) | 252.19º | 0.29% | 0.87% | - |
| XYZ | 41.69 | 37.88 | 73.52 | - |
| YUV | 168.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 221 | 0.23 | 0.29 | 0 | 0.13 | 252.19 | 0.48 | 0.74 |
| Hex | AA | 9D | DD | 17 | 1D | 0 | D | FC | 30 | 4A |
| Octal | 252 | 235 | 335 | 27 | 35 | 0 | 15 | 374 | 60 | 112 |
| Binary | 10101010 | 10011101 | 11011101 | 10111 | 11101 | 0 | 1101 | 11111100 | 110000 | 1001010 |
Color Harmonies of #AA9DDD
Complementary color
Monochromatic Colors of #AA9DDD
Black with #AA9DDD
Text Example
Text Example
White with #AA9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DDD; }
p { color: rgb(170,157,221); }
H1.HeaderClassName
{
color: #AA9DDD;
}
.AnyTagClassName
{
color: #AA9DDD;
}
</style>
background-color css
<style>
a { background-color: #AA9DDD; }
a { background-color: rgb(170,157,221); }
div.DivClassName
{
background-color: #AA9DDD;
}
.BgClassName
{
background-color: #AA9DDD;
}
</style>
border-color css
<style>
span { border-color: #AA9DDD; }
span { border-color: rgb(170,157,221); }
td.TdClassName
{
border-color: #AA9DDD;
}
.TagClassName
{
border-color: #AA9DDD;
}
</style>