Shades of Medium Purple #AA6FFE
Tints of Medium Purple #AA6FFE
RGB
CMYK
RGB Variations
Color information
#AA6FFE (or 0xAA6FFE) is known color: Medium Purple. HEX triplet: AA, 6F and FE. RGB value is (170,111,254). Sum of RGB (Red+Green+Blue) = 170+111+254=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA6FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FFE is #559001. Grayscale: #909090. Windows color (decimal): -5607426 or 16674730. OLE color: 16674730.
HSL color Cylindrical-coordinate representation of color #AA6FFE: hue angle of 264.76º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA6FFE is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 111 | 254 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.00 |
| HSL | 264.76º | 0.99% | 0.72% | - |
| HSV(B) | 264.76º | 0.56% | 1% | - |
| XYZ | 40.15 | 27.07 | 96.87 | - |
| YUV | 144.94 | 189.55 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 254 | 0.33 | 0.56 | 0 | 0.00 | 264.76 | 0.99 | 0.72 |
| Hex | AA | 6F | FE | 21 | 38 | 0 | 0 | 109 | 63 | 48 |
| Octal | 252 | 157 | 376 | 41 | 70 | 0 | 0 | 411 | 143 | 110 |
| Binary | 10101010 | 1101111 | 11111110 | 100001 | 111000 | 0 | 0 | 100001001 | 1100011 | 1001000 |
Color Harmonies of #AA6FFE
Complementary color
Monochromatic Colors of #AA6FFE
Black with #AA6FFE
Text Example
Text Example
White with #AA6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FFE; }
p { color: rgb(170,111,254); }
H1.HeaderClassName
{
color: #AA6FFE;
}
.AnyTagClassName
{
color: #AA6FFE;
}
</style>
background-color css
<style>
a { background-color: #AA6FFE; }
a { background-color: rgb(170,111,254); }
div.DivClassName
{
background-color: #AA6FFE;
}
.BgClassName
{
background-color: #AA6FFE;
}
</style>
border-color css
<style>
span { border-color: #AA6FFE; }
span { border-color: rgb(170,111,254); }
td.TdClassName
{
border-color: #AA6FFE;
}
.TagClassName
{
border-color: #AA6FFE;
}
</style>