Shades of Medium Purple #AA7CF6
Tints of Medium Purple #AA7CF6
RGB
CMYK
RGB Variations
Color information
#AA7CF6 (or 0xAA7CF6) is known color: Medium Purple. HEX triplet: AA, 7C and F6. RGB value is (170,124,246). Sum of RGB (Red+Green+Blue) = 170+124+246=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA7CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CF6 is #558309. Grayscale: #979797. Windows color (decimal): -5604106 or 16153770. OLE color: 16153770.
HSL color Cylindrical-coordinate representation of color #AA7CF6: hue angle of 262.62º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7CF6 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 124 | 246 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.04 |
| HSL | 262.62º | 0.87% | 0.73% | - |
| HSV(B) | 262.62º | 0.5% | 0.96% | - |
| XYZ | 40.42 | 29.62 | 90.77 | - |
| YUV | 151.66 | 181.24 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 246 | 0.31 | 0.50 | 0 | 0.04 | 262.62 | 0.87 | 0.73 |
| Hex | AA | 7C | F6 | 1F | 32 | 0 | 4 | 107 | 57 | 49 |
| Octal | 252 | 174 | 366 | 37 | 62 | 0 | 4 | 407 | 127 | 111 |
| Binary | 10101010 | 1111100 | 11110110 | 11111 | 110010 | 0 | 100 | 100000111 | 1010111 | 1001001 |
Color Harmonies of #AA7CF6
Complementary color
Monochromatic Colors of #AA7CF6
Black with #AA7CF6
Text Example
Text Example
White with #AA7CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CF6; }
p { color: rgb(170,124,246); }
H1.HeaderClassName
{
color: #AA7CF6;
}
.AnyTagClassName
{
color: #AA7CF6;
}
</style>
background-color css
<style>
a { background-color: #AA7CF6; }
a { background-color: rgb(170,124,246); }
div.DivClassName
{
background-color: #AA7CF6;
}
.BgClassName
{
background-color: #AA7CF6;
}
</style>
border-color css
<style>
span { border-color: #AA7CF6; }
span { border-color: rgb(170,124,246); }
td.TdClassName
{
border-color: #AA7CF6;
}
.TagClassName
{
border-color: #AA7CF6;
}
</style>