Shades of Biloba Flower #AA9CDF
Tints of Biloba Flower #AA9CDF
RGB
CMYK
RGB Variations
Color information
#AA9CDF (or 0xAA9CDF) is known color: Biloba Flower. HEX triplet: AA, 9C and DF. RGB value is (170,156,223). Sum of RGB (Red+Green+Blue) = 170+156+223=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA9CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CDF is #556320. Grayscale: #A7A7A7. Windows color (decimal): -5595937 or 14654634. OLE color: 14654634.
HSL color Cylindrical-coordinate representation of color #AA9CDF: hue angle of 252.54º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9CDF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 156 | 223 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.13 |
| HSL | 252.54º | 0.51% | 0.74% | - |
| HSV(B) | 252.54º | 0.3% | 0.87% | - |
| XYZ | 41.79 | 37.65 | 74.88 | - |
| YUV | 167.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 223 | 0.24 | 0.30 | 0 | 0.13 | 252.54 | 0.51 | 0.74 |
| Hex | AA | 9C | DF | 18 | 1E | 0 | D | FD | 33 | 4A |
| Octal | 252 | 234 | 337 | 30 | 36 | 0 | 15 | 375 | 63 | 112 |
| Binary | 10101010 | 10011100 | 11011111 | 11000 | 11110 | 0 | 1101 | 11111101 | 110011 | 1001010 |
Color Harmonies of #AA9CDF
Complementary color
Monochromatic Colors of #AA9CDF
Black with #AA9CDF
Text Example
Text Example
White with #AA9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CDF; }
p { color: rgb(170,156,223); }
H1.HeaderClassName
{
color: #AA9CDF;
}
.AnyTagClassName
{
color: #AA9CDF;
}
</style>
background-color css
<style>
a { background-color: #AA9CDF; }
a { background-color: rgb(170,156,223); }
div.DivClassName
{
background-color: #AA9CDF;
}
.BgClassName
{
background-color: #AA9CDF;
}
</style>
border-color css
<style>
span { border-color: #AA9CDF; }
span { border-color: rgb(170,156,223); }
td.TdClassName
{
border-color: #AA9CDF;
}
.TagClassName
{
border-color: #AA9CDF;
}
</style>