Shades of Medium Purple #AA63FE
Tints of Medium Purple #AA63FE
RGB
CMYK
RGB Variations
Color information
#AA63FE (or 0xAA63FE) is known color: Medium Purple. HEX triplet: AA, 63 and FE. RGB value is (170,99,254). Sum of RGB (Red+Green+Blue) = 170+99+254=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA63FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63FE is #559C01. Grayscale: #898989. Windows color (decimal): -5610498 or 16671658. OLE color: 16671658.
HSL color Cylindrical-coordinate representation of color #AA63FE: hue angle of 267.48º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA63FE is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 99 | 254 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.00 |
| HSL | 267.48º | 0.99% | 0.69% | - |
| HSV(B) | 267.48º | 0.61% | 1% | - |
| XYZ | 38.93 | 24.63 | 96.47 | - |
| YUV | 137.9 | 193.52 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 254 | 0.33 | 0.61 | 0 | 0.00 | 267.48 | 0.99 | 0.69 |
| Hex | AA | 63 | FE | 21 | 3D | 0 | 0 | 10B | 63 | 45 |
| Octal | 252 | 143 | 376 | 41 | 75 | 0 | 0 | 413 | 143 | 105 |
| Binary | 10101010 | 1100011 | 11111110 | 100001 | 111101 | 0 | 0 | 100001011 | 1100011 | 1000101 |
Color Harmonies of #AA63FE
Complementary color
Monochromatic Colors of #AA63FE
Black with #AA63FE
Text Example
Text Example
White with #AA63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63FE; }
p { color: rgb(170,99,254); }
H1.HeaderClassName
{
color: #AA63FE;
}
.AnyTagClassName
{
color: #AA63FE;
}
</style>
background-color css
<style>
a { background-color: #AA63FE; }
a { background-color: rgb(170,99,254); }
div.DivClassName
{
background-color: #AA63FE;
}
.BgClassName
{
background-color: #AA63FE;
}
</style>
border-color css
<style>
span { border-color: #AA63FE; }
span { border-color: rgb(170,99,254); }
td.TdClassName
{
border-color: #AA63FE;
}
.TagClassName
{
border-color: #AA63FE;
}
</style>