Shades of Medium Purple #AA66F2
Tints of Medium Purple #AA66F2
RGB
CMYK
RGB Variations
Color information
#AA66F2 (or 0xAA66F2) is known color: Medium Purple. HEX triplet: AA, 66 and F2. RGB value is (170,102,242). Sum of RGB (Red+Green+Blue) = 170+102+242=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA66F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA66F2 is #55990D. Grayscale: #898989. Windows color (decimal): -5609742 or 15885994. OLE color: 15885994.
HSL color Cylindrical-coordinate representation of color #AA66F2: hue angle of 269.14º 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 #AA66F2 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 102 | 242 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.05 |
| HSL | 269.14º | 0.84% | 0.67% | - |
| HSV(B) | 269.14º | 0.58% | 0.95% | - |
| XYZ | 37.36 | 24.46 | 86.76 | - |
| YUV | 138.29 | 186.53 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 242 | 0.30 | 0.58 | 0 | 0.05 | 269.14 | 0.84 | 0.67 |
| Hex | AA | 66 | F2 | 1E | 3A | 0 | 5 | 10D | 54 | 43 |
| Octal | 252 | 146 | 362 | 36 | 72 | 0 | 5 | 415 | 124 | 103 |
| Binary | 10101010 | 1100110 | 11110010 | 11110 | 111010 | 0 | 101 | 100001101 | 1010100 | 1000011 |
Color Harmonies of #AA66F2
Complementary color
Monochromatic Colors of #AA66F2
Black with #AA66F2
Text Example
Text Example
White with #AA66F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66F2; }
p { color: rgb(170,102,242); }
H1.HeaderClassName
{
color: #AA66F2;
}
.AnyTagClassName
{
color: #AA66F2;
}
</style>
background-color css
<style>
a { background-color: #AA66F2; }
a { background-color: rgb(170,102,242); }
div.DivClassName
{
background-color: #AA66F2;
}
.BgClassName
{
background-color: #AA66F2;
}
</style>
border-color css
<style>
span { border-color: #AA66F2; }
span { border-color: rgb(170,102,242); }
td.TdClassName
{
border-color: #AA66F2;
}
.TagClassName
{
border-color: #AA66F2;
}
</style>