Shades of Medium Purple #AA63EF
Tints of Medium Purple #AA63EF
RGB
CMYK
RGB Variations
Color information
#AA63EF (or 0xAA63EF) is known color: Medium Purple. HEX triplet: AA, 63 and EF. RGB value is (170,99,239). Sum of RGB (Red+Green+Blue) = 170+99+239=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA63EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA63EF is #559C10. Grayscale: #878787. Windows color (decimal): -5610513 or 15688618. OLE color: 15688618.
HSL color Cylindrical-coordinate representation of color #AA63EF: hue angle of 270.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA63EF is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 99 | 239 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.06 |
| HSL | 270.43º | 0.81% | 0.66% | - |
| HSV(B) | 270.43º | 0.59% | 0.94% | - |
| XYZ | 36.62 | 23.7 | 84.31 | - |
| YUV | 136.19 | 186.02 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 239 | 0.29 | 0.59 | 0 | 0.06 | 270.43 | 0.81 | 0.66 |
| Hex | AA | 63 | EF | 1D | 3B | 0 | 6 | 10E | 51 | 42 |
| Octal | 252 | 143 | 357 | 35 | 73 | 0 | 6 | 416 | 121 | 102 |
| Binary | 10101010 | 1100011 | 11101111 | 11101 | 111011 | 0 | 110 | 100001110 | 1010001 | 1000010 |
Color Harmonies of #AA63EF
Complementary color
Monochromatic Colors of #AA63EF
Black with #AA63EF
Text Example
Text Example
White with #AA63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63EF; }
p { color: rgb(170,99,239); }
H1.HeaderClassName
{
color: #AA63EF;
}
.AnyTagClassName
{
color: #AA63EF;
}
</style>
background-color css
<style>
a { background-color: #AA63EF; }
a { background-color: rgb(170,99,239); }
div.DivClassName
{
background-color: #AA63EF;
}
.BgClassName
{
background-color: #AA63EF;
}
</style>
border-color css
<style>
span { border-color: #AA63EF; }
span { border-color: rgb(170,99,239); }
td.TdClassName
{
border-color: #AA63EF;
}
.TagClassName
{
border-color: #AA63EF;
}
</style>