Shades of Medium Purple #AA81F3
Tints of Medium Purple #AA81F3
RGB
CMYK
RGB Variations
Color information
#AA81F3 (or 0xAA81F3) is known color: Medium Purple. HEX triplet: AA, 81 and F3. RGB value is (170,129,243). Sum of RGB (Red+Green+Blue) = 170+129+243=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA81F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81F3 is #557E0C. Grayscale: #999999. Windows color (decimal): -5602829 or 15958442. OLE color: 15958442.
HSL color Cylindrical-coordinate representation of color #AA81F3: hue angle of 261.58º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA81F3 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 129 | 243 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.05 |
| HSL | 261.58º | 0.83% | 0.73% | - |
| HSV(B) | 261.58º | 0.47% | 0.95% | - |
| XYZ | 40.61 | 30.72 | 88.58 | - |
| YUV | 154.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 243 | 0.30 | 0.47 | 0 | 0.05 | 261.58 | 0.83 | 0.73 |
| Hex | AA | 81 | F3 | 1E | 2F | 0 | 5 | 106 | 53 | 49 |
| Octal | 252 | 201 | 363 | 36 | 57 | 0 | 5 | 406 | 123 | 111 |
| Binary | 10101010 | 10000001 | 11110011 | 11110 | 101111 | 0 | 101 | 100000110 | 1010011 | 1001001 |
Color Harmonies of #AA81F3
Complementary color
Monochromatic Colors of #AA81F3
Black with #AA81F3
Text Example
Text Example
White with #AA81F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81F3; }
p { color: rgb(170,129,243); }
H1.HeaderClassName
{
color: #AA81F3;
}
.AnyTagClassName
{
color: #AA81F3;
}
</style>
background-color css
<style>
a { background-color: #AA81F3; }
a { background-color: rgb(170,129,243); }
div.DivClassName
{
background-color: #AA81F3;
}
.BgClassName
{
background-color: #AA81F3;
}
</style>
border-color css
<style>
span { border-color: #AA81F3; }
span { border-color: rgb(170,129,243); }
td.TdClassName
{
border-color: #AA81F3;
}
.TagClassName
{
border-color: #AA81F3;
}
</style>