Shades of Medium Purple #AA63EE
Tints of Medium Purple #AA63EE
RGB
CMYK
RGB Variations
Color information
#AA63EE (or 0xAA63EE) is known color: Medium Purple. HEX triplet: AA, 63 and EE. RGB value is (170,99,238). Sum of RGB (Red+Green+Blue) = 170+99+238=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA63EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63EE is #559C11. Grayscale: #878787. Windows color (decimal): -5610514 or 15623082. OLE color: 15623082.
HSL color Cylindrical-coordinate representation of color #AA63EE: hue angle of 270.65º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA63EE is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 99 | 238 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.07 |
| HSL | 270.65º | 0.8% | 0.66% | - |
| HSV(B) | 270.65º | 0.58% | 0.93% | - |
| XYZ | 36.47 | 23.64 | 83.53 | - |
| YUV | 136.08 | 185.52 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 238 | 0.29 | 0.58 | 0 | 0.07 | 270.65 | 0.8 | 0.66 |
| Hex | AA | 63 | EE | 1D | 3A | 0 | 7 | 10F | 50 | 42 |
| Octal | 252 | 143 | 356 | 35 | 72 | 0 | 7 | 417 | 120 | 102 |
| Binary | 10101010 | 1100011 | 11101110 | 11101 | 111010 | 0 | 111 | 100001111 | 1010000 | 1000010 |
Color Harmonies of #AA63EE
Complementary color
Monochromatic Colors of #AA63EE
Black with #AA63EE
Text Example
Text Example
White with #AA63EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63EE; }
p { color: rgb(170,99,238); }
H1.HeaderClassName
{
color: #AA63EE;
}
.AnyTagClassName
{
color: #AA63EE;
}
</style>
background-color css
<style>
a { background-color: #AA63EE; }
a { background-color: rgb(170,99,238); }
div.DivClassName
{
background-color: #AA63EE;
}
.BgClassName
{
background-color: #AA63EE;
}
</style>
border-color css
<style>
span { border-color: #AA63EE; }
span { border-color: rgb(170,99,238); }
td.TdClassName
{
border-color: #AA63EE;
}
.TagClassName
{
border-color: #AA63EE;
}
</style>