Shades of Medium Purple #AA74ED
Tints of Medium Purple #AA74ED
RGB
CMYK
RGB Variations
Color information
#AA74ED (or 0xAA74ED) is known color: Medium Purple. HEX triplet: AA, 74 and ED. RGB value is (170,116,237). Sum of RGB (Red+Green+Blue) = 170+116+237=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA74ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA74ED is #558B12. Grayscale: #919191. Windows color (decimal): -5606163 or 15561898. OLE color: 15561898.
HSL color Cylindrical-coordinate representation of color #AA74ED: hue angle of 266.78º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA74ED is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 116 | 237 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.07 |
| HSL | 266.78º | 0.77% | 0.69% | - |
| HSV(B) | 266.78º | 0.51% | 0.93% | - |
| XYZ | 38.11 | 27.15 | 83.35 | - |
| YUV | 145.94 | 179.39 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 237 | 0.28 | 0.51 | 0 | 0.07 | 266.78 | 0.77 | 0.69 |
| Hex | AA | 74 | ED | 1C | 33 | 0 | 7 | 10B | 4D | 45 |
| Octal | 252 | 164 | 355 | 34 | 63 | 0 | 7 | 413 | 115 | 105 |
| Binary | 10101010 | 1110100 | 11101101 | 11100 | 110011 | 0 | 111 | 100001011 | 1001101 | 1000101 |
Color Harmonies of #AA74ED
Complementary color
Monochromatic Colors of #AA74ED
Black with #AA74ED
Text Example
Text Example
White with #AA74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74ED; }
p { color: rgb(170,116,237); }
H1.HeaderClassName
{
color: #AA74ED;
}
.AnyTagClassName
{
color: #AA74ED;
}
</style>
background-color css
<style>
a { background-color: #AA74ED; }
a { background-color: rgb(170,116,237); }
div.DivClassName
{
background-color: #AA74ED;
}
.BgClassName
{
background-color: #AA74ED;
}
</style>
border-color css
<style>
span { border-color: #AA74ED; }
span { border-color: rgb(170,116,237); }
td.TdClassName
{
border-color: #AA74ED;
}
.TagClassName
{
border-color: #AA74ED;
}
</style>