Shades of Medium Purple #AA78DD
Tints of Medium Purple #AA78DD
RGB
CMYK
RGB Variations
Color information
#AA78DD (or 0xAA78DD) is known color: Medium Purple. HEX triplet: AA, 78 and DD. RGB value is (170,120,221). Sum of RGB (Red+Green+Blue) = 170+120+221=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA78DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78DD is #558722. Grayscale: #929292. Windows color (decimal): -5605155 or 14514346. OLE color: 14514346.
HSL color Cylindrical-coordinate representation of color #AA78DD: hue angle of 269.7º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA78DD is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 120 | 221 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.13 |
| HSL | 269.7º | 0.6% | 0.67% | - |
| HSV(B) | 269.7º | 0.46% | 0.87% | - |
| XYZ | 36.35 | 27.2 | 71.74 | - |
| YUV | 146.46 | 170.07 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 221 | 0.23 | 0.46 | 0 | 0.13 | 269.7 | 0.6 | 0.67 |
| Hex | AA | 78 | DD | 17 | 2E | 0 | D | 10E | 3C | 43 |
| Octal | 252 | 170 | 335 | 27 | 56 | 0 | 15 | 416 | 74 | 103 |
| Binary | 10101010 | 1111000 | 11011101 | 10111 | 101110 | 0 | 1101 | 100001110 | 111100 | 1000011 |
Color Harmonies of #AA78DD
Complementary color
Monochromatic Colors of #AA78DD
Black with #AA78DD
Text Example
Text Example
White with #AA78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78DD; }
p { color: rgb(170,120,221); }
H1.HeaderClassName
{
color: #AA78DD;
}
.AnyTagClassName
{
color: #AA78DD;
}
</style>
background-color css
<style>
a { background-color: #AA78DD; }
a { background-color: rgb(170,120,221); }
div.DivClassName
{
background-color: #AA78DD;
}
.BgClassName
{
background-color: #AA78DD;
}
</style>
border-color css
<style>
span { border-color: #AA78DD; }
span { border-color: rgb(170,120,221); }
td.TdClassName
{
border-color: #AA78DD;
}
.TagClassName
{
border-color: #AA78DD;
}
</style>