Shades of Medium Purple #AA7DF1
Tints of Medium Purple #AA7DF1
RGB
CMYK
RGB Variations
Color information
#AA7DF1 (or 0xAA7DF1) is known color: Medium Purple. HEX triplet: AA, 7D and F1. RGB value is (170,125,241). Sum of RGB (Red+Green+Blue) = 170+125+241=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA7DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7DF1 is #55820E. Grayscale: #979797. Windows color (decimal): -5603855 or 15826346. OLE color: 15826346.
HSL color Cylindrical-coordinate representation of color #AA7DF1: hue angle of 263.28º degrees, saturation: 0.81, 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 #AA7DF1 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 125 | 241 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.05 |
| HSL | 263.28º | 0.81% | 0.72% | - |
| HSV(B) | 263.28º | 0.48% | 0.95% | - |
| XYZ | 39.79 | 29.56 | 86.83 | - |
| YUV | 151.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 241 | 0.29 | 0.48 | 0 | 0.05 | 263.28 | 0.81 | 0.72 |
| Hex | AA | 7D | F1 | 1D | 30 | 0 | 5 | 107 | 51 | 48 |
| Octal | 252 | 175 | 361 | 35 | 60 | 0 | 5 | 407 | 121 | 110 |
| Binary | 10101010 | 1111101 | 11110001 | 11101 | 110000 | 0 | 101 | 100000111 | 1010001 | 1001000 |
Color Harmonies of #AA7DF1
Complementary color
Monochromatic Colors of #AA7DF1
Black with #AA7DF1
Text Example
Text Example
White with #AA7DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7DF1; }
p { color: rgb(170,125,241); }
H1.HeaderClassName
{
color: #AA7DF1;
}
.AnyTagClassName
{
color: #AA7DF1;
}
</style>
background-color css
<style>
a { background-color: #AA7DF1; }
a { background-color: rgb(170,125,241); }
div.DivClassName
{
background-color: #AA7DF1;
}
.BgClassName
{
background-color: #AA7DF1;
}
</style>
border-color css
<style>
span { border-color: #AA7DF1; }
span { border-color: rgb(170,125,241); }
td.TdClassName
{
border-color: #AA7DF1;
}
.TagClassName
{
border-color: #AA7DF1;
}
</style>