Shades of Medium Purple #AA6BFE
Tints of Medium Purple #AA6BFE
RGB
CMYK
RGB Variations
Color information
#AA6BFE (or 0xAA6BFE) is known color: Medium Purple. HEX triplet: AA, 6B and FE. RGB value is (170,107,254). Sum of RGB (Red+Green+Blue) = 170+107+254=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA6BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BFE is #559401. Grayscale: #8E8E8E. Windows color (decimal): -5608450 or 16673706. OLE color: 16673706.
HSL color Cylindrical-coordinate representation of color #AA6BFE: hue angle of 265.71º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6BFE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 107 | 254 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.00 |
| HSL | 265.71º | 0.99% | 0.71% | - |
| HSV(B) | 265.71º | 0.58% | 1% | - |
| XYZ | 39.72 | 26.22 | 96.73 | - |
| YUV | 142.6 | 190.87 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 254 | 0.33 | 0.58 | 0 | 0.00 | 265.71 | 0.99 | 0.71 |
| Hex | AA | 6B | FE | 21 | 3A | 0 | 0 | 10A | 63 | 47 |
| Octal | 252 | 153 | 376 | 41 | 72 | 0 | 0 | 412 | 143 | 107 |
| Binary | 10101010 | 1101011 | 11111110 | 100001 | 111010 | 0 | 0 | 100001010 | 1100011 | 1000111 |
Color Harmonies of #AA6BFE
Complementary color
Monochromatic Colors of #AA6BFE
Black with #AA6BFE
Text Example
Text Example
White with #AA6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BFE; }
p { color: rgb(170,107,254); }
H1.HeaderClassName
{
color: #AA6BFE;
}
.AnyTagClassName
{
color: #AA6BFE;
}
</style>
background-color css
<style>
a { background-color: #AA6BFE; }
a { background-color: rgb(170,107,254); }
div.DivClassName
{
background-color: #AA6BFE;
}
.BgClassName
{
background-color: #AA6BFE;
}
</style>
border-color css
<style>
span { border-color: #AA6BFE; }
span { border-color: rgb(170,107,254); }
td.TdClassName
{
border-color: #AA6BFE;
}
.TagClassName
{
border-color: #AA6BFE;
}
</style>