Shades of Medium Purple #AA63ED
Tints of Medium Purple #AA63ED
RGB
CMYK
RGB Variations
Color information
#AA63ED (or 0xAA63ED) is known color: Medium Purple. HEX triplet: AA, 63 and ED. RGB value is (170,99,237). Sum of RGB (Red+Green+Blue) = 170+99+237=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA63ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63ED is #559C12. Grayscale: #878787. Windows color (decimal): -5610515 or 15557546. OLE color: 15557546.
HSL color Cylindrical-coordinate representation of color #AA63ED: hue angle of 270.87º degrees, saturation: 0.79, 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 #AA63ED is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 99 | 237 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.07 |
| HSL | 270.87º | 0.79% | 0.66% | - |
| HSV(B) | 270.87º | 0.58% | 0.93% | - |
| XYZ | 36.33 | 23.58 | 82.76 | - |
| YUV | 135.96 | 185.02 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 237 | 0.28 | 0.58 | 0 | 0.07 | 270.87 | 0.79 | 0.66 |
| Hex | AA | 63 | ED | 1C | 3A | 0 | 7 | 10F | 4F | 42 |
| Octal | 252 | 143 | 355 | 34 | 72 | 0 | 7 | 417 | 117 | 102 |
| Binary | 10101010 | 1100011 | 11101101 | 11100 | 111010 | 0 | 111 | 100001111 | 1001111 | 1000010 |
Color Harmonies of #AA63ED
Complementary color
Monochromatic Colors of #AA63ED
Black with #AA63ED
Text Example
Text Example
White with #AA63ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63ED; }
p { color: rgb(170,99,237); }
H1.HeaderClassName
{
color: #AA63ED;
}
.AnyTagClassName
{
color: #AA63ED;
}
</style>
background-color css
<style>
a { background-color: #AA63ED; }
a { background-color: rgb(170,99,237); }
div.DivClassName
{
background-color: #AA63ED;
}
.BgClassName
{
background-color: #AA63ED;
}
</style>
border-color css
<style>
span { border-color: #AA63ED; }
span { border-color: rgb(170,99,237); }
td.TdClassName
{
border-color: #AA63ED;
}
.TagClassName
{
border-color: #AA63ED;
}
</style>