Shades of Medium Purple #AA61F0
Tints of Medium Purple #AA61F0
RGB
CMYK
RGB Variations
Color information
#AA61F0 (or 0xAA61F0) is known color: Medium Purple. HEX triplet: AA, 61 and F0. RGB value is (170,97,240). Sum of RGB (Red+Green+Blue) = 170+97+240=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA61F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA61F0 is #559E0F. Grayscale: #868686. Windows color (decimal): -5611024 or 15753642. OLE color: 15753642.
HSL color Cylindrical-coordinate representation of color #AA61F0: hue angle of 270.63º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA61F0 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 97 | 240 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.06 |
| HSL | 270.63º | 0.83% | 0.66% | - |
| HSV(B) | 270.63º | 0.6% | 0.94% | - |
| XYZ | 36.58 | 23.39 | 85.02 | - |
| YUV | 135.13 | 187.18 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 240 | 0.29 | 0.60 | 0 | 0.06 | 270.63 | 0.83 | 0.66 |
| Hex | AA | 61 | F0 | 1D | 3C | 0 | 6 | 10F | 53 | 42 |
| Octal | 252 | 141 | 360 | 35 | 74 | 0 | 6 | 417 | 123 | 102 |
| Binary | 10101010 | 1100001 | 11110000 | 11101 | 111100 | 0 | 110 | 100001111 | 1010011 | 1000010 |
Color Harmonies of #AA61F0
Complementary color
Monochromatic Colors of #AA61F0
Black with #AA61F0
Text Example
Text Example
White with #AA61F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA61F0; }
p { color: rgb(170,97,240); }
H1.HeaderClassName
{
color: #AA61F0;
}
.AnyTagClassName
{
color: #AA61F0;
}
</style>
background-color css
<style>
a { background-color: #AA61F0; }
a { background-color: rgb(170,97,240); }
div.DivClassName
{
background-color: #AA61F0;
}
.BgClassName
{
background-color: #AA61F0;
}
</style>
border-color css
<style>
span { border-color: #AA61F0; }
span { border-color: rgb(170,97,240); }
td.TdClassName
{
border-color: #AA61F0;
}
.TagClassName
{
border-color: #AA61F0;
}
</style>