Shades of Biloba Flower #AA9CCD
Tints of Biloba Flower #AA9CCD
RGB
CMYK
RGB Variations
Color information
#AA9CCD (or 0xAA9CCD) is known color: Biloba Flower. HEX triplet: AA, 9C and CD. RGB value is (170,156,205). Sum of RGB (Red+Green+Blue) = 170+156+205=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CCD is #556332. Grayscale: #A5A5A5. Windows color (decimal): -5595955 or 13474986. OLE color: 13474986.
HSL color Cylindrical-coordinate representation of color #AA9CCD: hue angle of 257.14º 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 #AA9CCD is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 156 | 205 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.20 |
| HSL | 257.14º | 0.33% | 0.71% | - |
| HSV(B) | 257.14º | 0.24% | 0.8% | - |
| XYZ | 39.49 | 36.73 | 62.77 | - |
| YUV | 165.77 | 150.14 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 205 | 0.17 | 0.24 | 0 | 0.20 | 257.14 | 0.33 | 0.71 |
| Hex | AA | 9C | CD | 11 | 18 | 0 | 14 | 101 | 21 | 47 |
| Octal | 252 | 234 | 315 | 21 | 30 | 0 | 24 | 401 | 41 | 107 |
| Binary | 10101010 | 10011100 | 11001101 | 10001 | 11000 | 0 | 10100 | 100000001 | 100001 | 1000111 |
Color Harmonies of #AA9CCD
Complementary color
Monochromatic Colors of #AA9CCD
Black with #AA9CCD
Text Example
Text Example
White with #AA9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CCD; }
p { color: rgb(170,156,205); }
H1.HeaderClassName
{
color: #AA9CCD;
}
.AnyTagClassName
{
color: #AA9CCD;
}
</style>
background-color css
<style>
a { background-color: #AA9CCD; }
a { background-color: rgb(170,156,205); }
div.DivClassName
{
background-color: #AA9CCD;
}
.BgClassName
{
background-color: #AA9CCD;
}
</style>
border-color css
<style>
span { border-color: #AA9CCD; }
span { border-color: rgb(170,156,205); }
td.TdClassName
{
border-color: #AA9CCD;
}
.TagClassName
{
border-color: #AA9CCD;
}
</style>