Shades of Medium Purple #AA6FFD
Tints of Medium Purple #AA6FFD
RGB
CMYK
RGB Variations
Color information
#AA6FFD (or 0xAA6FFD) is known color: Medium Purple. HEX triplet: AA, 6F and FD. RGB value is (170,111,253). Sum of RGB (Red+Green+Blue) = 170+111+253=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA6FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FFD is #559002. Grayscale: #909090. Windows color (decimal): -5607427 or 16609194. OLE color: 16609194.
HSL color Cylindrical-coordinate representation of color #AA6FFD: hue angle of 264.93º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA6FFD is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 111 | 253 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.01 |
| HSL | 264.93º | 0.97% | 0.71% | - |
| HSV(B) | 264.93º | 0.56% | 0.99% | - |
| XYZ | 39.99 | 27.01 | 96.03 | - |
| YUV | 144.83 | 189.05 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 253 | 0.33 | 0.56 | 0 | 0.01 | 264.93 | 0.97 | 0.71 |
| Hex | AA | 6F | FD | 21 | 38 | 0 | 1 | 109 | 61 | 47 |
| Octal | 252 | 157 | 375 | 41 | 70 | 0 | 1 | 411 | 141 | 107 |
| Binary | 10101010 | 1101111 | 11111101 | 100001 | 111000 | 0 | 1 | 100001001 | 1100001 | 1000111 |
Color Harmonies of #AA6FFD
Complementary color
Monochromatic Colors of #AA6FFD
Black with #AA6FFD
Text Example
Text Example
White with #AA6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FFD; }
p { color: rgb(170,111,253); }
H1.HeaderClassName
{
color: #AA6FFD;
}
.AnyTagClassName
{
color: #AA6FFD;
}
</style>
background-color css
<style>
a { background-color: #AA6FFD; }
a { background-color: rgb(170,111,253); }
div.DivClassName
{
background-color: #AA6FFD;
}
.BgClassName
{
background-color: #AA6FFD;
}
</style>
border-color css
<style>
span { border-color: #AA6FFD; }
span { border-color: rgb(170,111,253); }
td.TdClassName
{
border-color: #AA6FFD;
}
.TagClassName
{
border-color: #AA6FFD;
}
</style>