Shades of Medium Purple #AA6FFF
Tints of Medium Purple #AA6FFF
RGB
CMYK
RGB Variations
Color information
#AA6FFF (or 0xAA6FFF) is known color: Medium Purple. HEX triplet: AA, 6F and FF. RGB value is (170,111,255). Sum of RGB (Red+Green+Blue) = 170+111+255=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA6FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FFF is #559000. Grayscale: #909090. Windows color (decimal): -5607425 or 16740266. OLE color: 16740266.
HSL color Cylindrical-coordinate representation of color #AA6FFF: hue angle of 264.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA6FFF is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 111 | 255 | - |
| CMYK | 0.33 | 0.56 | 0 | 0 |
| HSL | 264.58º | 1% | 0.72% | - |
| HSV(B) | 264.58º | 0.56% | 1% | - |
| XYZ | 40.31 | 27.13 | 97.72 | - |
| YUV | 145.06 | 190.05 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 255 | 0.33 | 0.56 | 0 | 0 | 264.58 | 1 | 0.72 |
| Hex | AA | 6F | FF | 21 | 38 | 0 | 0 | 109 | 64 | 48 |
| Octal | 252 | 157 | 377 | 41 | 70 | 0 | 0 | 411 | 144 | 110 |
| Binary | 10101010 | 1101111 | 11111111 | 100001 | 111000 | 0 | 0 | 100001001 | 1100100 | 1001000 |
Color Harmonies of #AA6FFF
Complementary color
Monochromatic Colors of #AA6FFF
Black with #AA6FFF
Text Example
Text Example
White with #AA6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FFF; }
p { color: rgb(170,111,255); }
H1.HeaderClassName
{
color: #AA6FFF;
}
.AnyTagClassName
{
color: #AA6FFF;
}
</style>
background-color css
<style>
a { background-color: #AA6FFF; }
a { background-color: rgb(170,111,255); }
div.DivClassName
{
background-color: #AA6FFF;
}
.BgClassName
{
background-color: #AA6FFF;
}
</style>
border-color css
<style>
span { border-color: #AA6FFF; }
span { border-color: rgb(170,111,255); }
td.TdClassName
{
border-color: #AA6FFF;
}
.TagClassName
{
border-color: #AA6FFF;
}
</style>