Shades of Medium Purple #AA6DFE
Tints of Medium Purple #AA6DFE
RGB
CMYK
RGB Variations
Color information
#AA6DFE (or 0xAA6DFE) is known color: Medium Purple. HEX triplet: AA, 6D and FE. RGB value is (170,109,254). Sum of RGB (Red+Green+Blue) = 170+109+254=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA6DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6DFE is #559201. Grayscale: #8F8F8F. Windows color (decimal): -5607938 or 16674218. OLE color: 16674218.
HSL color Cylindrical-coordinate representation of color #AA6DFE: hue angle of 265.24º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6DFE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 109 | 254 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.00 |
| HSL | 265.24º | 0.99% | 0.71% | - |
| HSV(B) | 265.24º | 0.57% | 1% | - |
| XYZ | 39.94 | 26.64 | 96.8 | - |
| YUV | 143.77 | 190.21 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 254 | 0.33 | 0.57 | 0 | 0.00 | 265.24 | 0.99 | 0.71 |
| Hex | AA | 6D | FE | 21 | 39 | 0 | 0 | 109 | 63 | 47 |
| Octal | 252 | 155 | 376 | 41 | 71 | 0 | 0 | 411 | 143 | 107 |
| Binary | 10101010 | 1101101 | 11111110 | 100001 | 111001 | 0 | 0 | 100001001 | 1100011 | 1000111 |
Color Harmonies of #AA6DFE
Complementary color
Monochromatic Colors of #AA6DFE
Black with #AA6DFE
Text Example
Text Example
White with #AA6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DFE; }
p { color: rgb(170,109,254); }
H1.HeaderClassName
{
color: #AA6DFE;
}
.AnyTagClassName
{
color: #AA6DFE;
}
</style>
background-color css
<style>
a { background-color: #AA6DFE; }
a { background-color: rgb(170,109,254); }
div.DivClassName
{
background-color: #AA6DFE;
}
.BgClassName
{
background-color: #AA6DFE;
}
</style>
border-color css
<style>
span { border-color: #AA6DFE; }
span { border-color: rgb(170,109,254); }
td.TdClassName
{
border-color: #AA6DFE;
}
.TagClassName
{
border-color: #AA6DFE;
}
</style>