Shades of Biloba Flower #AA8BCC
Tints of Biloba Flower #AA8BCC
RGB
CMYK
RGB Variations
Color information
#AA8BCC (or 0xAA8BCC) is known color: Biloba Flower. HEX triplet: AA, 8B and CC. RGB value is (170,139,204). Sum of RGB (Red+Green+Blue) = 170+139+204=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA8BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BCC is #557433. Grayscale: #9B9B9B. Windows color (decimal): -5600308 or 13405098. OLE color: 13405098.
HSL color Cylindrical-coordinate representation of color #AA8BCC: hue angle of 268.62º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA8BCC is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 139 | 204 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.2 |
| HSL | 268.62º | 0.39% | 0.67% | - |
| HSV(B) | 268.62º | 0.32% | 0.8% | - |
| XYZ | 36.71 | 31.37 | 61.25 | - |
| YUV | 155.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 204 | 0.17 | 0.32 | 0 | 0.2 | 268.62 | 0.39 | 0.67 |
| Hex | AA | 8B | CC | 11 | 20 | 0 | 14 | 10D | 27 | 43 |
| Octal | 252 | 213 | 314 | 21 | 40 | 0 | 24 | 415 | 47 | 103 |
| Binary | 10101010 | 10001011 | 11001100 | 10001 | 100000 | 0 | 10100 | 100001101 | 100111 | 1000011 |
Color Harmonies of #AA8BCC
Complementary color
Monochromatic Colors of #AA8BCC
Black with #AA8BCC
Text Example
Text Example
White with #AA8BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BCC; }
p { color: rgb(170,139,204); }
H1.HeaderClassName
{
color: #AA8BCC;
}
.AnyTagClassName
{
color: #AA8BCC;
}
</style>
background-color css
<style>
a { background-color: #AA8BCC; }
a { background-color: rgb(170,139,204); }
div.DivClassName
{
background-color: #AA8BCC;
}
.BgClassName
{
background-color: #AA8BCC;
}
</style>
border-color css
<style>
span { border-color: #AA8BCC; }
span { border-color: rgb(170,139,204); }
td.TdClassName
{
border-color: #AA8BCC;
}
.TagClassName
{
border-color: #AA8BCC;
}
</style>