Shades of Biloba Flower #AA8AFE
Tints of Biloba Flower #AA8AFE
RGB
CMYK
RGB Variations
Color information
#AA8AFE (or 0xAA8AFE) is known color: Biloba Flower. HEX triplet: AA, 8A and FE. RGB value is (170,138,254). Sum of RGB (Red+Green+Blue) = 170+138+254=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA8AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8AFE is #557501. Grayscale: #A0A0A0. Windows color (decimal): -5600514 or 16681642. OLE color: 16681642.
HSL color Cylindrical-coordinate representation of color #AA8AFE: hue angle of 256.55º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA8AFE is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 138 | 254 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.00 |
| HSL | 256.55º | 0.98% | 0.77% | - |
| HSV(B) | 256.55º | 0.46% | 1% | - |
| XYZ | 43.56 | 33.88 | 98.01 | - |
| YUV | 160.79 | 180.6 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 254 | 0.33 | 0.46 | 0 | 0.00 | 256.55 | 0.98 | 0.77 |
| Hex | AA | 8A | FE | 21 | 2E | 0 | 0 | 101 | 62 | 4D |
| Octal | 252 | 212 | 376 | 41 | 56 | 0 | 0 | 401 | 142 | 115 |
| Binary | 10101010 | 10001010 | 11111110 | 100001 | 101110 | 0 | 0 | 100000001 | 1100010 | 1001101 |
Color Harmonies of #AA8AFE
Complementary color
Monochromatic Colors of #AA8AFE
Black with #AA8AFE
Text Example
Text Example
White with #AA8AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8AFE; }
p { color: rgb(170,138,254); }
H1.HeaderClassName
{
color: #AA8AFE;
}
.AnyTagClassName
{
color: #AA8AFE;
}
</style>
background-color css
<style>
a { background-color: #AA8AFE; }
a { background-color: rgb(170,138,254); }
div.DivClassName
{
background-color: #AA8AFE;
}
.BgClassName
{
background-color: #AA8AFE;
}
</style>
border-color css
<style>
span { border-color: #AA8AFE; }
span { border-color: rgb(170,138,254); }
td.TdClassName
{
border-color: #AA8AFE;
}
.TagClassName
{
border-color: #AA8AFE;
}
</style>