Shades of Biloba Flower #AA93FE
Tints of Biloba Flower #AA93FE
RGB
CMYK
RGB Variations
Color information
#AA93FE (or 0xAA93FE) is known color: Biloba Flower. HEX triplet: AA, 93 and FE. RGB value is (170,147,254). Sum of RGB (Red+Green+Blue) = 170+147+254=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA93FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA93FE is #556C01. Grayscale: #A5A5A5. Windows color (decimal): -5598210 or 16683946. OLE color: 16683946.
HSL color Cylindrical-coordinate representation of color #AA93FE: hue angle of 252.9º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA93FE is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 147 | 254 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.00 |
| HSL | 252.9º | 0.98% | 0.79% | - |
| HSV(B) | 252.9º | 0.42% | 1% | - |
| XYZ | 44.9 | 36.57 | 98.46 | - |
| YUV | 166.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 254 | 0.33 | 0.42 | 0 | 0.00 | 252.9 | 0.98 | 0.79 |
| Hex | AA | 93 | FE | 21 | 2A | 0 | 0 | FD | 62 | 4F |
| Octal | 252 | 223 | 376 | 41 | 52 | 0 | 0 | 375 | 142 | 117 |
| Binary | 10101010 | 10010011 | 11111110 | 100001 | 101010 | 0 | 0 | 11111101 | 1100010 | 1001111 |
Color Harmonies of #AA93FE
Complementary color
Monochromatic Colors of #AA93FE
Black with #AA93FE
Text Example
Text Example
White with #AA93FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93FE; }
p { color: rgb(170,147,254); }
H1.HeaderClassName
{
color: #AA93FE;
}
.AnyTagClassName
{
color: #AA93FE;
}
</style>
background-color css
<style>
a { background-color: #AA93FE; }
a { background-color: rgb(170,147,254); }
div.DivClassName
{
background-color: #AA93FE;
}
.BgClassName
{
background-color: #AA93FE;
}
</style>
border-color css
<style>
span { border-color: #AA93FE; }
span { border-color: rgb(170,147,254); }
td.TdClassName
{
border-color: #AA93FE;
}
.TagClassName
{
border-color: #AA93FE;
}
</style>