Shades of Biloba Flower #AA91FF
Tints of Biloba Flower #AA91FF
RGB
CMYK
RGB Variations
Color information
#AA91FF (or 0xAA91FF) is known color: Biloba Flower. HEX triplet: AA, 91 and FF. RGB value is (170,145,255). Sum of RGB (Red+Green+Blue) = 170+145+255=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA91FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91FF is #556E00. Grayscale: #A4A4A4. Windows color (decimal): -5598721 or 16748970. OLE color: 16748970.
HSL color Cylindrical-coordinate representation of color #AA91FF: hue angle of 253.64º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA91FF is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 145 | 255 | - |
| CMYK | 0.33 | 0.43 | 0 | 0 |
| HSL | 253.64º | 1% | 0.78% | - |
| HSV(B) | 253.64º | 0.43% | 1% | - |
| XYZ | 44.75 | 36.02 | 99.2 | - |
| YUV | 165.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 255 | 0.33 | 0.43 | 0 | 0 | 253.64 | 1 | 0.78 |
| Hex | AA | 91 | FF | 21 | 2B | 0 | 0 | FE | 64 | 4E |
| Octal | 252 | 221 | 377 | 41 | 53 | 0 | 0 | 376 | 144 | 116 |
| Binary | 10101010 | 10010001 | 11111111 | 100001 | 101011 | 0 | 0 | 11111110 | 1100100 | 1001110 |
Color Harmonies of #AA91FF
Complementary color
Monochromatic Colors of #AA91FF
Black with #AA91FF
Text Example
Text Example
White with #AA91FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91FF; }
p { color: rgb(170,145,255); }
H1.HeaderClassName
{
color: #AA91FF;
}
.AnyTagClassName
{
color: #AA91FF;
}
</style>
background-color css
<style>
a { background-color: #AA91FF; }
a { background-color: rgb(170,145,255); }
div.DivClassName
{
background-color: #AA91FF;
}
.BgClassName
{
background-color: #AA91FF;
}
</style>
border-color css
<style>
span { border-color: #AA91FF; }
span { border-color: rgb(170,145,255); }
td.TdClassName
{
border-color: #AA91FF;
}
.TagClassName
{
border-color: #AA91FF;
}
</style>