Shades of Biloba Flower #AA8CFF
Tints of Biloba Flower #AA8CFF
RGB
CMYK
RGB Variations
Color information
#AA8CFF (or 0xAA8CFF) is known color: Biloba Flower. HEX triplet: AA, 8C and FF. RGB value is (170,140,255). Sum of RGB (Red+Green+Blue) = 170+140+255=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CFF is #557300. Grayscale: #A1A1A1. Windows color (decimal): -5600001 or 16747690. OLE color: 16747690.
HSL color Cylindrical-coordinate representation of color #AA8CFF: hue angle of 255.65º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA8CFF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 140 | 255 | - |
| CMYK | 0.33 | 0.45 | 0 | 0 |
| HSL | 255.65º | 1% | 0.77% | - |
| HSV(B) | 255.65º | 0.45% | 1% | - |
| XYZ | 44.01 | 34.52 | 98.95 | - |
| YUV | 162.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 255 | 0.33 | 0.45 | 0 | 0 | 255.65 | 1 | 0.77 |
| Hex | AA | 8C | FF | 21 | 2D | 0 | 0 | 100 | 64 | 4D |
| Octal | 252 | 214 | 377 | 41 | 55 | 0 | 0 | 400 | 144 | 115 |
| Binary | 10101010 | 10001100 | 11111111 | 100001 | 101101 | 0 | 0 | 100000000 | 1100100 | 1001101 |
Color Harmonies of #AA8CFF
Complementary color
Monochromatic Colors of #AA8CFF
Black with #AA8CFF
Text Example
Text Example
White with #AA8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CFF; }
p { color: rgb(170,140,255); }
H1.HeaderClassName
{
color: #AA8CFF;
}
.AnyTagClassName
{
color: #AA8CFF;
}
</style>
background-color css
<style>
a { background-color: #AA8CFF; }
a { background-color: rgb(170,140,255); }
div.DivClassName
{
background-color: #AA8CFF;
}
.BgClassName
{
background-color: #AA8CFF;
}
</style>
border-color css
<style>
span { border-color: #AA8CFF; }
span { border-color: rgb(170,140,255); }
td.TdClassName
{
border-color: #AA8CFF;
}
.TagClassName
{
border-color: #AA8CFF;
}
</style>