Shades of Medium Purple #AA81FA
Tints of Medium Purple #AA81FA
RGB
CMYK
RGB Variations
Color information
#AA81FA (or 0xAA81FA) is known color: Medium Purple. HEX triplet: AA, 81 and FA. RGB value is (170,129,250). Sum of RGB (Red+Green+Blue) = 170+129+250=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA81FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81FA is #557E05. Grayscale: #9A9A9A. Windows color (decimal): -5602822 or 16417194. OLE color: 16417194.
HSL color Cylindrical-coordinate representation of color #AA81FA: hue angle of 260.33º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA81FA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 129 | 250 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.02 |
| HSL | 260.33º | 0.92% | 0.74% | - |
| HSV(B) | 260.33º | 0.48% | 0.98% | - |
| XYZ | 41.68 | 31.15 | 94.26 | - |
| YUV | 155.05 | 181.58 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 250 | 0.32 | 0.48 | 0 | 0.02 | 260.33 | 0.92 | 0.74 |
| Hex | AA | 81 | FA | 20 | 30 | 0 | 2 | 104 | 5C | 4A |
| Octal | 252 | 201 | 372 | 40 | 60 | 0 | 2 | 404 | 134 | 112 |
| Binary | 10101010 | 10000001 | 11111010 | 100000 | 110000 | 0 | 10 | 100000100 | 1011100 | 1001010 |
Color Harmonies of #AA81FA
Complementary color
Monochromatic Colors of #AA81FA
Black with #AA81FA
Text Example
Text Example
White with #AA81FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81FA; }
p { color: rgb(170,129,250); }
H1.HeaderClassName
{
color: #AA81FA;
}
.AnyTagClassName
{
color: #AA81FA;
}
</style>
background-color css
<style>
a { background-color: #AA81FA; }
a { background-color: rgb(170,129,250); }
div.DivClassName
{
background-color: #AA81FA;
}
.BgClassName
{
background-color: #AA81FA;
}
</style>
border-color css
<style>
span { border-color: #AA81FA; }
span { border-color: rgb(170,129,250); }
td.TdClassName
{
border-color: #AA81FA;
}
.TagClassName
{
border-color: #AA81FA;
}
</style>