Shades of Medium Purple #AA83F9
Tints of Medium Purple #AA83F9
RGB
CMYK
RGB Variations
Color information
#AA83F9 (or 0xAA83F9) is known color: Medium Purple. HEX triplet: AA, 83 and F9. RGB value is (170,131,249). Sum of RGB (Red+Green+Blue) = 170+131+249=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA83F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83F9 is #557C06. Grayscale: #9B9B9B. Windows color (decimal): -5602311 or 16352170. OLE color: 16352170.
HSL color Cylindrical-coordinate representation of color #AA83F9: hue angle of 259.83º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA83F9 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 131 | 249 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.02 |
| HSL | 259.83º | 0.91% | 0.75% | - |
| HSV(B) | 259.83º | 0.47% | 0.98% | - |
| XYZ | 41.79 | 31.62 | 93.52 | - |
| YUV | 156.11 | 180.42 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 249 | 0.32 | 0.47 | 0 | 0.02 | 259.83 | 0.91 | 0.75 |
| Hex | AA | 83 | F9 | 20 | 2F | 0 | 2 | 104 | 5B | 4B |
| Octal | 252 | 203 | 371 | 40 | 57 | 0 | 2 | 404 | 133 | 113 |
| Binary | 10101010 | 10000011 | 11111001 | 100000 | 101111 | 0 | 10 | 100000100 | 1011011 | 1001011 |
Color Harmonies of #AA83F9
Complementary color
Monochromatic Colors of #AA83F9
Black with #AA83F9
Text Example
Text Example
White with #AA83F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83F9; }
p { color: rgb(170,131,249); }
H1.HeaderClassName
{
color: #AA83F9;
}
.AnyTagClassName
{
color: #AA83F9;
}
</style>
background-color css
<style>
a { background-color: #AA83F9; }
a { background-color: rgb(170,131,249); }
div.DivClassName
{
background-color: #AA83F9;
}
.BgClassName
{
background-color: #AA83F9;
}
</style>
border-color css
<style>
span { border-color: #AA83F9; }
span { border-color: rgb(170,131,249); }
td.TdClassName
{
border-color: #AA83F9;
}
.TagClassName
{
border-color: #AA83F9;
}
</style>