Shades of Biloba Flower #AA91DF
Tints of Biloba Flower #AA91DF
RGB
CMYK
RGB Variations
Color information
#AA91DF (or 0xAA91DF) is known color: Biloba Flower. HEX triplet: AA, 91 and DF. RGB value is (170,145,223). Sum of RGB (Red+Green+Blue) = 170+145+223=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA91DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91DF is #556E20. Grayscale: #A1A1A1. Windows color (decimal): -5598753 or 14651818. OLE color: 14651818.
HSL color Cylindrical-coordinate representation of color #AA91DF: hue angle of 259.23º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA91DF is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 145 | 223 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.13 |
| HSL | 259.23º | 0.55% | 0.72% | - |
| HSV(B) | 259.23º | 0.35% | 0.87% | - |
| XYZ | 40.02 | 34.12 | 74.29 | - |
| YUV | 161.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 223 | 0.24 | 0.35 | 0 | 0.13 | 259.23 | 0.55 | 0.72 |
| Hex | AA | 91 | DF | 18 | 23 | 0 | D | 103 | 37 | 48 |
| Octal | 252 | 221 | 337 | 30 | 43 | 0 | 15 | 403 | 67 | 110 |
| Binary | 10101010 | 10010001 | 11011111 | 11000 | 100011 | 0 | 1101 | 100000011 | 110111 | 1001000 |
Color Harmonies of #AA91DF
Complementary color
Monochromatic Colors of #AA91DF
Black with #AA91DF
Text Example
Text Example
White with #AA91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91DF; }
p { color: rgb(170,145,223); }
H1.HeaderClassName
{
color: #AA91DF;
}
.AnyTagClassName
{
color: #AA91DF;
}
</style>
background-color css
<style>
a { background-color: #AA91DF; }
a { background-color: rgb(170,145,223); }
div.DivClassName
{
background-color: #AA91DF;
}
.BgClassName
{
background-color: #AA91DF;
}
</style>
border-color css
<style>
span { border-color: #AA91DF; }
span { border-color: rgb(170,145,223); }
td.TdClassName
{
border-color: #AA91DF;
}
.TagClassName
{
border-color: #AA91DF;
}
</style>