Shades of Biloba Flower #AA81D5
Tints of Biloba Flower #AA81D5
RGB
CMYK
RGB Variations
Color information
#AA81D5 (or 0xAA81D5) is known color: Biloba Flower. HEX triplet: AA, 81 and D5. RGB value is (170,129,213). Sum of RGB (Red+Green+Blue) = 170+129+213=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA81D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81D5 is #557E2A. Grayscale: #969696. Windows color (decimal): -5602859 or 13992362. OLE color: 13992362.
HSL color Cylindrical-coordinate representation of color #AA81D5: hue angle of 269.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA81D5 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 129 | 213 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.16 |
| HSL | 269.29º | 0.5% | 0.67% | - |
| HSV(B) | 269.29º | 0.39% | 0.84% | - |
| XYZ | 36.44 | 29.05 | 66.64 | - |
| YUV | 150.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 213 | 0.20 | 0.39 | 0 | 0.16 | 269.29 | 0.5 | 0.67 |
| Hex | AA | 81 | D5 | 14 | 27 | 0 | 10 | 10D | 32 | 43 |
| Octal | 252 | 201 | 325 | 24 | 47 | 0 | 20 | 415 | 62 | 103 |
| Binary | 10101010 | 10000001 | 11010101 | 10100 | 100111 | 0 | 10000 | 100001101 | 110010 | 1000011 |
Color Harmonies of #AA81D5
Complementary color
Monochromatic Colors of #AA81D5
Black with #AA81D5
Text Example
Text Example
White with #AA81D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81D5; }
p { color: rgb(170,129,213); }
H1.HeaderClassName
{
color: #AA81D5;
}
.AnyTagClassName
{
color: #AA81D5;
}
</style>
background-color css
<style>
a { background-color: #AA81D5; }
a { background-color: rgb(170,129,213); }
div.DivClassName
{
background-color: #AA81D5;
}
.BgClassName
{
background-color: #AA81D5;
}
</style>
border-color css
<style>
span { border-color: #AA81D5; }
span { border-color: rgb(170,129,213); }
td.TdClassName
{
border-color: #AA81D5;
}
.TagClassName
{
border-color: #AA81D5;
}
</style>