Shades of Medium Purple #AA65F2
Tints of Medium Purple #AA65F2
RGB
CMYK
RGB Variations
Color information
#AA65F2 (or 0xAA65F2) is known color: Medium Purple. HEX triplet: AA, 65 and F2. RGB value is (170,101,242). Sum of RGB (Red+Green+Blue) = 170+101+242=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA65F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA65F2 is #559A0D. Grayscale: #898989. Windows color (decimal): -5609998 or 15885738. OLE color: 15885738.
HSL color Cylindrical-coordinate representation of color #AA65F2: hue angle of 269.36º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA65F2 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 101 | 242 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.05 |
| HSL | 269.36º | 0.84% | 0.67% | - |
| HSV(B) | 269.36º | 0.58% | 0.95% | - |
| XYZ | 37.26 | 24.26 | 86.72 | - |
| YUV | 137.71 | 186.86 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 242 | 0.30 | 0.58 | 0 | 0.05 | 269.36 | 0.84 | 0.67 |
| Hex | AA | 65 | F2 | 1E | 3A | 0 | 5 | 10D | 54 | 43 |
| Octal | 252 | 145 | 362 | 36 | 72 | 0 | 5 | 415 | 124 | 103 |
| Binary | 10101010 | 1100101 | 11110010 | 11110 | 111010 | 0 | 101 | 100001101 | 1010100 | 1000011 |
Color Harmonies of #AA65F2
Complementary color
Monochromatic Colors of #AA65F2
Black with #AA65F2
Text Example
Text Example
White with #AA65F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65F2; }
p { color: rgb(170,101,242); }
H1.HeaderClassName
{
color: #AA65F2;
}
.AnyTagClassName
{
color: #AA65F2;
}
</style>
background-color css
<style>
a { background-color: #AA65F2; }
a { background-color: rgb(170,101,242); }
div.DivClassName
{
background-color: #AA65F2;
}
.BgClassName
{
background-color: #AA65F2;
}
</style>
border-color css
<style>
span { border-color: #AA65F2; }
span { border-color: rgb(170,101,242); }
td.TdClassName
{
border-color: #AA65F2;
}
.TagClassName
{
border-color: #AA65F2;
}
</style>