Shades of Biloba Flower #AA99C3
Tints of Biloba Flower #AA99C3
RGB
CMYK
RGB Variations
Color information
#AA99C3 (or 0xAA99C3) is known color: Biloba Flower. HEX triplet: AA, 99 and C3. RGB value is (170,153,195). Sum of RGB (Red+Green+Blue) = 170+153+195=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA99C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99C3 is #55663C. Grayscale: #A2A2A2. Windows color (decimal): -5596733 or 12818858. OLE color: 12818858.
HSL color Cylindrical-coordinate representation of color #AA99C3: hue angle of 264.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA99C3 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 153 | 195 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.24 |
| HSL | 264.29º | 0.26% | 0.68% | - |
| HSV(B) | 264.29º | 0.22% | 0.76% | - |
| XYZ | 37.82 | 35.27 | 56.44 | - |
| YUV | 162.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 195 | 0.13 | 0.22 | 0 | 0.24 | 264.29 | 0.26 | 0.68 |
| Hex | AA | 99 | C3 | D | 16 | 0 | 18 | 108 | 1A | 44 |
| Octal | 252 | 231 | 303 | 15 | 26 | 0 | 30 | 410 | 32 | 104 |
| Binary | 10101010 | 10011001 | 11000011 | 1101 | 10110 | 0 | 11000 | 100001000 | 11010 | 1000100 |
Color Harmonies of #AA99C3
Complementary color
Monochromatic Colors of #AA99C3
Black with #AA99C3
Text Example
Text Example
White with #AA99C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99C3; }
p { color: rgb(170,153,195); }
H1.HeaderClassName
{
color: #AA99C3;
}
.AnyTagClassName
{
color: #AA99C3;
}
</style>
background-color css
<style>
a { background-color: #AA99C3; }
a { background-color: rgb(170,153,195); }
div.DivClassName
{
background-color: #AA99C3;
}
.BgClassName
{
background-color: #AA99C3;
}
</style>
border-color css
<style>
span { border-color: #AA99C3; }
span { border-color: rgb(170,153,195); }
td.TdClassName
{
border-color: #AA99C3;
}
.TagClassName
{
border-color: #AA99C3;
}
</style>