Shades of Medium Purple #AA67EC
Tints of Medium Purple #AA67EC
RGB
CMYK
RGB Variations
Color information
#AA67EC (or 0xAA67EC) is known color: Medium Purple. HEX triplet: AA, 67 and EC. RGB value is (170,103,236). Sum of RGB (Red+Green+Blue) = 170+103+236=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA67EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA67EC is #559813. Grayscale: #898989. Windows color (decimal): -5609492 or 15493034. OLE color: 15493034.
HSL color Cylindrical-coordinate representation of color #AA67EC: hue angle of 270.23º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA67EC is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 103 | 236 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.07 |
| HSL | 270.23º | 0.78% | 0.66% | - |
| HSV(B) | 270.23º | 0.56% | 0.93% | - |
| XYZ | 36.57 | 24.3 | 82.12 | - |
| YUV | 138.2 | 183.2 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 236 | 0.28 | 0.56 | 0 | 0.07 | 270.23 | 0.78 | 0.66 |
| Hex | AA | 67 | EC | 1C | 38 | 0 | 7 | 10E | 4E | 42 |
| Octal | 252 | 147 | 354 | 34 | 70 | 0 | 7 | 416 | 116 | 102 |
| Binary | 10101010 | 1100111 | 11101100 | 11100 | 111000 | 0 | 111 | 100001110 | 1001110 | 1000010 |
Color Harmonies of #AA67EC
Complementary color
Monochromatic Colors of #AA67EC
Black with #AA67EC
Text Example
Text Example
White with #AA67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67EC; }
p { color: rgb(170,103,236); }
H1.HeaderClassName
{
color: #AA67EC;
}
.AnyTagClassName
{
color: #AA67EC;
}
</style>
background-color css
<style>
a { background-color: #AA67EC; }
a { background-color: rgb(170,103,236); }
div.DivClassName
{
background-color: #AA67EC;
}
.BgClassName
{
background-color: #AA67EC;
}
</style>
border-color css
<style>
span { border-color: #AA67EC; }
span { border-color: rgb(170,103,236); }
td.TdClassName
{
border-color: #AA67EC;
}
.TagClassName
{
border-color: #AA67EC;
}
</style>