Shades of Medium Purple #AA63FC
Tints of Medium Purple #AA63FC
RGB
CMYK
RGB Variations
Color information
#AA63FC (or 0xAA63FC) is known color: Medium Purple. HEX triplet: AA, 63 and FC. RGB value is (170,99,252). Sum of RGB (Red+Green+Blue) = 170+99+252=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA63FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63FC is #559C03. Grayscale: #898989. Windows color (decimal): -5610500 or 16540586. OLE color: 16540586.
HSL color Cylindrical-coordinate representation of color #AA63FC: hue angle of 267.84º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA63FC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 99 | 252 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.01 |
| HSL | 267.84º | 0.96% | 0.69% | - |
| HSV(B) | 267.84º | 0.61% | 0.99% | - |
| XYZ | 38.61 | 24.5 | 94.79 | - |
| YUV | 137.67 | 192.52 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 252 | 0.33 | 0.61 | 0 | 0.01 | 267.84 | 0.96 | 0.69 |
| Hex | AA | 63 | FC | 21 | 3D | 0 | 1 | 10C | 60 | 45 |
| Octal | 252 | 143 | 374 | 41 | 75 | 0 | 1 | 414 | 140 | 105 |
| Binary | 10101010 | 1100011 | 11111100 | 100001 | 111101 | 0 | 1 | 100001100 | 1100000 | 1000101 |
Color Harmonies of #AA63FC
Complementary color
Monochromatic Colors of #AA63FC
Black with #AA63FC
Text Example
Text Example
White with #AA63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63FC; }
p { color: rgb(170,99,252); }
H1.HeaderClassName
{
color: #AA63FC;
}
.AnyTagClassName
{
color: #AA63FC;
}
</style>
background-color css
<style>
a { background-color: #AA63FC; }
a { background-color: rgb(170,99,252); }
div.DivClassName
{
background-color: #AA63FC;
}
.BgClassName
{
background-color: #AA63FC;
}
</style>
border-color css
<style>
span { border-color: #AA63FC; }
span { border-color: rgb(170,99,252); }
td.TdClassName
{
border-color: #AA63FC;
}
.TagClassName
{
border-color: #AA63FC;
}
</style>