Shades of Biloba Flower #AA9BCD
Tints of Biloba Flower #AA9BCD
RGB
CMYK
RGB Variations
Color information
#AA9BCD (or 0xAA9BCD) is known color: Biloba Flower. HEX triplet: AA, 9B and CD. RGB value is (170,155,205). Sum of RGB (Red+Green+Blue) = 170+155+205=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BCD is #556432. Grayscale: #A5A5A5. Windows color (decimal): -5596211 or 13474730. OLE color: 13474730.
HSL color Cylindrical-coordinate representation of color #AA9BCD: hue angle of 258º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9BCD is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 155 | 205 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.20 |
| HSL | 258º | 0.33% | 0.71% | - |
| HSV(B) | 258º | 0.24% | 0.8% | - |
| XYZ | 39.32 | 36.4 | 62.71 | - |
| YUV | 165.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 205 | 0.17 | 0.24 | 0 | 0.20 | 258 | 0.33 | 0.71 |
| Hex | AA | 9B | CD | 11 | 18 | 0 | 14 | 102 | 21 | 47 |
| Octal | 252 | 233 | 315 | 21 | 30 | 0 | 24 | 402 | 41 | 107 |
| Binary | 10101010 | 10011011 | 11001101 | 10001 | 11000 | 0 | 10100 | 100000010 | 100001 | 1000111 |
Color Harmonies of #AA9BCD
Complementary color
Monochromatic Colors of #AA9BCD
Black with #AA9BCD
Text Example
Text Example
White with #AA9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BCD; }
p { color: rgb(170,155,205); }
H1.HeaderClassName
{
color: #AA9BCD;
}
.AnyTagClassName
{
color: #AA9BCD;
}
</style>
background-color css
<style>
a { background-color: #AA9BCD; }
a { background-color: rgb(170,155,205); }
div.DivClassName
{
background-color: #AA9BCD;
}
.BgClassName
{
background-color: #AA9BCD;
}
</style>
border-color css
<style>
span { border-color: #AA9BCD; }
span { border-color: rgb(170,155,205); }
td.TdClassName
{
border-color: #AA9BCD;
}
.TagClassName
{
border-color: #AA9BCD;
}
</style>