Shades of Biloba Flower #AA83D2
Tints of Biloba Flower #AA83D2
RGB
CMYK
RGB Variations
Color information
#AA83D2 (or 0xAA83D2) is known color: Biloba Flower. HEX triplet: AA, 83 and D2. RGB value is (170,131,210). Sum of RGB (Red+Green+Blue) = 170+131+210=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA83D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83D2 is #557C2D. Grayscale: #979797. Windows color (decimal): -5602350 or 13796266. OLE color: 13796266.
HSL color Cylindrical-coordinate representation of color #AA83D2: hue angle of 269.62º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA83D2 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 131 | 210 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.18 |
| HSL | 269.62º | 0.47% | 0.67% | - |
| HSV(B) | 269.62º | 0.38% | 0.82% | - |
| XYZ | 36.33 | 29.43 | 64.74 | - |
| YUV | 151.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 210 | 0.19 | 0.38 | 0 | 0.18 | 269.62 | 0.47 | 0.67 |
| Hex | AA | 83 | D2 | 13 | 26 | 0 | 12 | 10E | 2F | 43 |
| Octal | 252 | 203 | 322 | 23 | 46 | 0 | 22 | 416 | 57 | 103 |
| Binary | 10101010 | 10000011 | 11010010 | 10011 | 100110 | 0 | 10010 | 100001110 | 101111 | 1000011 |
Color Harmonies of #AA83D2
Complementary color
Monochromatic Colors of #AA83D2
Black with #AA83D2
Text Example
Text Example
White with #AA83D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83D2; }
p { color: rgb(170,131,210); }
H1.HeaderClassName
{
color: #AA83D2;
}
.AnyTagClassName
{
color: #AA83D2;
}
</style>
background-color css
<style>
a { background-color: #AA83D2; }
a { background-color: rgb(170,131,210); }
div.DivClassName
{
background-color: #AA83D2;
}
.BgClassName
{
background-color: #AA83D2;
}
</style>
border-color css
<style>
span { border-color: #AA83D2; }
span { border-color: rgb(170,131,210); }
td.TdClassName
{
border-color: #AA83D2;
}
.TagClassName
{
border-color: #AA83D2;
}
</style>