Shades of Medium Purple #AC7ADE
Tints of Medium Purple #AC7ADE
RGB
CMYK
RGB Variations
Color information
#AC7ADE (or 0xAC7ADE) is known color: Medium Purple. HEX triplet: AC, 7A and DE. RGB value is (172,122,222). Sum of RGB (Red+Green+Blue) = 172+122+222=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC7ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7ADE is #538521. Grayscale: #949494. Windows color (decimal): -5473570 or 14580396. OLE color: 14580396.
HSL color Cylindrical-coordinate representation of color #AC7ADE: hue angle of 270º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC7ADE is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 122 | 222 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.13 |
| HSL | 270º | 0.6% | 0.67% | - |
| HSV(B) | 270º | 0.45% | 0.87% | - |
| XYZ | 37.16 | 27.96 | 72.55 | - |
| YUV | 148.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 222 | 0.23 | 0.45 | 0 | 0.13 | 270 | 0.6 | 0.67 |
| Hex | AC | 7A | DE | 17 | 2D | 0 | D | 10E | 3C | 43 |
| Octal | 254 | 172 | 336 | 27 | 55 | 0 | 15 | 416 | 74 | 103 |
| Binary | 10101100 | 1111010 | 11011110 | 10111 | 101101 | 0 | 1101 | 100001110 | 111100 | 1000011 |
Color Harmonies of #AC7ADE
Complementary color
Monochromatic Colors of #AC7ADE
Black with #AC7ADE
Text Example
Text Example
White with #AC7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7ADE; }
p { color: rgb(172,122,222); }
H1.HeaderClassName
{
color: #AC7ADE;
}
.AnyTagClassName
{
color: #AC7ADE;
}
</style>
background-color css
<style>
a { background-color: #AC7ADE; }
a { background-color: rgb(172,122,222); }
div.DivClassName
{
background-color: #AC7ADE;
}
.BgClassName
{
background-color: #AC7ADE;
}
</style>
border-color css
<style>
span { border-color: #AC7ADE; }
span { border-color: rgb(172,122,222); }
td.TdClassName
{
border-color: #AC7ADE;
}
.TagClassName
{
border-color: #AC7ADE;
}
</style>