Shades of Medium Purple #AA68EB
Tints of Medium Purple #AA68EB
RGB
CMYK
RGB Variations
Color information
#AA68EB (or 0xAA68EB) is known color: Medium Purple. HEX triplet: AA, 68 and EB. RGB value is (170,104,235). Sum of RGB (Red+Green+Blue) = 170+104+235=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA68EB is #559714. Grayscale: #8A8A8A. Windows color (decimal): -5609237 or 15427754. OLE color: 15427754.
HSL color Cylindrical-coordinate representation of color #AA68EB: hue angle of 270.23º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA68EB is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 104 | 235 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.08 |
| HSL | 270.23º | 0.77% | 0.66% | - |
| HSV(B) | 270.23º | 0.56% | 0.92% | - |
| XYZ | 36.52 | 24.44 | 81.39 | - |
| YUV | 138.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 235 | 0.28 | 0.56 | 0 | 0.08 | 270.23 | 0.77 | 0.66 |
| Hex | AA | 68 | EB | 1C | 38 | 0 | 8 | 10E | 4D | 42 |
| Octal | 252 | 150 | 353 | 34 | 70 | 0 | 10 | 416 | 115 | 102 |
| Binary | 10101010 | 1101000 | 11101011 | 11100 | 111000 | 0 | 1000 | 100001110 | 1001101 | 1000010 |
Color Harmonies of #AA68EB
Complementary color
Monochromatic Colors of #AA68EB
Black with #AA68EB
Text Example
Text Example
White with #AA68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68EB; }
p { color: rgb(170,104,235); }
H1.HeaderClassName
{
color: #AA68EB;
}
.AnyTagClassName
{
color: #AA68EB;
}
</style>
background-color css
<style>
a { background-color: #AA68EB; }
a { background-color: rgb(170,104,235); }
div.DivClassName
{
background-color: #AA68EB;
}
.BgClassName
{
background-color: #AA68EB;
}
</style>
border-color css
<style>
span { border-color: #AA68EB; }
span { border-color: rgb(170,104,235); }
td.TdClassName
{
border-color: #AA68EB;
}
.TagClassName
{
border-color: #AA68EB;
}
</style>