Shades of Medium Purple #AA6CFF
Tints of Medium Purple #AA6CFF
RGB
CMYK
RGB Variations
Color information
#AA6CFF (or 0xAA6CFF) is known color: Medium Purple. HEX triplet: AA, 6C and FF. RGB value is (170,108,255). Sum of RGB (Red+Green+Blue) = 170+108+255=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA6CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CFF is #559300. Grayscale: #8E8E8E. Windows color (decimal): -5608193 or 16739498. OLE color: 16739498.
HSL color Cylindrical-coordinate representation of color #AA6CFF: hue angle of 265.31º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6CFF is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 108 | 255 | - |
| CMYK | 0.33 | 0.58 | 0 | 0 |
| HSL | 265.31º | 1% | 0.71% | - |
| HSV(B) | 265.31º | 0.58% | 1% | - |
| XYZ | 39.99 | 26.49 | 97.61 | - |
| YUV | 143.3 | 191.04 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 255 | 0.33 | 0.58 | 0 | 0 | 265.31 | 1 | 0.71 |
| Hex | AA | 6C | FF | 21 | 3A | 0 | 0 | 109 | 64 | 47 |
| Octal | 252 | 154 | 377 | 41 | 72 | 0 | 0 | 411 | 144 | 107 |
| Binary | 10101010 | 1101100 | 11111111 | 100001 | 111010 | 0 | 0 | 100001001 | 1100100 | 1000111 |
Color Harmonies of #AA6CFF
Complementary color
Monochromatic Colors of #AA6CFF
Black with #AA6CFF
Text Example
Text Example
White with #AA6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CFF; }
p { color: rgb(170,108,255); }
H1.HeaderClassName
{
color: #AA6CFF;
}
.AnyTagClassName
{
color: #AA6CFF;
}
</style>
background-color css
<style>
a { background-color: #AA6CFF; }
a { background-color: rgb(170,108,255); }
div.DivClassName
{
background-color: #AA6CFF;
}
.BgClassName
{
background-color: #AA6CFF;
}
</style>
border-color css
<style>
span { border-color: #AA6CFF; }
span { border-color: rgb(170,108,255); }
td.TdClassName
{
border-color: #AA6CFF;
}
.TagClassName
{
border-color: #AA6CFF;
}
</style>