Shades of Biloba Flower #AA93E5
Tints of Biloba Flower #AA93E5
RGB
CMYK
RGB Variations
Color information
#AA93E5 (or 0xAA93E5) is known color: Biloba Flower. HEX triplet: AA, 93 and E5. RGB value is (170,147,229). Sum of RGB (Red+Green+Blue) = 170+147+229=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA93E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93E5 is #556C1A. Grayscale: #A2A2A2. Windows color (decimal): -5598235 or 15045546. OLE color: 15045546.
HSL color Cylindrical-coordinate representation of color #AA93E5: hue angle of 256.83º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA93E5 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 147 | 229 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.10 |
| HSL | 256.83º | 0.61% | 0.74% | - |
| HSV(B) | 256.83º | 0.36% | 0.9% | - |
| XYZ | 41.15 | 35.07 | 78.73 | - |
| YUV | 163.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 229 | 0.26 | 0.36 | 0 | 0.10 | 256.83 | 0.61 | 0.74 |
| Hex | AA | 93 | E5 | 1A | 24 | 0 | A | 101 | 3D | 4A |
| Octal | 252 | 223 | 345 | 32 | 44 | 0 | 12 | 401 | 75 | 112 |
| Binary | 10101010 | 10010011 | 11100101 | 11010 | 100100 | 0 | 1010 | 100000001 | 111101 | 1001010 |
Color Harmonies of #AA93E5
Complementary color
Monochromatic Colors of #AA93E5
Black with #AA93E5
Text Example
Text Example
White with #AA93E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93E5; }
p { color: rgb(170,147,229); }
H1.HeaderClassName
{
color: #AA93E5;
}
.AnyTagClassName
{
color: #AA93E5;
}
</style>
background-color css
<style>
a { background-color: #AA93E5; }
a { background-color: rgb(170,147,229); }
div.DivClassName
{
background-color: #AA93E5;
}
.BgClassName
{
background-color: #AA93E5;
}
</style>
border-color css
<style>
span { border-color: #AA93E5; }
span { border-color: rgb(170,147,229); }
td.TdClassName
{
border-color: #AA93E5;
}
.TagClassName
{
border-color: #AA93E5;
}
</style>