Shades of Medium Purple #AA63F3
Tints of Medium Purple #AA63F3
RGB
CMYK
RGB Variations
Color information
#AA63F3 (or 0xAA63F3) is known color: Medium Purple. HEX triplet: AA, 63 and F3. RGB value is (170,99,243). Sum of RGB (Red+Green+Blue) = 170+99+243=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA63F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63F3 is #559C0C. Grayscale: #888888. Windows color (decimal): -5610509 or 15950762. OLE color: 15950762.
HSL color Cylindrical-coordinate representation of color #AA63F3: hue angle of 269.58º 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 #AA63F3 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 99 | 243 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.05 |
| HSL | 269.58º | 0.86% | 0.67% | - |
| HSV(B) | 269.58º | 0.59% | 0.95% | - |
| XYZ | 37.22 | 23.94 | 87.45 | - |
| YUV | 136.65 | 188.02 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 243 | 0.30 | 0.59 | 0 | 0.05 | 269.58 | 0.86 | 0.67 |
| Hex | AA | 63 | F3 | 1E | 3B | 0 | 5 | 10E | 56 | 43 |
| Octal | 252 | 143 | 363 | 36 | 73 | 0 | 5 | 416 | 126 | 103 |
| Binary | 10101010 | 1100011 | 11110011 | 11110 | 111011 | 0 | 101 | 100001110 | 1010110 | 1000011 |
Color Harmonies of #AA63F3
Complementary color
Monochromatic Colors of #AA63F3
Black with #AA63F3
Text Example
Text Example
White with #AA63F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63F3; }
p { color: rgb(170,99,243); }
H1.HeaderClassName
{
color: #AA63F3;
}
.AnyTagClassName
{
color: #AA63F3;
}
</style>
background-color css
<style>
a { background-color: #AA63F3; }
a { background-color: rgb(170,99,243); }
div.DivClassName
{
background-color: #AA63F3;
}
.BgClassName
{
background-color: #AA63F3;
}
</style>
border-color css
<style>
span { border-color: #AA63F3; }
span { border-color: rgb(170,99,243); }
td.TdClassName
{
border-color: #AA63F3;
}
.TagClassName
{
border-color: #AA63F3;
}
</style>