Shades of Biloba Flower #AA8CFC
Tints of Biloba Flower #AA8CFC
RGB
CMYK
RGB Variations
Color information
#AA8CFC (or 0xAA8CFC) is known color: Biloba Flower. HEX triplet: AA, 8C and FC. RGB value is (170,140,252). Sum of RGB (Red+Green+Blue) = 170+140+252=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA8CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CFC is #557303. Grayscale: #A1A1A1. Windows color (decimal): -5600004 or 16551082. OLE color: 16551082.
HSL color Cylindrical-coordinate representation of color #AA8CFC: hue angle of 256.07º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8CFC is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 140 | 252 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.01 |
| HSL | 256.07º | 0.95% | 0.77% | - |
| HSV(B) | 256.07º | 0.44% | 0.99% | - |
| XYZ | 43.53 | 34.33 | 96.43 | - |
| YUV | 161.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 252 | 0.33 | 0.44 | 0 | 0.01 | 256.07 | 0.95 | 0.77 |
| Hex | AA | 8C | FC | 21 | 2C | 0 | 1 | 100 | 5F | 4D |
| Octal | 252 | 214 | 374 | 41 | 54 | 0 | 1 | 400 | 137 | 115 |
| Binary | 10101010 | 10001100 | 11111100 | 100001 | 101100 | 0 | 1 | 100000000 | 1011111 | 1001101 |
Color Harmonies of #AA8CFC
Complementary color
Monochromatic Colors of #AA8CFC
Black with #AA8CFC
Text Example
Text Example
White with #AA8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CFC; }
p { color: rgb(170,140,252); }
H1.HeaderClassName
{
color: #AA8CFC;
}
.AnyTagClassName
{
color: #AA8CFC;
}
</style>
background-color css
<style>
a { background-color: #AA8CFC; }
a { background-color: rgb(170,140,252); }
div.DivClassName
{
background-color: #AA8CFC;
}
.BgClassName
{
background-color: #AA8CFC;
}
</style>
border-color css
<style>
span { border-color: #AA8CFC; }
span { border-color: rgb(170,140,252); }
td.TdClassName
{
border-color: #AA8CFC;
}
.TagClassName
{
border-color: #AA8CFC;
}
</style>