Shades of Biloba Flower #AA99E6
Tints of Biloba Flower #AA99E6
RGB
CMYK
RGB Variations
Color information
#AA99E6 (or 0xAA99E6) is known color: Biloba Flower. HEX triplet: AA, 99 and E6. RGB value is (170,153,230). Sum of RGB (Red+Green+Blue) = 170+153+230=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA99E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99E6 is #556619. Grayscale: #A6A6A6. Windows color (decimal): -5596698 or 15112618. OLE color: 15112618.
HSL color Cylindrical-coordinate representation of color #AA99E6: hue angle of 253.25º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA99E6 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 153 | 230 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.10 |
| HSL | 253.25º | 0.61% | 0.75% | - |
| HSV(B) | 253.25º | 0.33% | 0.9% | - |
| XYZ | 42.25 | 37.04 | 79.79 | - |
| YUV | 166.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 230 | 0.26 | 0.33 | 0 | 0.10 | 253.25 | 0.61 | 0.75 |
| Hex | AA | 99 | E6 | 1A | 21 | 0 | A | FD | 3D | 4B |
| Octal | 252 | 231 | 346 | 32 | 41 | 0 | 12 | 375 | 75 | 113 |
| Binary | 10101010 | 10011001 | 11100110 | 11010 | 100001 | 0 | 1010 | 11111101 | 111101 | 1001011 |
Color Harmonies of #AA99E6
Complementary color
Monochromatic Colors of #AA99E6
Black with #AA99E6
Text Example
Text Example
White with #AA99E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99E6; }
p { color: rgb(170,153,230); }
H1.HeaderClassName
{
color: #AA99E6;
}
.AnyTagClassName
{
color: #AA99E6;
}
</style>
background-color css
<style>
a { background-color: #AA99E6; }
a { background-color: rgb(170,153,230); }
div.DivClassName
{
background-color: #AA99E6;
}
.BgClassName
{
background-color: #AA99E6;
}
</style>
border-color css
<style>
span { border-color: #AA99E6; }
span { border-color: rgb(170,153,230); }
td.TdClassName
{
border-color: #AA99E6;
}
.TagClassName
{
border-color: #AA99E6;
}
</style>