Shades of Biloba Flower #AA8DFE
Tints of Biloba Flower #AA8DFE
RGB
CMYK
RGB Variations
Color information
#AA8DFE (or 0xAA8DFE) is known color: Biloba Flower. HEX triplet: AA, 8D and FE. RGB value is (170,141,254). Sum of RGB (Red+Green+Blue) = 170+141+254=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA8DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DFE is #557201. Grayscale: #A2A2A2. Windows color (decimal): -5599746 or 16682410. OLE color: 16682410.
HSL color Cylindrical-coordinate representation of color #AA8DFE: hue angle of 255.4º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8DFE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 141 | 254 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.00 |
| HSL | 255.4º | 0.98% | 0.77% | - |
| HSV(B) | 255.4º | 0.44% | 1% | - |
| XYZ | 43.99 | 34.75 | 98.16 | - |
| YUV | 162.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 254 | 0.33 | 0.44 | 0 | 0.00 | 255.4 | 0.98 | 0.77 |
| Hex | AA | 8D | FE | 21 | 2C | 0 | 0 | FF | 62 | 4D |
| Octal | 252 | 215 | 376 | 41 | 54 | 0 | 0 | 377 | 142 | 115 |
| Binary | 10101010 | 10001101 | 11111110 | 100001 | 101100 | 0 | 0 | 11111111 | 1100010 | 1001101 |
Color Harmonies of #AA8DFE
Complementary color
Monochromatic Colors of #AA8DFE
Black with #AA8DFE
Text Example
Text Example
White with #AA8DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DFE; }
p { color: rgb(170,141,254); }
H1.HeaderClassName
{
color: #AA8DFE;
}
.AnyTagClassName
{
color: #AA8DFE;
}
</style>
background-color css
<style>
a { background-color: #AA8DFE; }
a { background-color: rgb(170,141,254); }
div.DivClassName
{
background-color: #AA8DFE;
}
.BgClassName
{
background-color: #AA8DFE;
}
</style>
border-color css
<style>
span { border-color: #AA8DFE; }
span { border-color: rgb(170,141,254); }
td.TdClassName
{
border-color: #AA8DFE;
}
.TagClassName
{
border-color: #AA8DFE;
}
</style>