Shades of Medium Purple #AA7CDC
Tints of Medium Purple #AA7CDC
RGB
CMYK
RGB Variations
Color information
#AA7CDC (or 0xAA7CDC) is known color: Medium Purple. HEX triplet: AA, 7C and DC. RGB value is (170,124,220). Sum of RGB (Red+Green+Blue) = 170+124+220=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CDC is #558323. Grayscale: #949494. Windows color (decimal): -5604132 or 14449834. OLE color: 14449834.
HSL color Cylindrical-coordinate representation of color #AA7CDC: hue angle of 268.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA7CDC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 124 | 220 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.14 |
| HSL | 268.75º | 0.58% | 0.67% | - |
| HSV(B) | 268.75º | 0.44% | 0.86% | - |
| XYZ | 36.7 | 28.13 | 71.21 | - |
| YUV | 148.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 220 | 0.23 | 0.44 | 0 | 0.14 | 268.75 | 0.58 | 0.67 |
| Hex | AA | 7C | DC | 17 | 2C | 0 | E | 10D | 3A | 43 |
| Octal | 252 | 174 | 334 | 27 | 54 | 0 | 16 | 415 | 72 | 103 |
| Binary | 10101010 | 1111100 | 11011100 | 10111 | 101100 | 0 | 1110 | 100001101 | 111010 | 1000011 |
Color Harmonies of #AA7CDC
Complementary color
Monochromatic Colors of #AA7CDC
Black with #AA7CDC
Text Example
Text Example
White with #AA7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CDC; }
p { color: rgb(170,124,220); }
H1.HeaderClassName
{
color: #AA7CDC;
}
.AnyTagClassName
{
color: #AA7CDC;
}
</style>
background-color css
<style>
a { background-color: #AA7CDC; }
a { background-color: rgb(170,124,220); }
div.DivClassName
{
background-color: #AA7CDC;
}
.BgClassName
{
background-color: #AA7CDC;
}
</style>
border-color css
<style>
span { border-color: #AA7CDC; }
span { border-color: rgb(170,124,220); }
td.TdClassName
{
border-color: #AA7CDC;
}
.TagClassName
{
border-color: #AA7CDC;
}
</style>