Shades of Medium Purple #AA68F4
Tints of Medium Purple #AA68F4
RGB
CMYK
RGB Variations
Color information
#AA68F4 (or 0xAA68F4) is known color: Medium Purple. HEX triplet: AA, 68 and F4. RGB value is (170,104,244). Sum of RGB (Red+Green+Blue) = 170+104+244=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA68F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA68F4 is #55970B. Grayscale: #8B8B8B. Windows color (decimal): -5609228 or 16017578. OLE color: 16017578.
HSL color Cylindrical-coordinate representation of color #AA68F4: hue angle of 268.29º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA68F4 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 104 | 244 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.04 |
| HSL | 268.29º | 0.86% | 0.68% | - |
| HSV(B) | 268.29º | 0.57% | 0.96% | - |
| XYZ | 37.86 | 24.98 | 88.41 | - |
| YUV | 139.69 | 186.87 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 244 | 0.30 | 0.57 | 0 | 0.04 | 268.29 | 0.86 | 0.68 |
| Hex | AA | 68 | F4 | 1E | 39 | 0 | 4 | 10C | 56 | 44 |
| Octal | 252 | 150 | 364 | 36 | 71 | 0 | 4 | 414 | 126 | 104 |
| Binary | 10101010 | 1101000 | 11110100 | 11110 | 111001 | 0 | 100 | 100001100 | 1010110 | 1000100 |
Color Harmonies of #AA68F4
Complementary color
Monochromatic Colors of #AA68F4
Black with #AA68F4
Text Example
Text Example
White with #AA68F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68F4; }
p { color: rgb(170,104,244); }
H1.HeaderClassName
{
color: #AA68F4;
}
.AnyTagClassName
{
color: #AA68F4;
}
</style>
background-color css
<style>
a { background-color: #AA68F4; }
a { background-color: rgb(170,104,244); }
div.DivClassName
{
background-color: #AA68F4;
}
.BgClassName
{
background-color: #AA68F4;
}
</style>
border-color css
<style>
span { border-color: #AA68F4; }
span { border-color: rgb(170,104,244); }
td.TdClassName
{
border-color: #AA68F4;
}
.TagClassName
{
border-color: #AA68F4;
}
</style>