Shades of Biloba Flower #AA88CF
Tints of Biloba Flower #AA88CF
RGB
CMYK
RGB Variations
Color information
#AA88CF (or 0xAA88CF) is known color: Biloba Flower. HEX triplet: AA, 88 and CF. RGB value is (170,136,207). Sum of RGB (Red+Green+Blue) = 170+136+207=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA88CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88CF is #557730. Grayscale: #9A9A9A. Windows color (decimal): -5601073 or 13600938. OLE color: 13600938.
HSL color Cylindrical-coordinate representation of color #AA88CF: hue angle of 268.73º degrees, saturation: 0.43, 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 #AA88CF is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 136 | 207 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.19 |
| HSL | 268.73º | 0.43% | 0.67% | - |
| HSV(B) | 268.73º | 0.34% | 0.81% | - |
| XYZ | 36.64 | 30.66 | 63.02 | - |
| YUV | 154.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 207 | 0.18 | 0.34 | 0 | 0.19 | 268.73 | 0.43 | 0.67 |
| Hex | AA | 88 | CF | 12 | 22 | 0 | 13 | 10D | 2B | 43 |
| Octal | 252 | 210 | 317 | 22 | 42 | 0 | 23 | 415 | 53 | 103 |
| Binary | 10101010 | 10001000 | 11001111 | 10010 | 100010 | 0 | 10011 | 100001101 | 101011 | 1000011 |
Color Harmonies of #AA88CF
Complementary color
Monochromatic Colors of #AA88CF
Black with #AA88CF
Text Example
Text Example
White with #AA88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA88CF; }
p { color: rgb(170,136,207); }
H1.HeaderClassName
{
color: #AA88CF;
}
.AnyTagClassName
{
color: #AA88CF;
}
</style>
background-color css
<style>
a { background-color: #AA88CF; }
a { background-color: rgb(170,136,207); }
div.DivClassName
{
background-color: #AA88CF;
}
.BgClassName
{
background-color: #AA88CF;
}
</style>
border-color css
<style>
span { border-color: #AA88CF; }
span { border-color: rgb(170,136,207); }
td.TdClassName
{
border-color: #AA88CF;
}
.TagClassName
{
border-color: #AA88CF;
}
</style>