Shades of Medium Purple #AA78DC
Tints of Medium Purple #AA78DC
RGB
CMYK
RGB Variations
Color information
#AA78DC (or 0xAA78DC) is known color: Medium Purple. HEX triplet: AA, 78 and DC. RGB value is (170,120,220). Sum of RGB (Red+Green+Blue) = 170+120+220=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA78DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78DC is #558723. Grayscale: #929292. Windows color (decimal): -5605156 or 14448810. OLE color: 14448810.
HSL color Cylindrical-coordinate representation of color #AA78DC: hue angle of 270º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA78DC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 120 | 220 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.14 |
| HSL | 270º | 0.59% | 0.67% | - |
| HSV(B) | 270º | 0.45% | 0.86% | - |
| XYZ | 36.21 | 27.15 | 71.04 | - |
| YUV | 146.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 220 | 0.23 | 0.45 | 0 | 0.14 | 270 | 0.59 | 0.67 |
| Hex | AA | 78 | DC | 17 | 2D | 0 | E | 10E | 3B | 43 |
| Octal | 252 | 170 | 334 | 27 | 55 | 0 | 16 | 416 | 73 | 103 |
| Binary | 10101010 | 1111000 | 11011100 | 10111 | 101101 | 0 | 1110 | 100001110 | 111011 | 1000011 |
Color Harmonies of #AA78DC
Complementary color
Monochromatic Colors of #AA78DC
Black with #AA78DC
Text Example
Text Example
White with #AA78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78DC; }
p { color: rgb(170,120,220); }
H1.HeaderClassName
{
color: #AA78DC;
}
.AnyTagClassName
{
color: #AA78DC;
}
</style>
background-color css
<style>
a { background-color: #AA78DC; }
a { background-color: rgb(170,120,220); }
div.DivClassName
{
background-color: #AA78DC;
}
.BgClassName
{
background-color: #AA78DC;
}
</style>
border-color css
<style>
span { border-color: #AA78DC; }
span { border-color: rgb(170,120,220); }
td.TdClassName
{
border-color: #AA78DC;
}
.TagClassName
{
border-color: #AA78DC;
}
</style>