Shades of Biloba Flower #AA9BCB
Tints of Biloba Flower #AA9BCB
RGB
CMYK
RGB Variations
Color information
#AA9BCB (or 0xAA9BCB) is known color: Biloba Flower. HEX triplet: AA, 9B and CB. RGB value is (170,155,203). Sum of RGB (Red+Green+Blue) = 170+155+203=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BCB is #556434. Grayscale: #A4A4A4. Windows color (decimal): -5596213 or 13343658. OLE color: 13343658.
HSL color Cylindrical-coordinate representation of color #AA9BCB: hue angle of 258.75º 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 #AA9BCB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 155 | 203 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.20 |
| HSL | 258.75º | 0.32% | 0.7% | - |
| HSV(B) | 258.75º | 0.24% | 0.8% | - |
| XYZ | 39.08 | 36.3 | 61.45 | - |
| YUV | 164.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 203 | 0.16 | 0.24 | 0 | 0.20 | 258.75 | 0.32 | 0.7 |
| Hex | AA | 9B | CB | 10 | 18 | 0 | 14 | 103 | 20 | 46 |
| Octal | 252 | 233 | 313 | 20 | 30 | 0 | 24 | 403 | 40 | 106 |
| Binary | 10101010 | 10011011 | 11001011 | 10000 | 11000 | 0 | 10100 | 100000011 | 100000 | 1000110 |
Color Harmonies of #AA9BCB
Complementary color
Monochromatic Colors of #AA9BCB
Black with #AA9BCB
Text Example
Text Example
White with #AA9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BCB; }
p { color: rgb(170,155,203); }
H1.HeaderClassName
{
color: #AA9BCB;
}
.AnyTagClassName
{
color: #AA9BCB;
}
</style>
background-color css
<style>
a { background-color: #AA9BCB; }
a { background-color: rgb(170,155,203); }
div.DivClassName
{
background-color: #AA9BCB;
}
.BgClassName
{
background-color: #AA9BCB;
}
</style>
border-color css
<style>
span { border-color: #AA9BCB; }
span { border-color: rgb(170,155,203); }
td.TdClassName
{
border-color: #AA9BCB;
}
.TagClassName
{
border-color: #AA9BCB;
}
</style>