Shades of Biloba Flower #AA93EE
Tints of Biloba Flower #AA93EE
RGB
CMYK
RGB Variations
Color information
#AA93EE (or 0xAA93EE) is known color: Biloba Flower. HEX triplet: AA, 93 and EE. RGB value is (170,147,238). Sum of RGB (Red+Green+Blue) = 170+147+238=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA93EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA93EE is #556C11. Grayscale: #A3A3A3. Windows color (decimal): -5598226 or 15635370. OLE color: 15635370.
HSL color Cylindrical-coordinate representation of color #AA93EE: hue angle of 255.16º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA93EE is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 147 | 238 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.07 |
| HSL | 255.16º | 0.73% | 0.75% | - |
| HSV(B) | 255.16º | 0.38% | 0.93% | - |
| XYZ | 42.44 | 35.59 | 85.52 | - |
| YUV | 164.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 238 | 0.29 | 0.38 | 0 | 0.07 | 255.16 | 0.73 | 0.75 |
| Hex | AA | 93 | EE | 1D | 26 | 0 | 7 | FF | 49 | 4B |
| Octal | 252 | 223 | 356 | 35 | 46 | 0 | 7 | 377 | 111 | 113 |
| Binary | 10101010 | 10010011 | 11101110 | 11101 | 100110 | 0 | 111 | 11111111 | 1001001 | 1001011 |
Color Harmonies of #AA93EE
Complementary color
Monochromatic Colors of #AA93EE
Black with #AA93EE
Text Example
Text Example
White with #AA93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93EE; }
p { color: rgb(170,147,238); }
H1.HeaderClassName
{
color: #AA93EE;
}
.AnyTagClassName
{
color: #AA93EE;
}
</style>
background-color css
<style>
a { background-color: #AA93EE; }
a { background-color: rgb(170,147,238); }
div.DivClassName
{
background-color: #AA93EE;
}
.BgClassName
{
background-color: #AA93EE;
}
</style>
border-color css
<style>
span { border-color: #AA93EE; }
span { border-color: rgb(170,147,238); }
td.TdClassName
{
border-color: #AA93EE;
}
.TagClassName
{
border-color: #AA93EE;
}
</style>