Shades of Medium Purple #AA61F2
Tints of Medium Purple #AA61F2
RGB
CMYK
RGB Variations
Color information
#AA61F2 (or 0xAA61F2) is known color: Medium Purple. HEX triplet: AA, 61 and F2. RGB value is (170,97,242). Sum of RGB (Red+Green+Blue) = 170+97+242=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA61F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA61F2 is #559E0D. Grayscale: #868686. Windows color (decimal): -5611022 or 15884714. OLE color: 15884714.
HSL color Cylindrical-coordinate representation of color #AA61F2: hue angle of 270.21º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA61F2 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 97 | 242 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.05 |
| HSL | 270.21º | 0.85% | 0.66% | - |
| HSV(B) | 270.21º | 0.6% | 0.95% | - |
| XYZ | 36.88 | 23.51 | 86.6 | - |
| YUV | 135.36 | 188.18 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 242 | 0.30 | 0.60 | 0 | 0.05 | 270.21 | 0.85 | 0.66 |
| Hex | AA | 61 | F2 | 1E | 3C | 0 | 5 | 10E | 55 | 42 |
| Octal | 252 | 141 | 362 | 36 | 74 | 0 | 5 | 416 | 125 | 102 |
| Binary | 10101010 | 1100001 | 11110010 | 11110 | 111100 | 0 | 101 | 100001110 | 1010101 | 1000010 |
Color Harmonies of #AA61F2
Complementary color
Monochromatic Colors of #AA61F2
Black with #AA61F2
Text Example
Text Example
White with #AA61F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA61F2; }
p { color: rgb(170,97,242); }
H1.HeaderClassName
{
color: #AA61F2;
}
.AnyTagClassName
{
color: #AA61F2;
}
</style>
background-color css
<style>
a { background-color: #AA61F2; }
a { background-color: rgb(170,97,242); }
div.DivClassName
{
background-color: #AA61F2;
}
.BgClassName
{
background-color: #AA61F2;
}
</style>
border-color css
<style>
span { border-color: #AA61F2; }
span { border-color: rgb(170,97,242); }
td.TdClassName
{
border-color: #AA61F2;
}
.TagClassName
{
border-color: #AA61F2;
}
</style>