Shades of Medium Purple #AA7FF2
Tints of Medium Purple #AA7FF2
RGB
CMYK
RGB Variations
Color information
#AA7FF2 (or 0xAA7FF2) is known color: Medium Purple. HEX triplet: AA, 7F and F2. RGB value is (170,127,242). Sum of RGB (Red+Green+Blue) = 170+127+242=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA7FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FF2 is #55800D. Grayscale: #989898. Windows color (decimal): -5603342 or 15892394. OLE color: 15892394.
HSL color Cylindrical-coordinate representation of color #AA7FF2: hue angle of 262.43º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA7FF2 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 127 | 242 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.05 |
| HSL | 262.43º | 0.82% | 0.72% | - |
| HSV(B) | 262.43º | 0.48% | 0.95% | - |
| XYZ | 40.19 | 30.14 | 87.7 | - |
| YUV | 152.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 242 | 0.30 | 0.48 | 0 | 0.05 | 262.43 | 0.82 | 0.72 |
| Hex | AA | 7F | F2 | 1E | 30 | 0 | 5 | 106 | 52 | 48 |
| Octal | 252 | 177 | 362 | 36 | 60 | 0 | 5 | 406 | 122 | 110 |
| Binary | 10101010 | 1111111 | 11110010 | 11110 | 110000 | 0 | 101 | 100000110 | 1010010 | 1001000 |
Color Harmonies of #AA7FF2
Complementary color
Monochromatic Colors of #AA7FF2
Black with #AA7FF2
Text Example
Text Example
White with #AA7FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FF2; }
p { color: rgb(170,127,242); }
H1.HeaderClassName
{
color: #AA7FF2;
}
.AnyTagClassName
{
color: #AA7FF2;
}
</style>
background-color css
<style>
a { background-color: #AA7FF2; }
a { background-color: rgb(170,127,242); }
div.DivClassName
{
background-color: #AA7FF2;
}
.BgClassName
{
background-color: #AA7FF2;
}
</style>
border-color css
<style>
span { border-color: #AA7FF2; }
span { border-color: rgb(170,127,242); }
td.TdClassName
{
border-color: #AA7FF2;
}
.TagClassName
{
border-color: #AA7FF2;
}
</style>