Shades of Biloba Flower #AA9AD3
Tints of Biloba Flower #AA9AD3
RGB
CMYK
RGB Variations
Color information
#AA9AD3 (or 0xAA9AD3) is known color: Biloba Flower. HEX triplet: AA, 9A and D3. RGB value is (170,154,211). Sum of RGB (Red+Green+Blue) = 170+154+211=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA9AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AD3 is #55652C. Grayscale: #A5A5A5. Windows color (decimal): -5596461 or 13867690. OLE color: 13867690.
HSL color Cylindrical-coordinate representation of color #AA9AD3: hue angle of 256.84º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA9AD3 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 154 | 211 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.17 |
| HSL | 256.84º | 0.39% | 0.72% | - |
| HSV(B) | 256.84º | 0.27% | 0.83% | - |
| XYZ | 39.89 | 36.36 | 66.54 | - |
| YUV | 165.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 211 | 0.19 | 0.27 | 0 | 0.17 | 256.84 | 0.39 | 0.72 |
| Hex | AA | 9A | D3 | 13 | 1B | 0 | 11 | 101 | 27 | 48 |
| Octal | 252 | 232 | 323 | 23 | 33 | 0 | 21 | 401 | 47 | 110 |
| Binary | 10101010 | 10011010 | 11010011 | 10011 | 11011 | 0 | 10001 | 100000001 | 100111 | 1001000 |
Color Harmonies of #AA9AD3
Complementary color
Monochromatic Colors of #AA9AD3
Black with #AA9AD3
Text Example
Text Example
White with #AA9AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AD3; }
p { color: rgb(170,154,211); }
H1.HeaderClassName
{
color: #AA9AD3;
}
.AnyTagClassName
{
color: #AA9AD3;
}
</style>
background-color css
<style>
a { background-color: #AA9AD3; }
a { background-color: rgb(170,154,211); }
div.DivClassName
{
background-color: #AA9AD3;
}
.BgClassName
{
background-color: #AA9AD3;
}
</style>
border-color css
<style>
span { border-color: #AA9AD3; }
span { border-color: rgb(170,154,211); }
td.TdClassName
{
border-color: #AA9AD3;
}
.TagClassName
{
border-color: #AA9AD3;
}
</style>