Shades of Medium Purple #AA63FB
Tints of Medium Purple #AA63FB
RGB
CMYK
RGB Variations
Color information
#AA63FB (or 0xAA63FB) is known color: Medium Purple. HEX triplet: AA, 63 and FB. RGB value is (170,99,251). Sum of RGB (Red+Green+Blue) = 170+99+251=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA63FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63FB is #559C04. Grayscale: #898989. Windows color (decimal): -5610501 or 16475050. OLE color: 16475050.
HSL color Cylindrical-coordinate representation of color #AA63FB: hue angle of 268.03º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA63FB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 99 | 251 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.02 |
| HSL | 268.03º | 0.95% | 0.69% | - |
| HSV(B) | 268.03º | 0.61% | 0.98% | - |
| XYZ | 38.45 | 24.43 | 93.96 | - |
| YUV | 137.56 | 192.02 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 251 | 0.32 | 0.61 | 0 | 0.02 | 268.03 | 0.95 | 0.69 |
| Hex | AA | 63 | FB | 20 | 3D | 0 | 2 | 10C | 5F | 45 |
| Octal | 252 | 143 | 373 | 40 | 75 | 0 | 2 | 414 | 137 | 105 |
| Binary | 10101010 | 1100011 | 11111011 | 100000 | 111101 | 0 | 10 | 100001100 | 1011111 | 1000101 |
Color Harmonies of #AA63FB
Complementary color
Monochromatic Colors of #AA63FB
Black with #AA63FB
Text Example
Text Example
White with #AA63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63FB; }
p { color: rgb(170,99,251); }
H1.HeaderClassName
{
color: #AA63FB;
}
.AnyTagClassName
{
color: #AA63FB;
}
</style>
background-color css
<style>
a { background-color: #AA63FB; }
a { background-color: rgb(170,99,251); }
div.DivClassName
{
background-color: #AA63FB;
}
.BgClassName
{
background-color: #AA63FB;
}
</style>
border-color css
<style>
span { border-color: #AA63FB; }
span { border-color: rgb(170,99,251); }
td.TdClassName
{
border-color: #AA63FB;
}
.TagClassName
{
border-color: #AA63FB;
}
</style>