Shades of Biloba Flower #AA99D3
Tints of Biloba Flower #AA99D3
RGB
CMYK
RGB Variations
Color information
#AA99D3 (or 0xAA99D3) is known color: Biloba Flower. HEX triplet: AA, 99 and D3. RGB value is (170,153,211). Sum of RGB (Red+Green+Blue) = 170+153+211=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA99D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99D3 is #55662C. Grayscale: #A4A4A4. Windows color (decimal): -5596717 or 13867434. OLE color: 13867434.
HSL color Cylindrical-coordinate representation of color #AA99D3: hue angle of 257.59º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA99D3 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 153 | 211 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.17 |
| HSL | 257.59º | 0.4% | 0.71% | - |
| HSV(B) | 257.59º | 0.27% | 0.83% | - |
| XYZ | 39.73 | 36.03 | 66.49 | - |
| YUV | 164.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 211 | 0.19 | 0.27 | 0 | 0.17 | 257.59 | 0.4 | 0.71 |
| Hex | AA | 99 | D3 | 13 | 1B | 0 | 11 | 102 | 28 | 47 |
| Octal | 252 | 231 | 323 | 23 | 33 | 0 | 21 | 402 | 50 | 107 |
| Binary | 10101010 | 10011001 | 11010011 | 10011 | 11011 | 0 | 10001 | 100000010 | 101000 | 1000111 |
Color Harmonies of #AA99D3
Complementary color
Monochromatic Colors of #AA99D3
Black with #AA99D3
Text Example
Text Example
White with #AA99D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99D3; }
p { color: rgb(170,153,211); }
H1.HeaderClassName
{
color: #AA99D3;
}
.AnyTagClassName
{
color: #AA99D3;
}
</style>
background-color css
<style>
a { background-color: #AA99D3; }
a { background-color: rgb(170,153,211); }
div.DivClassName
{
background-color: #AA99D3;
}
.BgClassName
{
background-color: #AA99D3;
}
</style>
border-color css
<style>
span { border-color: #AA99D3; }
span { border-color: rgb(170,153,211); }
td.TdClassName
{
border-color: #AA99D3;
}
.TagClassName
{
border-color: #AA99D3;
}
</style>