Shades of Biloba Flower #AA87CE
Tints of Biloba Flower #AA87CE
RGB
CMYK
RGB Variations
Color information
#AA87CE (or 0xAA87CE) is known color: Biloba Flower. HEX triplet: AA, 87 and CE. RGB value is (170,135,206). Sum of RGB (Red+Green+Blue) = 170+135+206=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA87CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87CE is #557831. Grayscale: #999999. Windows color (decimal): -5601330 or 13535146. OLE color: 13535146.
HSL color Cylindrical-coordinate representation of color #AA87CE: hue angle of 269.58º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA87CE is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 135 | 206 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.19 |
| HSL | 269.58º | 0.42% | 0.67% | - |
| HSV(B) | 269.58º | 0.34% | 0.81% | - |
| XYZ | 36.38 | 30.33 | 62.33 | - |
| YUV | 153.56 | 157.6 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 206 | 0.17 | 0.34 | 0 | 0.19 | 269.58 | 0.42 | 0.67 |
| Hex | AA | 87 | CE | 11 | 22 | 0 | 13 | 10E | 2A | 43 |
| Octal | 252 | 207 | 316 | 21 | 42 | 0 | 23 | 416 | 52 | 103 |
| Binary | 10101010 | 10000111 | 11001110 | 10001 | 100010 | 0 | 10011 | 100001110 | 101010 | 1000011 |
Color Harmonies of #AA87CE
Complementary color
Monochromatic Colors of #AA87CE
Black with #AA87CE
Text Example
Text Example
White with #AA87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA87CE; }
p { color: rgb(170,135,206); }
H1.HeaderClassName
{
color: #AA87CE;
}
.AnyTagClassName
{
color: #AA87CE;
}
</style>
background-color css
<style>
a { background-color: #AA87CE; }
a { background-color: rgb(170,135,206); }
div.DivClassName
{
background-color: #AA87CE;
}
.BgClassName
{
background-color: #AA87CE;
}
</style>
border-color css
<style>
span { border-color: #AA87CE; }
span { border-color: rgb(170,135,206); }
td.TdClassName
{
border-color: #AA87CE;
}
.TagClassName
{
border-color: #AA87CE;
}
</style>