Shades of Medium Purple #AA64F3
Tints of Medium Purple #AA64F3
RGB
CMYK
RGB Variations
Color information
#AA64F3 (or 0xAA64F3) is known color: Medium Purple. HEX triplet: AA, 64 and F3. RGB value is (170,100,243). Sum of RGB (Red+Green+Blue) = 170+100+243=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA64F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64F3 is #559B0C. Grayscale: #888888. Windows color (decimal): -5610253 or 15951018. OLE color: 15951018.
HSL color Cylindrical-coordinate representation of color #AA64F3: hue angle of 269.37º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA64F3 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 100 | 243 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.05 |
| HSL | 269.37º | 0.86% | 0.67% | - |
| HSV(B) | 269.37º | 0.59% | 0.95% | - |
| XYZ | 37.31 | 24.13 | 87.49 | - |
| YUV | 137.23 | 187.69 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 243 | 0.30 | 0.59 | 0 | 0.05 | 269.37 | 0.86 | 0.67 |
| Hex | AA | 64 | F3 | 1E | 3B | 0 | 5 | 10D | 56 | 43 |
| Octal | 252 | 144 | 363 | 36 | 73 | 0 | 5 | 415 | 126 | 103 |
| Binary | 10101010 | 1100100 | 11110011 | 11110 | 111011 | 0 | 101 | 100001101 | 1010110 | 1000011 |
Color Harmonies of #AA64F3
Complementary color
Monochromatic Colors of #AA64F3
Black with #AA64F3
Text Example
Text Example
White with #AA64F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64F3; }
p { color: rgb(170,100,243); }
H1.HeaderClassName
{
color: #AA64F3;
}
.AnyTagClassName
{
color: #AA64F3;
}
</style>
background-color css
<style>
a { background-color: #AA64F3; }
a { background-color: rgb(170,100,243); }
div.DivClassName
{
background-color: #AA64F3;
}
.BgClassName
{
background-color: #AA64F3;
}
</style>
border-color css
<style>
span { border-color: #AA64F3; }
span { border-color: rgb(170,100,243); }
td.TdClassName
{
border-color: #AA64F3;
}
.TagClassName
{
border-color: #AA64F3;
}
</style>