Shades of Medium Purple #AA65EC
Tints of Medium Purple #AA65EC
RGB
CMYK
RGB Variations
Color information
#AA65EC (or 0xAA65EC) is known color: Medium Purple. HEX triplet: AA, 65 and EC. RGB value is (170,101,236). Sum of RGB (Red+Green+Blue) = 170+101+236=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA65EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA65EC is #559A13. Grayscale: #888888. Windows color (decimal): -5610004 or 15492522. OLE color: 15492522.
HSL color Cylindrical-coordinate representation of color #AA65EC: hue angle of 270.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA65EC is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 101 | 236 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.07 |
| HSL | 270.67º | 0.78% | 0.66% | - |
| HSV(B) | 270.67º | 0.57% | 0.93% | - |
| XYZ | 36.37 | 23.91 | 82.05 | - |
| YUV | 137.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 236 | 0.28 | 0.57 | 0 | 0.07 | 270.67 | 0.78 | 0.66 |
| Hex | AA | 65 | EC | 1C | 39 | 0 | 7 | 10F | 4E | 42 |
| Octal | 252 | 145 | 354 | 34 | 71 | 0 | 7 | 417 | 116 | 102 |
| Binary | 10101010 | 1100101 | 11101100 | 11100 | 111001 | 0 | 111 | 100001111 | 1001110 | 1000010 |
Color Harmonies of #AA65EC
Complementary color
Monochromatic Colors of #AA65EC
Black with #AA65EC
Text Example
Text Example
White with #AA65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65EC; }
p { color: rgb(170,101,236); }
H1.HeaderClassName
{
color: #AA65EC;
}
.AnyTagClassName
{
color: #AA65EC;
}
</style>
background-color css
<style>
a { background-color: #AA65EC; }
a { background-color: rgb(170,101,236); }
div.DivClassName
{
background-color: #AA65EC;
}
.BgClassName
{
background-color: #AA65EC;
}
</style>
border-color css
<style>
span { border-color: #AA65EC; }
span { border-color: rgb(170,101,236); }
td.TdClassName
{
border-color: #AA65EC;
}
.TagClassName
{
border-color: #AA65EC;
}
</style>