Shades of Medium Purple #AA61F4
Tints of Medium Purple #AA61F4
RGB
CMYK
RGB Variations
Color information
#AA61F4 (or 0xAA61F4) is known color: Medium Purple. HEX triplet: AA, 61 and F4. RGB value is (170,97,244). Sum of RGB (Red+Green+Blue) = 170+97+244=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 244 (95.70% from 255 or 47.75% from 511); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA61F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA61F4 is #559E0B. Grayscale: #878787. Windows color (decimal): -5611020 or 16015786. OLE color: 16015786.
HSL color Cylindrical-coordinate representation of color #AA61F4: hue angle of 269.8º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA61F4 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 97 | 244 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.04 |
| HSL | 269.8º | 0.87% | 0.67% | - |
| HSV(B) | 269.8º | 0.6% | 0.96% | - |
| XYZ | 37.18 | 23.63 | 88.19 | - |
| YUV | 135.59 | 189.18 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 244 | 0.30 | 0.60 | 0 | 0.04 | 269.8 | 0.87 | 0.67 |
| Hex | AA | 61 | F4 | 1E | 3C | 0 | 4 | 10E | 57 | 43 |
| Octal | 252 | 141 | 364 | 36 | 74 | 0 | 4 | 416 | 127 | 103 |
| Binary | 10101010 | 1100001 | 11110100 | 11110 | 111100 | 0 | 100 | 100001110 | 1010111 | 1000011 |
Color Harmonies of #AA61F4
Complementary color
Monochromatic Colors of #AA61F4
Black with #AA61F4
Text Example
Text Example
White with #AA61F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA61F4; }
p { color: rgb(170,97,244); }
H1.HeaderClassName
{
color: #AA61F4;
}
.AnyTagClassName
{
color: #AA61F4;
}
</style>
background-color css
<style>
a { background-color: #AA61F4; }
a { background-color: rgb(170,97,244); }
div.DivClassName
{
background-color: #AA61F4;
}
.BgClassName
{
background-color: #AA61F4;
}
</style>
border-color css
<style>
span { border-color: #AA61F4; }
span { border-color: rgb(170,97,244); }
td.TdClassName
{
border-color: #AA61F4;
}
.TagClassName
{
border-color: #AA61F4;
}
</style>