Shades of Medium Purple #AC73ED
Tints of Medium Purple #AC73ED
RGB
CMYK
RGB Variations
Color information
#AC73ED (or 0xAC73ED) is known color: Medium Purple. HEX triplet: AC, 73 and ED. RGB value is (172,115,237). Sum of RGB (Red+Green+Blue) = 172+115+237=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC73ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC73ED is #538C12. Grayscale: #919191. Windows color (decimal): -5475347 or 15561644. OLE color: 15561644.
HSL color Cylindrical-coordinate representation of color #AC73ED: hue angle of 268.03º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC73ED is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 115 | 237 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.07 |
| HSL | 268.03º | 0.77% | 0.69% | - |
| HSV(B) | 268.03º | 0.51% | 0.93% | - |
| XYZ | 38.43 | 27.15 | 83.34 | - |
| YUV | 145.95 | 179.38 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 237 | 0.27 | 0.51 | 0 | 0.07 | 268.03 | 0.77 | 0.69 |
| Hex | AC | 73 | ED | 1B | 33 | 0 | 7 | 10C | 4D | 45 |
| Octal | 254 | 163 | 355 | 33 | 63 | 0 | 7 | 414 | 115 | 105 |
| Binary | 10101100 | 1110011 | 11101101 | 11011 | 110011 | 0 | 111 | 100001100 | 1001101 | 1000101 |
Color Harmonies of #AC73ED
Complementary color
Monochromatic Colors of #AC73ED
Black with #AC73ED
Text Example
Text Example
White with #AC73ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73ED; }
p { color: rgb(172,115,237); }
H1.HeaderClassName
{
color: #AC73ED;
}
.AnyTagClassName
{
color: #AC73ED;
}
</style>
background-color css
<style>
a { background-color: #AC73ED; }
a { background-color: rgb(172,115,237); }
div.DivClassName
{
background-color: #AC73ED;
}
.BgClassName
{
background-color: #AC73ED;
}
</style>
border-color css
<style>
span { border-color: #AC73ED; }
span { border-color: rgb(172,115,237); }
td.TdClassName
{
border-color: #AC73ED;
}
.TagClassName
{
border-color: #AC73ED;
}
</style>