Shades of Medium Purple #AA7DF5
Tints of Medium Purple #AA7DF5
RGB
CMYK
RGB Variations
Color information
#AA7DF5 (or 0xAA7DF5) is known color: Medium Purple. HEX triplet: AA, 7D and F5. RGB value is (170,125,245). Sum of RGB (Red+Green+Blue) = 170+125+245=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA7DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7DF5 is #55820A. Grayscale: #979797. Windows color (decimal): -5603851 or 16088490. OLE color: 16088490.
HSL color Cylindrical-coordinate representation of color #AA7DF5: hue angle of 262.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7DF5 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 125 | 245 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.04 |
| HSL | 262.5º | 0.86% | 0.73% | - |
| HSV(B) | 262.5º | 0.49% | 0.96% | - |
| XYZ | 40.39 | 29.81 | 90.01 | - |
| YUV | 152.14 | 180.41 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 245 | 0.31 | 0.49 | 0 | 0.04 | 262.5 | 0.86 | 0.73 |
| Hex | AA | 7D | F5 | 1F | 31 | 0 | 4 | 106 | 56 | 49 |
| Octal | 252 | 175 | 365 | 37 | 61 | 0 | 4 | 406 | 126 | 111 |
| Binary | 10101010 | 1111101 | 11110101 | 11111 | 110001 | 0 | 100 | 100000110 | 1010110 | 1001001 |
Color Harmonies of #AA7DF5
Complementary color
Monochromatic Colors of #AA7DF5
Black with #AA7DF5
Text Example
Text Example
White with #AA7DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7DF5; }
p { color: rgb(170,125,245); }
H1.HeaderClassName
{
color: #AA7DF5;
}
.AnyTagClassName
{
color: #AA7DF5;
}
</style>
background-color css
<style>
a { background-color: #AA7DF5; }
a { background-color: rgb(170,125,245); }
div.DivClassName
{
background-color: #AA7DF5;
}
.BgClassName
{
background-color: #AA7DF5;
}
</style>
border-color css
<style>
span { border-color: #AA7DF5; }
span { border-color: rgb(170,125,245); }
td.TdClassName
{
border-color: #AA7DF5;
}
.TagClassName
{
border-color: #AA7DF5;
}
</style>