Shades of Biloba Flower #AA83D4
Tints of Biloba Flower #AA83D4
RGB
CMYK
RGB Variations
Color information
#AA83D4 (or 0xAA83D4) is known color: Biloba Flower. HEX triplet: AA, 83 and D4. RGB value is (170,131,212). Sum of RGB (Red+Green+Blue) = 170+131+212=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA83D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83D4 is #557C2B. Grayscale: #979797. Windows color (decimal): -5602348 or 13927338. OLE color: 13927338.
HSL color Cylindrical-coordinate representation of color #AA83D4: hue angle of 268.89º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA83D4 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 131 | 212 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.17 |
| HSL | 268.89º | 0.49% | 0.67% | - |
| HSV(B) | 268.89º | 0.38% | 0.83% | - |
| XYZ | 36.58 | 29.53 | 66.06 | - |
| YUV | 151.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 212 | 0.20 | 0.38 | 0 | 0.17 | 268.89 | 0.49 | 0.67 |
| Hex | AA | 83 | D4 | 14 | 26 | 0 | 11 | 10D | 31 | 43 |
| Octal | 252 | 203 | 324 | 24 | 46 | 0 | 21 | 415 | 61 | 103 |
| Binary | 10101010 | 10000011 | 11010100 | 10100 | 100110 | 0 | 10001 | 100001101 | 110001 | 1000011 |
Color Harmonies of #AA83D4
Complementary color
Monochromatic Colors of #AA83D4
Black with #AA83D4
Text Example
Text Example
White with #AA83D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83D4; }
p { color: rgb(170,131,212); }
H1.HeaderClassName
{
color: #AA83D4;
}
.AnyTagClassName
{
color: #AA83D4;
}
</style>
background-color css
<style>
a { background-color: #AA83D4; }
a { background-color: rgb(170,131,212); }
div.DivClassName
{
background-color: #AA83D4;
}
.BgClassName
{
background-color: #AA83D4;
}
</style>
border-color css
<style>
span { border-color: #AA83D4; }
span { border-color: rgb(170,131,212); }
td.TdClassName
{
border-color: #AA83D4;
}
.TagClassName
{
border-color: #AA83D4;
}
</style>