Shades of Biloba Flower #AA81E5
Tints of Biloba Flower #AA81E5
RGB
CMYK
RGB Variations
Color information
#AA81E5 (or 0xAA81E5) is known color: Biloba Flower. HEX triplet: AA, 81 and E5. RGB value is (170,129,229). Sum of RGB (Red+Green+Blue) = 170+129+229=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA81E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81E5 is #557E1A. Grayscale: #989898. Windows color (decimal): -5602843 or 15040938. OLE color: 15040938.
HSL color Cylindrical-coordinate representation of color #AA81E5: hue angle of 264.6º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA81E5 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 129 | 229 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.10 |
| HSL | 264.6º | 0.66% | 0.7% | - |
| HSV(B) | 264.6º | 0.44% | 0.9% | - |
| XYZ | 38.57 | 29.9 | 77.87 | - |
| YUV | 152.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 229 | 0.26 | 0.44 | 0 | 0.10 | 264.6 | 0.66 | 0.7 |
| Hex | AA | 81 | E5 | 1A | 2C | 0 | A | 109 | 42 | 46 |
| Octal | 252 | 201 | 345 | 32 | 54 | 0 | 12 | 411 | 102 | 106 |
| Binary | 10101010 | 10000001 | 11100101 | 11010 | 101100 | 0 | 1010 | 100001001 | 1000010 | 1000110 |
Color Harmonies of #AA81E5
Complementary color
Monochromatic Colors of #AA81E5
Black with #AA81E5
Text Example
Text Example
White with #AA81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81E5; }
p { color: rgb(170,129,229); }
H1.HeaderClassName
{
color: #AA81E5;
}
.AnyTagClassName
{
color: #AA81E5;
}
</style>
background-color css
<style>
a { background-color: #AA81E5; }
a { background-color: rgb(170,129,229); }
div.DivClassName
{
background-color: #AA81E5;
}
.BgClassName
{
background-color: #AA81E5;
}
</style>
border-color css
<style>
span { border-color: #AA81E5; }
span { border-color: rgb(170,129,229); }
td.TdClassName
{
border-color: #AA81E5;
}
.TagClassName
{
border-color: #AA81E5;
}
</style>