Shades of Biloba Flower #AA99FF
Tints of Biloba Flower #AA99FF
RGB
CMYK
RGB Variations
Color information
#AA99FF (or 0xAA99FF) is known color: Biloba Flower. HEX triplet: AA, 99 and FF. RGB value is (170,153,255). Sum of RGB (Red+Green+Blue) = 170+153+255=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA99FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99FF is #556600. Grayscale: #A9A9A9. Windows color (decimal): -5596673 or 16751018. OLE color: 16751018.
HSL color Cylindrical-coordinate representation of color #AA99FF: hue angle of 250º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA99FF is Cyan = 0.33, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 153 | 255 | - |
| CMYK | 0.33 | 0.4 | 0 | 0 |
| HSL | 250º | 1% | 0.8% | - |
| HSV(B) | 250º | 0.4% | 1% | - |
| XYZ | 46.02 | 38.55 | 99.62 | - |
| YUV | 169.71 | 176.13 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 255 | 0.33 | 0.4 | 0 | 0 | 250 | 1 | 0.8 |
| Hex | AA | 99 | FF | 21 | 28 | 0 | 0 | FA | 64 | 50 |
| Octal | 252 | 231 | 377 | 41 | 50 | 0 | 0 | 372 | 144 | 120 |
| Binary | 10101010 | 10011001 | 11111111 | 100001 | 101000 | 0 | 0 | 11111010 | 1100100 | 1010000 |
Color Harmonies of #AA99FF
Complementary color
Monochromatic Colors of #AA99FF
Black with #AA99FF
Text Example
Text Example
White with #AA99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99FF; }
p { color: rgb(170,153,255); }
H1.HeaderClassName
{
color: #AA99FF;
}
.AnyTagClassName
{
color: #AA99FF;
}
</style>
background-color css
<style>
a { background-color: #AA99FF; }
a { background-color: rgb(170,153,255); }
div.DivClassName
{
background-color: #AA99FF;
}
.BgClassName
{
background-color: #AA99FF;
}
</style>
border-color css
<style>
span { border-color: #AA99FF; }
span { border-color: rgb(170,153,255); }
td.TdClassName
{
border-color: #AA99FF;
}
.TagClassName
{
border-color: #AA99FF;
}
</style>