Shades of Biloba Flower #AA8FF7
Tints of Biloba Flower #AA8FF7
RGB
CMYK
RGB Variations
Color information
#AA8FF7 (or 0xAA8FF7) is known color: Biloba Flower. HEX triplet: AA, 8F and F7. RGB value is (170,143,247). Sum of RGB (Red+Green+Blue) = 170+143+247=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA8FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FF7 is #557008. Grayscale: #A2A2A2. Windows color (decimal): -5599241 or 16224170. OLE color: 16224170.
HSL color Cylindrical-coordinate representation of color #AA8FF7: hue angle of 255.58º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA8FF7 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 143 | 247 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.03 |
| HSL | 255.58º | 0.87% | 0.76% | - |
| HSV(B) | 255.58º | 0.42% | 0.97% | - |
| XYZ | 43.19 | 34.91 | 92.46 | - |
| YUV | 162.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 247 | 0.31 | 0.42 | 0 | 0.03 | 255.58 | 0.87 | 0.76 |
| Hex | AA | 8F | F7 | 1F | 2A | 0 | 3 | 100 | 57 | 4C |
| Octal | 252 | 217 | 367 | 37 | 52 | 0 | 3 | 400 | 127 | 114 |
| Binary | 10101010 | 10001111 | 11110111 | 11111 | 101010 | 0 | 11 | 100000000 | 1010111 | 1001100 |
Color Harmonies of #AA8FF7
Complementary color
Monochromatic Colors of #AA8FF7
Black with #AA8FF7
Text Example
Text Example
White with #AA8FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FF7; }
p { color: rgb(170,143,247); }
H1.HeaderClassName
{
color: #AA8FF7;
}
.AnyTagClassName
{
color: #AA8FF7;
}
</style>
background-color css
<style>
a { background-color: #AA8FF7; }
a { background-color: rgb(170,143,247); }
div.DivClassName
{
background-color: #AA8FF7;
}
.BgClassName
{
background-color: #AA8FF7;
}
</style>
border-color css
<style>
span { border-color: #AA8FF7; }
span { border-color: rgb(170,143,247); }
td.TdClassName
{
border-color: #AA8FF7;
}
.TagClassName
{
border-color: #AA8FF7;
}
</style>