Shades of Biloba Flower #AA9DCF
Tints of Biloba Flower #AA9DCF
RGB
CMYK
RGB Variations
Color information
#AA9DCF (or 0xAA9DCF) is known color: Biloba Flower. HEX triplet: AA, 9D and CF. RGB value is (170,157,207). Sum of RGB (Red+Green+Blue) = 170+157+207=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA9DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DCF is #556230. Grayscale: #A6A6A6. Windows color (decimal): -5595697 or 13606314. OLE color: 13606314.
HSL color Cylindrical-coordinate representation of color #AA9DCF: hue angle of 255.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9DCF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 157 | 207 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.19 |
| HSL | 255.6º | 0.34% | 0.71% | - |
| HSV(B) | 255.6º | 0.24% | 0.81% | - |
| XYZ | 39.9 | 37.16 | 64.1 | - |
| YUV | 166.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 207 | 0.18 | 0.24 | 0 | 0.19 | 255.6 | 0.34 | 0.71 |
| Hex | AA | 9D | CF | 12 | 18 | 0 | 13 | 100 | 22 | 47 |
| Octal | 252 | 235 | 317 | 22 | 30 | 0 | 23 | 400 | 42 | 107 |
| Binary | 10101010 | 10011101 | 11001111 | 10010 | 11000 | 0 | 10011 | 100000000 | 100010 | 1000111 |
Color Harmonies of #AA9DCF
Complementary color
Monochromatic Colors of #AA9DCF
Black with #AA9DCF
Text Example
Text Example
White with #AA9DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DCF; }
p { color: rgb(170,157,207); }
H1.HeaderClassName
{
color: #AA9DCF;
}
.AnyTagClassName
{
color: #AA9DCF;
}
</style>
background-color css
<style>
a { background-color: #AA9DCF; }
a { background-color: rgb(170,157,207); }
div.DivClassName
{
background-color: #AA9DCF;
}
.BgClassName
{
background-color: #AA9DCF;
}
</style>
border-color css
<style>
span { border-color: #AA9DCF; }
span { border-color: rgb(170,157,207); }
td.TdClassName
{
border-color: #AA9DCF;
}
.TagClassName
{
border-color: #AA9DCF;
}
</style>