Shades of Biloba Flower #AA9FBD
Tints of Biloba Flower #AA9FBD
RGB
CMYK
RGB Variations
Color information
#AA9FBD (or 0xAA9FBD) is known color: Biloba Flower. HEX triplet: AA, 9F and BD. RGB value is (170,159,189). Sum of RGB (Red+Green+Blue) = 170+159+189=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA9FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FBD is #556042. Grayscale: #A5A5A5. Windows color (decimal): -5595203 or 12427178. OLE color: 12427178.
HSL color Cylindrical-coordinate representation of color #AA9FBD: hue angle of 262º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9FBD is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 170 | 159 | 189 | - |
CMYK | 0.10 | 0.16 | 0 | 0.26 |
HSL | 262º | 0.19% | 0.68% | - |
HSV(B) | 262º | 0.16% | 0.74% | - |
XYZ | 38.16 | 37.02 | 53.28 | - |
YUV | 165.71 | 141.14 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 189 | 0.10 | 0.16 | 0 | 0.26 | 262 | 0.19 | 0.68 |
Hex | AA | 9F | BD | A | 10 | 0 | 1A | 106 | 13 | 44 |
Octal | 252 | 237 | 275 | 12 | 20 | 0 | 32 | 406 | 23 | 104 |
Binary | 10101010 | 10011111 | 10111101 | 1010 | 10000 | 0 | 11010 | 100000110 | 10011 | 1000100 |
Color Harmonies of #AA9FBD
Complementary color
Monochromatic Colors of #AA9FBD
Black with #AA9FBD
Text Example
Text Example
White with #AA9FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FBD; }
p { color: rgb(170,159,189); }
H1.HeaderClassName
{
color: #AA9FBD;
}
.AnyTagClassName
{
color: #AA9FBD;
}
</style>
background-color css
<style>
a { background-color: #AA9FBD; }
a { background-color: rgb(170,159,189); }
div.DivClassName
{
background-color: #AA9FBD;
}
.BgClassName
{
background-color: #AA9FBD;
}
</style>
border-color css
<style>
span { border-color: #AA9FBD; }
span { border-color: rgb(170,159,189); }
td.TdClassName
{
border-color: #AA9FBD;
}
.TagClassName
{
border-color: #AA9FBD;
}
</style>