Shades of Medium Purple #AA6FE5
Tints of Medium Purple #AA6FE5
RGB
CMYK
RGB Variations
Color information
#AA6FE5 (or 0xAA6FE5) is known color: Medium Purple. HEX triplet: AA, 6F and E5. RGB value is (170,111,229). Sum of RGB (Red+Green+Blue) = 170+111+229=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA6FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FE5 is #55901A. Grayscale: #8D8D8D. Windows color (decimal): -5607451 or 15036330. OLE color: 15036330.
HSL color Cylindrical-coordinate representation of color #AA6FE5: hue angle of 270º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6FE5 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 111 | 229 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.10 |
| HSL | 270º | 0.69% | 0.67% | - |
| HSV(B) | 270º | 0.52% | 0.9% | - |
| XYZ | 36.4 | 25.57 | 77.15 | - |
| YUV | 142.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 229 | 0.26 | 0.52 | 0 | 0.10 | 270 | 0.69 | 0.67 |
| Hex | AA | 6F | E5 | 1A | 34 | 0 | A | 10E | 45 | 43 |
| Octal | 252 | 157 | 345 | 32 | 64 | 0 | 12 | 416 | 105 | 103 |
| Binary | 10101010 | 1101111 | 11100101 | 11010 | 110100 | 0 | 1010 | 100001110 | 1000101 | 1000011 |
Color Harmonies of #AA6FE5
Complementary color
Monochromatic Colors of #AA6FE5
Black with #AA6FE5
Text Example
Text Example
White with #AA6FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FE5; }
p { color: rgb(170,111,229); }
H1.HeaderClassName
{
color: #AA6FE5;
}
.AnyTagClassName
{
color: #AA6FE5;
}
</style>
background-color css
<style>
a { background-color: #AA6FE5; }
a { background-color: rgb(170,111,229); }
div.DivClassName
{
background-color: #AA6FE5;
}
.BgClassName
{
background-color: #AA6FE5;
}
</style>
border-color css
<style>
span { border-color: #AA6FE5; }
span { border-color: rgb(170,111,229); }
td.TdClassName
{
border-color: #AA6FE5;
}
.TagClassName
{
border-color: #AA6FE5;
}
</style>