Shades of Biloba Flower #AA99CC
Tints of Biloba Flower #AA99CC
RGB
CMYK
RGB Variations
Color information
#AA99CC (or 0xAA99CC) is known color: Biloba Flower. HEX triplet: AA, 99 and CC. RGB value is (170,153,204). Sum of RGB (Red+Green+Blue) = 170+153+204=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99CC is #556633. Grayscale: #A3A3A3. Windows color (decimal): -5596724 or 13408682. OLE color: 13408682.
HSL color Cylindrical-coordinate representation of color #AA99CC: hue angle of 260º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA99CC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 153 | 204 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.2 |
| HSL | 260º | 0.33% | 0.7% | - |
| HSV(B) | 260º | 0.25% | 0.8% | - |
| XYZ | 38.87 | 35.69 | 61.97 | - |
| YUV | 163.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 204 | 0.17 | 0.25 | 0 | 0.2 | 260 | 0.33 | 0.7 |
| Hex | AA | 99 | CC | 11 | 19 | 0 | 14 | 104 | 21 | 46 |
| Octal | 252 | 231 | 314 | 21 | 31 | 0 | 24 | 404 | 41 | 106 |
| Binary | 10101010 | 10011001 | 11001100 | 10001 | 11001 | 0 | 10100 | 100000100 | 100001 | 1000110 |
Color Harmonies of #AA99CC
Complementary color
Monochromatic Colors of #AA99CC
Black with #AA99CC
Text Example
Text Example
White with #AA99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99CC; }
p { color: rgb(170,153,204); }
H1.HeaderClassName
{
color: #AA99CC;
}
.AnyTagClassName
{
color: #AA99CC;
}
</style>
background-color css
<style>
a { background-color: #AA99CC; }
a { background-color: rgb(170,153,204); }
div.DivClassName
{
background-color: #AA99CC;
}
.BgClassName
{
background-color: #AA99CC;
}
</style>
border-color css
<style>
span { border-color: #AA99CC; }
span { border-color: rgb(170,153,204); }
td.TdClassName
{
border-color: #AA99CC;
}
.TagClassName
{
border-color: #AA99CC;
}
</style>