Shades of Biloba Flower #AA9FBE
Tints of Biloba Flower #AA9FBE
RGB
CMYK
RGB Variations
Color information
#AA9FBE (or 0xAA9FBE) is known color: Biloba Flower. HEX triplet: AA, 9F and BE. RGB value is (170,159,190). Sum of RGB (Red+Green+Blue) = 170+159+190=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA9FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FBE is #556041. Grayscale: #A5A5A5. Windows color (decimal): -5595202 or 12492714. OLE color: 12492714.
HSL color Cylindrical-coordinate representation of color #AA9FBE: hue angle of 261.29º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9FBE is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 170 | 159 | 190 | - |
CMYK | 0.11 | 0.16 | 0 | 0.25 |
HSL | 261.29º | 0.19% | 0.68% | - |
HSV(B) | 261.29º | 0.16% | 0.75% | - |
XYZ | 38.27 | 37.06 | 53.85 | - |
YUV | 165.82 | 141.64 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 190 | 0.11 | 0.16 | 0 | 0.25 | 261.29 | 0.19 | 0.68 |
Hex | AA | 9F | BE | B | 10 | 0 | 19 | 105 | 13 | 44 |
Octal | 252 | 237 | 276 | 13 | 20 | 0 | 31 | 405 | 23 | 104 |
Binary | 10101010 | 10011111 | 10111110 | 1011 | 10000 | 0 | 11001 | 100000101 | 10011 | 1000100 |
Color Harmonies of #AA9FBE
Complementary color
Monochromatic Colors of #AA9FBE
Black with #AA9FBE
Text Example
Text Example
White with #AA9FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FBE; }
p { color: rgb(170,159,190); }
H1.HeaderClassName
{
color: #AA9FBE;
}
.AnyTagClassName
{
color: #AA9FBE;
}
</style>
background-color css
<style>
a { background-color: #AA9FBE; }
a { background-color: rgb(170,159,190); }
div.DivClassName
{
background-color: #AA9FBE;
}
.BgClassName
{
background-color: #AA9FBE;
}
</style>
border-color css
<style>
span { border-color: #AA9FBE; }
span { border-color: rgb(170,159,190); }
td.TdClassName
{
border-color: #AA9FBE;
}
.TagClassName
{
border-color: #AA9FBE;
}
</style>