Shades of Medium Purple #AC73E3
Tints of Medium Purple #AC73E3
RGB
CMYK
RGB Variations
Color information
#AC73E3 (or 0xAC73E3) is known color: Medium Purple. HEX triplet: AC, 73 and E3. RGB value is (172,115,227). Sum of RGB (Red+Green+Blue) = 172+115+227=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC73E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73E3 is #538C1C. Grayscale: #909090. Windows color (decimal): -5475357 or 14906284. OLE color: 14906284.
HSL color Cylindrical-coordinate representation of color #AC73E3: hue angle of 270.54º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC73E3 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 115 | 227 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.11 |
| HSL | 270.54º | 0.67% | 0.67% | - |
| HSV(B) | 270.54º | 0.49% | 0.89% | - |
| XYZ | 37.01 | 26.58 | 75.85 | - |
| YUV | 144.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 227 | 0.24 | 0.49 | 0 | 0.11 | 270.54 | 0.67 | 0.67 |
| Hex | AC | 73 | E3 | 18 | 31 | 0 | B | 10F | 43 | 43 |
| Octal | 254 | 163 | 343 | 30 | 61 | 0 | 13 | 417 | 103 | 103 |
| Binary | 10101100 | 1110011 | 11100011 | 11000 | 110001 | 0 | 1011 | 100001111 | 1000011 | 1000011 |
Color Harmonies of #AC73E3
Complementary color
Monochromatic Colors of #AC73E3
Black with #AC73E3
Text Example
Text Example
White with #AC73E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73E3; }
p { color: rgb(172,115,227); }
H1.HeaderClassName
{
color: #AC73E3;
}
.AnyTagClassName
{
color: #AC73E3;
}
</style>
background-color css
<style>
a { background-color: #AC73E3; }
a { background-color: rgb(172,115,227); }
div.DivClassName
{
background-color: #AC73E3;
}
.BgClassName
{
background-color: #AC73E3;
}
</style>
border-color css
<style>
span { border-color: #AC73E3; }
span { border-color: rgb(172,115,227); }
td.TdClassName
{
border-color: #AC73E3;
}
.TagClassName
{
border-color: #AC73E3;
}
</style>