Shades of Biloba Flower #AA83D6
Tints of Biloba Flower #AA83D6
RGB
CMYK
RGB Variations
Color information
#AA83D6 (or 0xAA83D6) is known color: Biloba Flower. HEX triplet: AA, 83 and D6. RGB value is (170,131,214). Sum of RGB (Red+Green+Blue) = 170+131+214=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA83D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83D6 is #557C29. Grayscale: #979797. Windows color (decimal): -5602346 or 14058410. OLE color: 14058410.
HSL color Cylindrical-coordinate representation of color #AA83D6: hue angle of 268.19º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA83D6 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 131 | 214 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.16 |
| HSL | 268.19º | 0.5% | 0.68% | - |
| HSV(B) | 268.19º | 0.39% | 0.84% | - |
| XYZ | 36.83 | 29.63 | 67.4 | - |
| YUV | 152.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 214 | 0.21 | 0.39 | 0 | 0.16 | 268.19 | 0.5 | 0.68 |
| Hex | AA | 83 | D6 | 15 | 27 | 0 | 10 | 10C | 32 | 44 |
| Octal | 252 | 203 | 326 | 25 | 47 | 0 | 20 | 414 | 62 | 104 |
| Binary | 10101010 | 10000011 | 11010110 | 10101 | 100111 | 0 | 10000 | 100001100 | 110010 | 1000100 |
Color Harmonies of #AA83D6
Complementary color
Monochromatic Colors of #AA83D6
Black with #AA83D6
Text Example
Text Example
White with #AA83D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83D6; }
p { color: rgb(170,131,214); }
H1.HeaderClassName
{
color: #AA83D6;
}
.AnyTagClassName
{
color: #AA83D6;
}
</style>
background-color css
<style>
a { background-color: #AA83D6; }
a { background-color: rgb(170,131,214); }
div.DivClassName
{
background-color: #AA83D6;
}
.BgClassName
{
background-color: #AA83D6;
}
</style>
border-color css
<style>
span { border-color: #AA83D6; }
span { border-color: rgb(170,131,214); }
td.TdClassName
{
border-color: #AA83D6;
}
.TagClassName
{
border-color: #AA83D6;
}
</style>