Shades of Medium Purple #AA68FF
Tints of Medium Purple #AA68FF
RGB
CMYK
RGB Variations
Color information
#AA68FF (or 0xAA68FF) is known color: Medium Purple. HEX triplet: AA, 68 and FF. RGB value is (170,104,255). Sum of RGB (Red+Green+Blue) = 170+104+255=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA68FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA68FF is #559700. Grayscale: #8C8C8C. Windows color (decimal): -5609217 or 16738474. OLE color: 16738474.
HSL color Cylindrical-coordinate representation of color #AA68FF: hue angle of 266.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA68FF is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 104 | 255 | - |
| CMYK | 0.33 | 0.59 | 0 | 0 |
| HSL | 266.23º | 1% | 0.7% | - |
| HSV(B) | 266.23º | 0.59% | 1% | - |
| XYZ | 39.58 | 25.67 | 97.48 | - |
| YUV | 140.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 255 | 0.33 | 0.59 | 0 | 0 | 266.23 | 1 | 0.7 |
| Hex | AA | 68 | FF | 21 | 3B | 0 | 0 | 10A | 64 | 46 |
| Octal | 252 | 150 | 377 | 41 | 73 | 0 | 0 | 412 | 144 | 106 |
| Binary | 10101010 | 1101000 | 11111111 | 100001 | 111011 | 0 | 0 | 100001010 | 1100100 | 1000110 |
Color Harmonies of #AA68FF
Complementary color
Monochromatic Colors of #AA68FF
Black with #AA68FF
Text Example
Text Example
White with #AA68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68FF; }
p { color: rgb(170,104,255); }
H1.HeaderClassName
{
color: #AA68FF;
}
.AnyTagClassName
{
color: #AA68FF;
}
</style>
background-color css
<style>
a { background-color: #AA68FF; }
a { background-color: rgb(170,104,255); }
div.DivClassName
{
background-color: #AA68FF;
}
.BgClassName
{
background-color: #AA68FF;
}
</style>
border-color css
<style>
span { border-color: #AA68FF; }
span { border-color: rgb(170,104,255); }
td.TdClassName
{
border-color: #AA68FF;
}
.TagClassName
{
border-color: #AA68FF;
}
</style>