Shades of Medium Purple #AA6EFC
Tints of Medium Purple #AA6EFC
RGB
CMYK
RGB Variations
Color information
#AA6EFC (or 0xAA6EFC) is known color: Medium Purple. HEX triplet: AA, 6E and FC. RGB value is (170,110,252). Sum of RGB (Red+Green+Blue) = 170+110+252=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA6EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6EFC is #559103. Grayscale: #8F8F8F. Windows color (decimal): -5607684 or 16543402. OLE color: 16543402.
HSL color Cylindrical-coordinate representation of color #AA6EFC: hue angle of 265.35º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA6EFC is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 110 | 252 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.01 |
| HSL | 265.35º | 0.96% | 0.71% | - |
| HSV(B) | 265.35º | 0.56% | 0.99% | - |
| XYZ | 39.72 | 26.73 | 95.16 | - |
| YUV | 144.13 | 188.88 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 252 | 0.33 | 0.56 | 0 | 0.01 | 265.35 | 0.96 | 0.71 |
| Hex | AA | 6E | FC | 21 | 38 | 0 | 1 | 109 | 60 | 47 |
| Octal | 252 | 156 | 374 | 41 | 70 | 0 | 1 | 411 | 140 | 107 |
| Binary | 10101010 | 1101110 | 11111100 | 100001 | 111000 | 0 | 1 | 100001001 | 1100000 | 1000111 |
Color Harmonies of #AA6EFC
Complementary color
Monochromatic Colors of #AA6EFC
Black with #AA6EFC
Text Example
Text Example
White with #AA6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6EFC; }
p { color: rgb(170,110,252); }
H1.HeaderClassName
{
color: #AA6EFC;
}
.AnyTagClassName
{
color: #AA6EFC;
}
</style>
background-color css
<style>
a { background-color: #AA6EFC; }
a { background-color: rgb(170,110,252); }
div.DivClassName
{
background-color: #AA6EFC;
}
.BgClassName
{
background-color: #AA6EFC;
}
</style>
border-color css
<style>
span { border-color: #AA6EFC; }
span { border-color: rgb(170,110,252); }
td.TdClassName
{
border-color: #AA6EFC;
}
.TagClassName
{
border-color: #AA6EFC;
}
</style>