Shades of Biloba Flower #AA8CF3
Tints of Biloba Flower #AA8CF3
RGB
CMYK
RGB Variations
Color information
#AA8CF3 (or 0xAA8CF3) is known color: Biloba Flower. HEX triplet: AA, 8C and F3. RGB value is (170,140,243). Sum of RGB (Red+Green+Blue) = 170+140+243=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA8CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CF3 is #55730C. Grayscale: #A0A0A0. Windows color (decimal): -5600013 or 15961258. OLE color: 15961258.
HSL color Cylindrical-coordinate representation of color #AA8CF3: hue angle of 257.48º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA8CF3 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 140 | 243 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.05 |
| HSL | 257.48º | 0.81% | 0.75% | - |
| HSV(B) | 257.48º | 0.42% | 0.95% | - |
| XYZ | 42.13 | 33.77 | 89.09 | - |
| YUV | 160.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 243 | 0.30 | 0.42 | 0 | 0.05 | 257.48 | 0.81 | 0.75 |
| Hex | AA | 8C | F3 | 1E | 2A | 0 | 5 | 101 | 51 | 4B |
| Octal | 252 | 214 | 363 | 36 | 52 | 0 | 5 | 401 | 121 | 113 |
| Binary | 10101010 | 10001100 | 11110011 | 11110 | 101010 | 0 | 101 | 100000001 | 1010001 | 1001011 |
Color Harmonies of #AA8CF3
Complementary color
Monochromatic Colors of #AA8CF3
Black with #AA8CF3
Text Example
Text Example
White with #AA8CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CF3; }
p { color: rgb(170,140,243); }
H1.HeaderClassName
{
color: #AA8CF3;
}
.AnyTagClassName
{
color: #AA8CF3;
}
</style>
background-color css
<style>
a { background-color: #AA8CF3; }
a { background-color: rgb(170,140,243); }
div.DivClassName
{
background-color: #AA8CF3;
}
.BgClassName
{
background-color: #AA8CF3;
}
</style>
border-color css
<style>
span { border-color: #AA8CF3; }
span { border-color: rgb(170,140,243); }
td.TdClassName
{
border-color: #AA8CF3;
}
.TagClassName
{
border-color: #AA8CF3;
}
</style>