Shades of Medium Purple #AA65ED
Tints of Medium Purple #AA65ED
RGB
CMYK
RGB Variations
Color information
#AA65ED (or 0xAA65ED) is known color: Medium Purple. HEX triplet: AA, 65 and ED. RGB value is (170,101,237). Sum of RGB (Red+Green+Blue) = 170+101+237=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA65ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA65ED is #559A12. Grayscale: #888888. Windows color (decimal): -5610003 or 15558058. OLE color: 15558058.
HSL color Cylindrical-coordinate representation of color #AA65ED: hue angle of 270.44º degrees, saturation: 0.79, 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 #AA65ED is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 101 | 237 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.07 |
| HSL | 270.44º | 0.79% | 0.66% | - |
| HSV(B) | 270.44º | 0.57% | 0.93% | - |
| XYZ | 36.52 | 23.97 | 82.82 | - |
| YUV | 137.14 | 184.36 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 237 | 0.28 | 0.57 | 0 | 0.07 | 270.44 | 0.79 | 0.66 |
| Hex | AA | 65 | ED | 1C | 39 | 0 | 7 | 10E | 4F | 42 |
| Octal | 252 | 145 | 355 | 34 | 71 | 0 | 7 | 416 | 117 | 102 |
| Binary | 10101010 | 1100101 | 11101101 | 11100 | 111001 | 0 | 111 | 100001110 | 1001111 | 1000010 |
Color Harmonies of #AA65ED
Complementary color
Monochromatic Colors of #AA65ED
Black with #AA65ED
Text Example
Text Example
White with #AA65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65ED; }
p { color: rgb(170,101,237); }
H1.HeaderClassName
{
color: #AA65ED;
}
.AnyTagClassName
{
color: #AA65ED;
}
</style>
background-color css
<style>
a { background-color: #AA65ED; }
a { background-color: rgb(170,101,237); }
div.DivClassName
{
background-color: #AA65ED;
}
.BgClassName
{
background-color: #AA65ED;
}
</style>
border-color css
<style>
span { border-color: #AA65ED; }
span { border-color: rgb(170,101,237); }
td.TdClassName
{
border-color: #AA65ED;
}
.TagClassName
{
border-color: #AA65ED;
}
</style>