Shades of Medium Purple #AA6CFE
Tints of Medium Purple #AA6CFE
RGB
CMYK
RGB Variations
Color information
#AA6CFE (or 0xAA6CFE) is known color: Medium Purple. HEX triplet: AA, 6C and FE. RGB value is (170,108,254). Sum of RGB (Red+Green+Blue) = 170+108+254=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA6CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CFE is #559301. Grayscale: #8E8E8E. Windows color (decimal): -5608194 or 16673962. OLE color: 16673962.
HSL color Cylindrical-coordinate representation of color #AA6CFE: hue angle of 265.48º 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 #AA6CFE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 108 | 254 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.00 |
| HSL | 265.48º | 0.99% | 0.71% | - |
| HSV(B) | 265.48º | 0.57% | 1% | - |
| XYZ | 39.83 | 26.43 | 96.77 | - |
| YUV | 143.18 | 190.54 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 254 | 0.33 | 0.57 | 0 | 0.00 | 265.48 | 0.99 | 0.71 |
| Hex | AA | 6C | FE | 21 | 39 | 0 | 0 | 109 | 63 | 47 |
| Octal | 252 | 154 | 376 | 41 | 71 | 0 | 0 | 411 | 143 | 107 |
| Binary | 10101010 | 1101100 | 11111110 | 100001 | 111001 | 0 | 0 | 100001001 | 1100011 | 1000111 |
Color Harmonies of #AA6CFE
Complementary color
Monochromatic Colors of #AA6CFE
Black with #AA6CFE
Text Example
Text Example
White with #AA6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CFE; }
p { color: rgb(170,108,254); }
H1.HeaderClassName
{
color: #AA6CFE;
}
.AnyTagClassName
{
color: #AA6CFE;
}
</style>
background-color css
<style>
a { background-color: #AA6CFE; }
a { background-color: rgb(170,108,254); }
div.DivClassName
{
background-color: #AA6CFE;
}
.BgClassName
{
background-color: #AA6CFE;
}
</style>
border-color css
<style>
span { border-color: #AA6CFE; }
span { border-color: rgb(170,108,254); }
td.TdClassName
{
border-color: #AA6CFE;
}
.TagClassName
{
border-color: #AA6CFE;
}
</style>