Shades of Biloba Flower #AA8FF8
Tints of Biloba Flower #AA8FF8
RGB
CMYK
RGB Variations
Color information
#AA8FF8 (or 0xAA8FF8) is known color: Biloba Flower. HEX triplet: AA, 8F and F8. RGB value is (170,143,248). Sum of RGB (Red+Green+Blue) = 170+143+248=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA8FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FF8 is #557007. Grayscale: #A2A2A2. Windows color (decimal): -5599240 or 16289706. OLE color: 16289706.
HSL color Cylindrical-coordinate representation of color #AA8FF8: hue angle of 255.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA8FF8 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 143 | 248 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.03 |
| HSL | 255.43º | 0.88% | 0.77% | - |
| HSV(B) | 255.43º | 0.42% | 0.97% | - |
| XYZ | 43.34 | 34.97 | 93.27 | - |
| YUV | 163.04 | 175.95 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 248 | 0.31 | 0.42 | 0 | 0.03 | 255.43 | 0.88 | 0.77 |
| Hex | AA | 8F | F8 | 1F | 2A | 0 | 3 | FF | 58 | 4D |
| Octal | 252 | 217 | 370 | 37 | 52 | 0 | 3 | 377 | 130 | 115 |
| Binary | 10101010 | 10001111 | 11111000 | 11111 | 101010 | 0 | 11 | 11111111 | 1011000 | 1001101 |
Color Harmonies of #AA8FF8
Complementary color
Monochromatic Colors of #AA8FF8
Black with #AA8FF8
Text Example
Text Example
White with #AA8FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FF8; }
p { color: rgb(170,143,248); }
H1.HeaderClassName
{
color: #AA8FF8;
}
.AnyTagClassName
{
color: #AA8FF8;
}
</style>
background-color css
<style>
a { background-color: #AA8FF8; }
a { background-color: rgb(170,143,248); }
div.DivClassName
{
background-color: #AA8FF8;
}
.BgClassName
{
background-color: #AA8FF8;
}
</style>
border-color css
<style>
span { border-color: #AA8FF8; }
span { border-color: rgb(170,143,248); }
td.TdClassName
{
border-color: #AA8FF8;
}
.TagClassName
{
border-color: #AA8FF8;
}
</style>