Shades of Medium Purple #AA70FA
Tints of Medium Purple #AA70FA
RGB
CMYK
RGB Variations
Color information
#AA70FA (or 0xAA70FA) is known color: Medium Purple. HEX triplet: AA, 70 and FA. RGB value is (170,112,250). Sum of RGB (Red+Green+Blue) = 170+112+250=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA70FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70FA is #558F05. Grayscale: #909090. Windows color (decimal): -5607174 or 16412842. OLE color: 16412842.
HSL color Cylindrical-coordinate representation of color #AA70FA: hue angle of 265.22º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA70FA is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 112 | 250 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.02 |
| HSL | 265.22º | 0.93% | 0.71% | - |
| HSV(B) | 265.22º | 0.55% | 0.98% | - |
| XYZ | 39.63 | 27.04 | 93.57 | - |
| YUV | 145.07 | 187.22 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 250 | 0.32 | 0.55 | 0 | 0.02 | 265.22 | 0.93 | 0.71 |
| Hex | AA | 70 | FA | 20 | 37 | 0 | 2 | 109 | 5D | 47 |
| Octal | 252 | 160 | 372 | 40 | 67 | 0 | 2 | 411 | 135 | 107 |
| Binary | 10101010 | 1110000 | 11111010 | 100000 | 110111 | 0 | 10 | 100001001 | 1011101 | 1000111 |
Color Harmonies of #AA70FA
Complementary color
Monochromatic Colors of #AA70FA
Black with #AA70FA
Text Example
Text Example
White with #AA70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70FA; }
p { color: rgb(170,112,250); }
H1.HeaderClassName
{
color: #AA70FA;
}
.AnyTagClassName
{
color: #AA70FA;
}
</style>
background-color css
<style>
a { background-color: #AA70FA; }
a { background-color: rgb(170,112,250); }
div.DivClassName
{
background-color: #AA70FA;
}
.BgClassName
{
background-color: #AA70FA;
}
</style>
border-color css
<style>
span { border-color: #AA70FA; }
span { border-color: rgb(170,112,250); }
td.TdClassName
{
border-color: #AA70FA;
}
.TagClassName
{
border-color: #AA70FA;
}
</style>