Shades of Biloba Flower #AA94E5
Tints of Biloba Flower #AA94E5
RGB
CMYK
RGB Variations
Color information
#AA94E5 (or 0xAA94E5) is known color: Biloba Flower. HEX triplet: AA, 94 and E5. RGB value is (170,148,229). Sum of RGB (Red+Green+Blue) = 170+148+229=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA94E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94E5 is #556B1A. Grayscale: #A3A3A3. Windows color (decimal): -5597979 or 15045802. OLE color: 15045802.
HSL color Cylindrical-coordinate representation of color #AA94E5: hue angle of 256.3º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA94E5 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 148 | 229 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.10 |
| HSL | 256.3º | 0.61% | 0.74% | - |
| HSV(B) | 256.3º | 0.35% | 0.9% | - |
| XYZ | 41.31 | 35.38 | 78.78 | - |
| YUV | 163.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 229 | 0.26 | 0.35 | 0 | 0.10 | 256.3 | 0.61 | 0.74 |
| Hex | AA | 94 | E5 | 1A | 23 | 0 | A | 100 | 3D | 4A |
| Octal | 252 | 224 | 345 | 32 | 43 | 0 | 12 | 400 | 75 | 112 |
| Binary | 10101010 | 10010100 | 11100101 | 11010 | 100011 | 0 | 1010 | 100000000 | 111101 | 1001010 |
Color Harmonies of #AA94E5
Complementary color
Monochromatic Colors of #AA94E5
Black with #AA94E5
Text Example
Text Example
White with #AA94E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA94E5; }
p { color: rgb(170,148,229); }
H1.HeaderClassName
{
color: #AA94E5;
}
.AnyTagClassName
{
color: #AA94E5;
}
</style>
background-color css
<style>
a { background-color: #AA94E5; }
a { background-color: rgb(170,148,229); }
div.DivClassName
{
background-color: #AA94E5;
}
.BgClassName
{
background-color: #AA94E5;
}
</style>
border-color css
<style>
span { border-color: #AA94E5; }
span { border-color: rgb(170,148,229); }
td.TdClassName
{
border-color: #AA94E5;
}
.TagClassName
{
border-color: #AA94E5;
}
</style>