Shades of Biloba Flower #AA9FBC
Tints of Biloba Flower #AA9FBC
RGB
CMYK
RGB Variations
Color information
#AA9FBC (or 0xAA9FBC) is known color: Biloba Flower. HEX triplet: AA, 9F and BC. RGB value is (170,159,188). Sum of RGB (Red+Green+Blue) = 170+159+188=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FBC is #556043. Grayscale: #A5A5A5. Windows color (decimal): -5595204 or 12361642. OLE color: 12361642.
HSL color Cylindrical-coordinate representation of color #AA9FBC: hue angle of 262.76º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9FBC is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 170 | 159 | 188 | - |
CMYK | 0.10 | 0.15 | 0 | 0.26 |
HSL | 262.76º | 0.18% | 0.68% | - |
HSV(B) | 262.76º | 0.15% | 0.74% | - |
XYZ | 38.05 | 36.97 | 52.71 | - |
YUV | 165.6 | 140.64 | 131.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 188 | 0.10 | 0.15 | 0 | 0.26 | 262.76 | 0.18 | 0.68 |
Hex | AA | 9F | BC | A | F | 0 | 1A | 107 | 12 | 44 |
Octal | 252 | 237 | 274 | 12 | 17 | 0 | 32 | 407 | 22 | 104 |
Binary | 10101010 | 10011111 | 10111100 | 1010 | 1111 | 0 | 11010 | 100000111 | 10010 | 1000100 |
Color Harmonies of #AA9FBC
Complementary color
Monochromatic Colors of #AA9FBC
Black with #AA9FBC
Text Example
Text Example
White with #AA9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FBC; }
p { color: rgb(170,159,188); }
H1.HeaderClassName
{
color: #AA9FBC;
}
.AnyTagClassName
{
color: #AA9FBC;
}
</style>
background-color css
<style>
a { background-color: #AA9FBC; }
a { background-color: rgb(170,159,188); }
div.DivClassName
{
background-color: #AA9FBC;
}
.BgClassName
{
background-color: #AA9FBC;
}
</style>
border-color css
<style>
span { border-color: #AA9FBC; }
span { border-color: rgb(170,159,188); }
td.TdClassName
{
border-color: #AA9FBC;
}
.TagClassName
{
border-color: #AA9FBC;
}
</style>