Shades of Medium Purple #AA78ED
Tints of Medium Purple #AA78ED
RGB
CMYK
RGB Variations
Color information
#AA78ED (or 0xAA78ED) is known color: Medium Purple. HEX triplet: AA, 78 and ED. RGB value is (170,120,237). Sum of RGB (Red+Green+Blue) = 170+120+237=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA78ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA78ED is #558712. Grayscale: #939393. Windows color (decimal): -5605139 or 15562922. OLE color: 15562922.
HSL color Cylindrical-coordinate representation of color #AA78ED: hue angle of 265.64º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA78ED is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 120 | 237 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.07 |
| HSL | 265.64º | 0.76% | 0.7% | - |
| HSV(B) | 265.64º | 0.49% | 0.93% | - |
| XYZ | 38.58 | 28.09 | 83.51 | - |
| YUV | 148.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 237 | 0.28 | 0.49 | 0 | 0.07 | 265.64 | 0.76 | 0.7 |
| Hex | AA | 78 | ED | 1C | 31 | 0 | 7 | 10A | 4C | 46 |
| Octal | 252 | 170 | 355 | 34 | 61 | 0 | 7 | 412 | 114 | 106 |
| Binary | 10101010 | 1111000 | 11101101 | 11100 | 110001 | 0 | 111 | 100001010 | 1001100 | 1000110 |
Color Harmonies of #AA78ED
Complementary color
Monochromatic Colors of #AA78ED
Black with #AA78ED
Text Example
Text Example
White with #AA78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78ED; }
p { color: rgb(170,120,237); }
H1.HeaderClassName
{
color: #AA78ED;
}
.AnyTagClassName
{
color: #AA78ED;
}
</style>
background-color css
<style>
a { background-color: #AA78ED; }
a { background-color: rgb(170,120,237); }
div.DivClassName
{
background-color: #AA78ED;
}
.BgClassName
{
background-color: #AA78ED;
}
</style>
border-color css
<style>
span { border-color: #AA78ED; }
span { border-color: rgb(170,120,237); }
td.TdClassName
{
border-color: #AA78ED;
}
.TagClassName
{
border-color: #AA78ED;
}
</style>