Shades of Medium Purple #AA78DF
Tints of Medium Purple #AA78DF
RGB
CMYK
RGB Variations
Color information
#AA78DF (or 0xAA78DF) is known color: Medium Purple. HEX triplet: AA, 78 and DF. RGB value is (170,120,223). Sum of RGB (Red+Green+Blue) = 170+120+223=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78DF is #558720. Grayscale: #929292. Windows color (decimal): -5605153 or 14645418. OLE color: 14645418.
HSL color Cylindrical-coordinate representation of color #AA78DF: hue angle of 269.13º degrees, saturation: 0.62, 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 #AA78DF is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 120 | 223 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.13 |
| HSL | 269.13º | 0.62% | 0.67% | - |
| HSV(B) | 269.13º | 0.46% | 0.87% | - |
| XYZ | 36.61 | 27.31 | 73.15 | - |
| YUV | 146.69 | 171.07 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 223 | 0.24 | 0.46 | 0 | 0.13 | 269.13 | 0.62 | 0.67 |
| Hex | AA | 78 | DF | 18 | 2E | 0 | D | 10D | 3E | 43 |
| Octal | 252 | 170 | 337 | 30 | 56 | 0 | 15 | 415 | 76 | 103 |
| Binary | 10101010 | 1111000 | 11011111 | 11000 | 101110 | 0 | 1101 | 100001101 | 111110 | 1000011 |
Color Harmonies of #AA78DF
Complementary color
Monochromatic Colors of #AA78DF
Black with #AA78DF
Text Example
Text Example
White with #AA78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78DF; }
p { color: rgb(170,120,223); }
H1.HeaderClassName
{
color: #AA78DF;
}
.AnyTagClassName
{
color: #AA78DF;
}
</style>
background-color css
<style>
a { background-color: #AA78DF; }
a { background-color: rgb(170,120,223); }
div.DivClassName
{
background-color: #AA78DF;
}
.BgClassName
{
background-color: #AA78DF;
}
</style>
border-color css
<style>
span { border-color: #AA78DF; }
span { border-color: rgb(170,120,223); }
td.TdClassName
{
border-color: #AA78DF;
}
.TagClassName
{
border-color: #AA78DF;
}
</style>