Shades of Medium Purple #AA64F6
Tints of Medium Purple #AA64F6
RGB
CMYK
RGB Variations
Color information
#AA64F6 (or 0xAA64F6) is known color: Medium Purple. HEX triplet: AA, 64 and F6. RGB value is (170,100,246). Sum of RGB (Red+Green+Blue) = 170+100+246=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA64F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64F6 is #559B09. Grayscale: #898989. Windows color (decimal): -5610250 or 16147626. OLE color: 16147626.
HSL color Cylindrical-coordinate representation of color #AA64F6: hue angle of 268.77º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA64F6 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 100 | 246 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.04 |
| HSL | 268.77º | 0.89% | 0.68% | - |
| HSV(B) | 268.77º | 0.59% | 0.96% | - |
| XYZ | 37.77 | 24.31 | 89.89 | - |
| YUV | 137.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 246 | 0.31 | 0.59 | 0 | 0.04 | 268.77 | 0.89 | 0.68 |
| Hex | AA | 64 | F6 | 1F | 3B | 0 | 4 | 10D | 59 | 44 |
| Octal | 252 | 144 | 366 | 37 | 73 | 0 | 4 | 415 | 131 | 104 |
| Binary | 10101010 | 1100100 | 11110110 | 11111 | 111011 | 0 | 100 | 100001101 | 1011001 | 1000100 |
Color Harmonies of #AA64F6
Complementary color
Monochromatic Colors of #AA64F6
Black with #AA64F6
Text Example
Text Example
White with #AA64F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64F6; }
p { color: rgb(170,100,246); }
H1.HeaderClassName
{
color: #AA64F6;
}
.AnyTagClassName
{
color: #AA64F6;
}
</style>
background-color css
<style>
a { background-color: #AA64F6; }
a { background-color: rgb(170,100,246); }
div.DivClassName
{
background-color: #AA64F6;
}
.BgClassName
{
background-color: #AA64F6;
}
</style>
border-color css
<style>
span { border-color: #AA64F6; }
span { border-color: rgb(170,100,246); }
td.TdClassName
{
border-color: #AA64F6;
}
.TagClassName
{
border-color: #AA64F6;
}
</style>