Shades of Medium Purple #AA63F8
Tints of Medium Purple #AA63F8
RGB
CMYK
RGB Variations
Color information
#AA63F8 (or 0xAA63F8) is known color: Medium Purple. HEX triplet: AA, 63 and F8. RGB value is (170,99,248). Sum of RGB (Red+Green+Blue) = 170+99+248=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA63F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63F8 is #559C07. Grayscale: #888888. Windows color (decimal): -5610504 or 16278442. OLE color: 16278442.
HSL color Cylindrical-coordinate representation of color #AA63F8: hue angle of 268.59º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA63F8 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 99 | 248 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.03 |
| HSL | 268.59º | 0.91% | 0.68% | - |
| HSV(B) | 268.59º | 0.6% | 0.97% | - |
| XYZ | 37.98 | 24.25 | 91.49 | - |
| YUV | 137.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 248 | 0.31 | 0.60 | 0 | 0.03 | 268.59 | 0.91 | 0.68 |
| Hex | AA | 63 | F8 | 1F | 3C | 0 | 3 | 10D | 5B | 44 |
| Octal | 252 | 143 | 370 | 37 | 74 | 0 | 3 | 415 | 133 | 104 |
| Binary | 10101010 | 1100011 | 11111000 | 11111 | 111100 | 0 | 11 | 100001101 | 1011011 | 1000100 |
Color Harmonies of #AA63F8
Complementary color
Monochromatic Colors of #AA63F8
Black with #AA63F8
Text Example
Text Example
White with #AA63F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63F8; }
p { color: rgb(170,99,248); }
H1.HeaderClassName
{
color: #AA63F8;
}
.AnyTagClassName
{
color: #AA63F8;
}
</style>
background-color css
<style>
a { background-color: #AA63F8; }
a { background-color: rgb(170,99,248); }
div.DivClassName
{
background-color: #AA63F8;
}
.BgClassName
{
background-color: #AA63F8;
}
</style>
border-color css
<style>
span { border-color: #AA63F8; }
span { border-color: rgb(170,99,248); }
td.TdClassName
{
border-color: #AA63F8;
}
.TagClassName
{
border-color: #AA63F8;
}
</style>