Shades of Medium Purple #AA78EE
Tints of Medium Purple #AA78EE
RGB
CMYK
RGB Variations
Color information
#AA78EE (or 0xAA78EE) is known color: Medium Purple. HEX triplet: AA, 78 and EE. RGB value is (170,120,238). Sum of RGB (Red+Green+Blue) = 170+120+238=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA78EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA78EE is #558711. Grayscale: #939393. Windows color (decimal): -5605138 or 15628458. OLE color: 15628458.
HSL color Cylindrical-coordinate representation of color #AA78EE: hue angle of 265.42º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA78EE is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 120 | 238 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.07 |
| HSL | 265.42º | 0.78% | 0.7% | - |
| HSV(B) | 265.42º | 0.5% | 0.93% | - |
| XYZ | 38.73 | 28.15 | 84.28 | - |
| YUV | 148.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 238 | 0.29 | 0.50 | 0 | 0.07 | 265.42 | 0.78 | 0.7 |
| Hex | AA | 78 | EE | 1D | 32 | 0 | 7 | 109 | 4E | 46 |
| Octal | 252 | 170 | 356 | 35 | 62 | 0 | 7 | 411 | 116 | 106 |
| Binary | 10101010 | 1111000 | 11101110 | 11101 | 110010 | 0 | 111 | 100001001 | 1001110 | 1000110 |
Color Harmonies of #AA78EE
Complementary color
Monochromatic Colors of #AA78EE
Black with #AA78EE
Text Example
Text Example
White with #AA78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78EE; }
p { color: rgb(170,120,238); }
H1.HeaderClassName
{
color: #AA78EE;
}
.AnyTagClassName
{
color: #AA78EE;
}
</style>
background-color css
<style>
a { background-color: #AA78EE; }
a { background-color: rgb(170,120,238); }
div.DivClassName
{
background-color: #AA78EE;
}
.BgClassName
{
background-color: #AA78EE;
}
</style>
border-color css
<style>
span { border-color: #AA78EE; }
span { border-color: rgb(170,120,238); }
td.TdClassName
{
border-color: #AA78EE;
}
.TagClassName
{
border-color: #AA78EE;
}
</style>