Shades of Biloba Flower #AA9DCD
Tints of Biloba Flower #AA9DCD
RGB
CMYK
RGB Variations
Color information
#AA9DCD (or 0xAA9DCD) is known color: Biloba Flower. HEX triplet: AA, 9D and CD. RGB value is (170,157,205). Sum of RGB (Red+Green+Blue) = 170+157+205=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DCD is #556232. Grayscale: #A6A6A6. Windows color (decimal): -5595699 or 13475242. OLE color: 13475242.
HSL color Cylindrical-coordinate representation of color #AA9DCD: hue angle of 256.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9DCD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 157 | 205 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.20 |
| HSL | 256.25º | 0.32% | 0.71% | - |
| HSV(B) | 256.25º | 0.23% | 0.8% | - |
| XYZ | 39.65 | 37.07 | 62.82 | - |
| YUV | 166.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 205 | 0.17 | 0.23 | 0 | 0.20 | 256.25 | 0.32 | 0.71 |
| Hex | AA | 9D | CD | 11 | 17 | 0 | 14 | 100 | 20 | 47 |
| Octal | 252 | 235 | 315 | 21 | 27 | 0 | 24 | 400 | 40 | 107 |
| Binary | 10101010 | 10011101 | 11001101 | 10001 | 10111 | 0 | 10100 | 100000000 | 100000 | 1000111 |
Color Harmonies of #AA9DCD
Complementary color
Monochromatic Colors of #AA9DCD
Black with #AA9DCD
Text Example
Text Example
White with #AA9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DCD; }
p { color: rgb(170,157,205); }
H1.HeaderClassName
{
color: #AA9DCD;
}
.AnyTagClassName
{
color: #AA9DCD;
}
</style>
background-color css
<style>
a { background-color: #AA9DCD; }
a { background-color: rgb(170,157,205); }
div.DivClassName
{
background-color: #AA9DCD;
}
.BgClassName
{
background-color: #AA9DCD;
}
</style>
border-color css
<style>
span { border-color: #AA9DCD; }
span { border-color: rgb(170,157,205); }
td.TdClassName
{
border-color: #AA9DCD;
}
.TagClassName
{
border-color: #AA9DCD;
}
</style>