Shades of Medium Purple #AA67EE
Tints of Medium Purple #AA67EE
RGB
CMYK
RGB Variations
Color information
#AA67EE (or 0xAA67EE) is known color: Medium Purple. HEX triplet: AA, 67 and EE. RGB value is (170,103,238). Sum of RGB (Red+Green+Blue) = 170+103+238=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA67EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA67EE is #559811. Grayscale: #898989. Windows color (decimal): -5609490 or 15624106. OLE color: 15624106.
HSL color Cylindrical-coordinate representation of color #AA67EE: hue angle of 269.78º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA67EE is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 103 | 238 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.07 |
| HSL | 269.78º | 0.8% | 0.67% | - |
| HSV(B) | 269.78º | 0.57% | 0.93% | - |
| XYZ | 36.86 | 24.42 | 83.66 | - |
| YUV | 138.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 238 | 0.29 | 0.57 | 0 | 0.07 | 269.78 | 0.8 | 0.67 |
| Hex | AA | 67 | EE | 1D | 39 | 0 | 7 | 10E | 50 | 43 |
| Octal | 252 | 147 | 356 | 35 | 71 | 0 | 7 | 416 | 120 | 103 |
| Binary | 10101010 | 1100111 | 11101110 | 11101 | 111001 | 0 | 111 | 100001110 | 1010000 | 1000011 |
Color Harmonies of #AA67EE
Complementary color
Monochromatic Colors of #AA67EE
Black with #AA67EE
Text Example
Text Example
White with #AA67EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67EE; }
p { color: rgb(170,103,238); }
H1.HeaderClassName
{
color: #AA67EE;
}
.AnyTagClassName
{
color: #AA67EE;
}
</style>
background-color css
<style>
a { background-color: #AA67EE; }
a { background-color: rgb(170,103,238); }
div.DivClassName
{
background-color: #AA67EE;
}
.BgClassName
{
background-color: #AA67EE;
}
</style>
border-color css
<style>
span { border-color: #AA67EE; }
span { border-color: rgb(170,103,238); }
td.TdClassName
{
border-color: #AA67EE;
}
.TagClassName
{
border-color: #AA67EE;
}
</style>