Shades of Biloba Flower #AA81DF
Tints of Biloba Flower #AA81DF
RGB
CMYK
RGB Variations
Color information
#AA81DF (or 0xAA81DF) is known color: Biloba Flower. HEX triplet: AA, 81 and DF. RGB value is (170,129,223). Sum of RGB (Red+Green+Blue) = 170+129+223=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA81DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81DF is #557E20. Grayscale: #979797. Windows color (decimal): -5602849 or 14647722. OLE color: 14647722.
HSL color Cylindrical-coordinate representation of color #AA81DF: hue angle of 266.17º degrees, saturation: 0.59, 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 #AA81DF is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 129 | 223 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.13 |
| HSL | 266.17º | 0.59% | 0.69% | - |
| HSV(B) | 266.17º | 0.42% | 0.87% | - |
| XYZ | 37.75 | 29.57 | 73.53 | - |
| YUV | 151.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 223 | 0.24 | 0.42 | 0 | 0.13 | 266.17 | 0.59 | 0.69 |
| Hex | AA | 81 | DF | 18 | 2A | 0 | D | 10A | 3B | 45 |
| Octal | 252 | 201 | 337 | 30 | 52 | 0 | 15 | 412 | 73 | 105 |
| Binary | 10101010 | 10000001 | 11011111 | 11000 | 101010 | 0 | 1101 | 100001010 | 111011 | 1000101 |
Color Harmonies of #AA81DF
Complementary color
Monochromatic Colors of #AA81DF
Black with #AA81DF
Text Example
Text Example
White with #AA81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81DF; }
p { color: rgb(170,129,223); }
H1.HeaderClassName
{
color: #AA81DF;
}
.AnyTagClassName
{
color: #AA81DF;
}
</style>
background-color css
<style>
a { background-color: #AA81DF; }
a { background-color: rgb(170,129,223); }
div.DivClassName
{
background-color: #AA81DF;
}
.BgClassName
{
background-color: #AA81DF;
}
</style>
border-color css
<style>
span { border-color: #AA81DF; }
span { border-color: rgb(170,129,223); }
td.TdClassName
{
border-color: #AA81DF;
}
.TagClassName
{
border-color: #AA81DF;
}
</style>