Shades of Biloba Flower #AA8FCC
Tints of Biloba Flower #AA8FCC
RGB
CMYK
RGB Variations
Color information
#AA8FCC (or 0xAA8FCC) is known color: Biloba Flower. HEX triplet: AA, 8F and CC. RGB value is (170,143,204). Sum of RGB (Red+Green+Blue) = 170+143+204=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FCC is #557033. Grayscale: #9D9D9D. Windows color (decimal): -5599284 or 13406122. OLE color: 13406122.
HSL color Cylindrical-coordinate representation of color #AA8FCC: hue angle of 266.56º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8FCC is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 143 | 204 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.2 |
| HSL | 266.56º | 0.37% | 0.68% | - |
| HSV(B) | 266.56º | 0.3% | 0.8% | - |
| XYZ | 37.3 | 32.55 | 61.44 | - |
| YUV | 158.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 204 | 0.17 | 0.30 | 0 | 0.2 | 266.56 | 0.37 | 0.68 |
| Hex | AA | 8F | CC | 11 | 1E | 0 | 14 | 10B | 25 | 44 |
| Octal | 252 | 217 | 314 | 21 | 36 | 0 | 24 | 413 | 45 | 104 |
| Binary | 10101010 | 10001111 | 11001100 | 10001 | 11110 | 0 | 10100 | 100001011 | 100101 | 1000100 |
Color Harmonies of #AA8FCC
Complementary color
Monochromatic Colors of #AA8FCC
Black with #AA8FCC
Text Example
Text Example
White with #AA8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FCC; }
p { color: rgb(170,143,204); }
H1.HeaderClassName
{
color: #AA8FCC;
}
.AnyTagClassName
{
color: #AA8FCC;
}
</style>
background-color css
<style>
a { background-color: #AA8FCC; }
a { background-color: rgb(170,143,204); }
div.DivClassName
{
background-color: #AA8FCC;
}
.BgClassName
{
background-color: #AA8FCC;
}
</style>
border-color css
<style>
span { border-color: #AA8FCC; }
span { border-color: rgb(170,143,204); }
td.TdClassName
{
border-color: #AA8FCC;
}
.TagClassName
{
border-color: #AA8FCC;
}
</style>