Shades of Medium Purple #AA68F0
Tints of Medium Purple #AA68F0
RGB
CMYK
RGB Variations
Color information
#AA68F0 (or 0xAA68F0) is known color: Medium Purple. HEX triplet: AA, 68 and F0. RGB value is (170,104,240). Sum of RGB (Red+Green+Blue) = 170+104+240=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA68F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA68F0 is #55970F. Grayscale: #8A8A8A. Windows color (decimal): -5609232 or 15755434. OLE color: 15755434.
HSL color Cylindrical-coordinate representation of color #AA68F0: hue angle of 269.12º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA68F0 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 104 | 240 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.06 |
| HSL | 269.12º | 0.82% | 0.67% | - |
| HSV(B) | 269.12º | 0.57% | 0.94% | - |
| XYZ | 37.26 | 24.74 | 85.25 | - |
| YUV | 139.24 | 184.87 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 240 | 0.29 | 0.57 | 0 | 0.06 | 269.12 | 0.82 | 0.67 |
| Hex | AA | 68 | F0 | 1D | 39 | 0 | 6 | 10D | 52 | 43 |
| Octal | 252 | 150 | 360 | 35 | 71 | 0 | 6 | 415 | 122 | 103 |
| Binary | 10101010 | 1101000 | 11110000 | 11101 | 111001 | 0 | 110 | 100001101 | 1010010 | 1000011 |
Color Harmonies of #AA68F0
Complementary color
Monochromatic Colors of #AA68F0
Black with #AA68F0
Text Example
Text Example
White with #AA68F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68F0; }
p { color: rgb(170,104,240); }
H1.HeaderClassName
{
color: #AA68F0;
}
.AnyTagClassName
{
color: #AA68F0;
}
</style>
background-color css
<style>
a { background-color: #AA68F0; }
a { background-color: rgb(170,104,240); }
div.DivClassName
{
background-color: #AA68F0;
}
.BgClassName
{
background-color: #AA68F0;
}
</style>
border-color css
<style>
span { border-color: #AA68F0; }
span { border-color: rgb(170,104,240); }
td.TdClassName
{
border-color: #AA68F0;
}
.TagClassName
{
border-color: #AA68F0;
}
</style>