Shades of Biloba Flower #AA9ACB
Tints of Biloba Flower #AA9ACB
RGB
CMYK
RGB Variations
Color information
#AA9ACB (or 0xAA9ACB) is known color: Biloba Flower. HEX triplet: AA, 9A and CB. RGB value is (170,154,203). Sum of RGB (Red+Green+Blue) = 170+154+203=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ACB is #556534. Grayscale: #A4A4A4. Windows color (decimal): -5596469 or 13343402. OLE color: 13343402.
HSL color Cylindrical-coordinate representation of color #AA9ACB: hue angle of 259.59º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9ACB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 154 | 203 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.20 |
| HSL | 259.59º | 0.32% | 0.7% | - |
| HSV(B) | 259.59º | 0.24% | 0.8% | - |
| XYZ | 38.91 | 35.97 | 61.39 | - |
| YUV | 164.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 203 | 0.16 | 0.24 | 0 | 0.20 | 259.59 | 0.32 | 0.7 |
| Hex | AA | 9A | CB | 10 | 18 | 0 | 14 | 104 | 20 | 46 |
| Octal | 252 | 232 | 313 | 20 | 30 | 0 | 24 | 404 | 40 | 106 |
| Binary | 10101010 | 10011010 | 11001011 | 10000 | 11000 | 0 | 10100 | 100000100 | 100000 | 1000110 |
Color Harmonies of #AA9ACB
Complementary color
Monochromatic Colors of #AA9ACB
Black with #AA9ACB
Text Example
Text Example
White with #AA9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9ACB; }
p { color: rgb(170,154,203); }
H1.HeaderClassName
{
color: #AA9ACB;
}
.AnyTagClassName
{
color: #AA9ACB;
}
</style>
background-color css
<style>
a { background-color: #AA9ACB; }
a { background-color: rgb(170,154,203); }
div.DivClassName
{
background-color: #AA9ACB;
}
.BgClassName
{
background-color: #AA9ACB;
}
</style>
border-color css
<style>
span { border-color: #AA9ACB; }
span { border-color: rgb(170,154,203); }
td.TdClassName
{
border-color: #AA9ACB;
}
.TagClassName
{
border-color: #AA9ACB;
}
</style>