Shades of Biloba Flower #AA81DD
Tints of Biloba Flower #AA81DD
RGB
CMYK
RGB Variations
Color information
#AA81DD (or 0xAA81DD) is known color: Biloba Flower. HEX triplet: AA, 81 and DD. RGB value is (170,129,221). Sum of RGB (Red+Green+Blue) = 170+129+221=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA81DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81DD is #557E22. Grayscale: #979797. Windows color (decimal): -5602851 or 14516650. OLE color: 14516650.
HSL color Cylindrical-coordinate representation of color #AA81DD: hue angle of 266.74º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA81DD is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 129 | 221 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.13 |
| HSL | 266.74º | 0.58% | 0.69% | - |
| HSV(B) | 266.74º | 0.42% | 0.87% | - |
| XYZ | 37.48 | 29.47 | 72.12 | - |
| YUV | 151.75 | 167.08 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 221 | 0.23 | 0.42 | 0 | 0.13 | 266.74 | 0.58 | 0.69 |
| Hex | AA | 81 | DD | 17 | 2A | 0 | D | 10B | 3A | 45 |
| Octal | 252 | 201 | 335 | 27 | 52 | 0 | 15 | 413 | 72 | 105 |
| Binary | 10101010 | 10000001 | 11011101 | 10111 | 101010 | 0 | 1101 | 100001011 | 111010 | 1000101 |
Color Harmonies of #AA81DD
Complementary color
Monochromatic Colors of #AA81DD
Black with #AA81DD
Text Example
Text Example
White with #AA81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81DD; }
p { color: rgb(170,129,221); }
H1.HeaderClassName
{
color: #AA81DD;
}
.AnyTagClassName
{
color: #AA81DD;
}
</style>
background-color css
<style>
a { background-color: #AA81DD; }
a { background-color: rgb(170,129,221); }
div.DivClassName
{
background-color: #AA81DD;
}
.BgClassName
{
background-color: #AA81DD;
}
</style>
border-color css
<style>
span { border-color: #AA81DD; }
span { border-color: rgb(170,129,221); }
td.TdClassName
{
border-color: #AA81DD;
}
.TagClassName
{
border-color: #AA81DD;
}
</style>