Shades of Medium Purple #AA83FA
Tints of Medium Purple #AA83FA
RGB
CMYK
RGB Variations
Color information
#AA83FA (or 0xAA83FA) is known color: Medium Purple. HEX triplet: AA, 83 and FA. RGB value is (170,131,250). Sum of RGB (Red+Green+Blue) = 170+131+250=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA83FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83FA is #557C05. Grayscale: #9B9B9B. Windows color (decimal): -5602310 or 16417706. OLE color: 16417706.
HSL color Cylindrical-coordinate representation of color #AA83FA: hue angle of 259.66º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA83FA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 131 | 250 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.02 |
| HSL | 259.66º | 0.92% | 0.75% | - |
| HSV(B) | 259.66º | 0.48% | 0.98% | - |
| XYZ | 41.95 | 31.68 | 94.35 | - |
| YUV | 156.23 | 180.92 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 250 | 0.32 | 0.48 | 0 | 0.02 | 259.66 | 0.92 | 0.75 |
| Hex | AA | 83 | FA | 20 | 30 | 0 | 2 | 104 | 5C | 4B |
| Octal | 252 | 203 | 372 | 40 | 60 | 0 | 2 | 404 | 134 | 113 |
| Binary | 10101010 | 10000011 | 11111010 | 100000 | 110000 | 0 | 10 | 100000100 | 1011100 | 1001011 |
Color Harmonies of #AA83FA
Complementary color
Monochromatic Colors of #AA83FA
Black with #AA83FA
Text Example
Text Example
White with #AA83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83FA; }
p { color: rgb(170,131,250); }
H1.HeaderClassName
{
color: #AA83FA;
}
.AnyTagClassName
{
color: #AA83FA;
}
</style>
background-color css
<style>
a { background-color: #AA83FA; }
a { background-color: rgb(170,131,250); }
div.DivClassName
{
background-color: #AA83FA;
}
.BgClassName
{
background-color: #AA83FA;
}
</style>
border-color css
<style>
span { border-color: #AA83FA; }
span { border-color: rgb(170,131,250); }
td.TdClassName
{
border-color: #AA83FA;
}
.TagClassName
{
border-color: #AA83FA;
}
</style>