Shades of Medium Purple #AA68E7
Tints of Medium Purple #AA68E7
RGB
CMYK
RGB Variations
Color information
#AA68E7 (or 0xAA68E7) is known color: Medium Purple. HEX triplet: AA, 68 and E7. RGB value is (170,104,231). Sum of RGB (Red+Green+Blue) = 170+104+231=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA68E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA68E7 is #559718. Grayscale: #898989. Windows color (decimal): -5609241 or 15165610. OLE color: 15165610.
HSL color Cylindrical-coordinate representation of color #AA68E7: hue angle of 271.18º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA68E7 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 104 | 231 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.09 |
| HSL | 271.18º | 0.73% | 0.66% | - |
| HSV(B) | 271.18º | 0.55% | 0.91% | - |
| XYZ | 35.95 | 24.22 | 78.38 | - |
| YUV | 138.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 231 | 0.26 | 0.55 | 0 | 0.09 | 271.18 | 0.73 | 0.66 |
| Hex | AA | 68 | E7 | 1A | 37 | 0 | 9 | 10F | 49 | 42 |
| Octal | 252 | 150 | 347 | 32 | 67 | 0 | 11 | 417 | 111 | 102 |
| Binary | 10101010 | 1101000 | 11100111 | 11010 | 110111 | 0 | 1001 | 100001111 | 1001001 | 1000010 |
Color Harmonies of #AA68E7
Complementary color
Monochromatic Colors of #AA68E7
Black with #AA68E7
Text Example
Text Example
White with #AA68E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68E7; }
p { color: rgb(170,104,231); }
H1.HeaderClassName
{
color: #AA68E7;
}
.AnyTagClassName
{
color: #AA68E7;
}
</style>
background-color css
<style>
a { background-color: #AA68E7; }
a { background-color: rgb(170,104,231); }
div.DivClassName
{
background-color: #AA68E7;
}
.BgClassName
{
background-color: #AA68E7;
}
</style>
border-color css
<style>
span { border-color: #AA68E7; }
span { border-color: rgb(170,104,231); }
td.TdClassName
{
border-color: #AA68E7;
}
.TagClassName
{
border-color: #AA68E7;
}
</style>