Shades of Biloba Flower #AA9CBE
Tints of Biloba Flower #AA9CBE
RGB
CMYK
RGB Variations
Color information
#AA9CBE (or 0xAA9CBE) is known color: Biloba Flower. HEX triplet: AA, 9C and BE. RGB value is (170,156,190). Sum of RGB (Red+Green+Blue) = 170+156+190=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CBE is #556341. Grayscale: #A3A3A3. Windows color (decimal): -5595970 or 12491946. OLE color: 12491946.
HSL color Cylindrical-coordinate representation of color #AA9CBE: hue angle of 264.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA9CBE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 156 | 190 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.25 |
| HSL | 264.71º | 0.21% | 0.68% | - |
| HSV(B) | 264.71º | 0.18% | 0.75% | - |
| XYZ | 37.76 | 36.04 | 53.68 | - |
| YUV | 164.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 190 | 0.11 | 0.18 | 0 | 0.25 | 264.71 | 0.21 | 0.68 |
| Hex | AA | 9C | BE | B | 12 | 0 | 19 | 109 | 15 | 44 |
| Octal | 252 | 234 | 276 | 13 | 22 | 0 | 31 | 411 | 25 | 104 |
| Binary | 10101010 | 10011100 | 10111110 | 1011 | 10010 | 0 | 11001 | 100001001 | 10101 | 1000100 |
Color Harmonies of #AA9CBE
Complementary color
Monochromatic Colors of #AA9CBE
Black with #AA9CBE
Text Example
Text Example
White with #AA9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CBE; }
p { color: rgb(170,156,190); }
H1.HeaderClassName
{
color: #AA9CBE;
}
.AnyTagClassName
{
color: #AA9CBE;
}
</style>
background-color css
<style>
a { background-color: #AA9CBE; }
a { background-color: rgb(170,156,190); }
div.DivClassName
{
background-color: #AA9CBE;
}
.BgClassName
{
background-color: #AA9CBE;
}
</style>
border-color css
<style>
span { border-color: #AA9CBE; }
span { border-color: rgb(170,156,190); }
td.TdClassName
{
border-color: #AA9CBE;
}
.TagClassName
{
border-color: #AA9CBE;
}
</style>