Shades of Medium Purple #AC73F5
Tints of Medium Purple #AC73F5
RGB
CMYK
RGB Variations
Color information
#AC73F5 (or 0xAC73F5) is known color: Medium Purple. HEX triplet: AC, 73 and F5. RGB value is (172,115,245). Sum of RGB (Red+Green+Blue) = 172+115+245=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 245 (96.09% from 255 or 46.05% from 532); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC73F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC73F5 is #538C0A. Grayscale: #929292. Windows color (decimal): -5475339 or 16085932. OLE color: 16085932.
HSL color Cylindrical-coordinate representation of color #AC73F5: hue angle of 266.31º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC73F5 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 115 | 245 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.04 |
| HSL | 266.31º | 0.87% | 0.71% | - |
| HSV(B) | 266.31º | 0.53% | 0.96% | - |
| XYZ | 39.63 | 27.62 | 89.63 | - |
| YUV | 146.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 245 | 0.30 | 0.53 | 0 | 0.04 | 266.31 | 0.87 | 0.71 |
| Hex | AC | 73 | F5 | 1E | 35 | 0 | 4 | 10A | 57 | 47 |
| Octal | 254 | 163 | 365 | 36 | 65 | 0 | 4 | 412 | 127 | 107 |
| Binary | 10101100 | 1110011 | 11110101 | 11110 | 110101 | 0 | 100 | 100001010 | 1010111 | 1000111 |
Color Harmonies of #AC73F5
Complementary color
Monochromatic Colors of #AC73F5
Black with #AC73F5
Text Example
Text Example
White with #AC73F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73F5; }
p { color: rgb(172,115,245); }
H1.HeaderClassName
{
color: #AC73F5;
}
.AnyTagClassName
{
color: #AC73F5;
}
</style>
background-color css
<style>
a { background-color: #AC73F5; }
a { background-color: rgb(172,115,245); }
div.DivClassName
{
background-color: #AC73F5;
}
.BgClassName
{
background-color: #AC73F5;
}
</style>
border-color css
<style>
span { border-color: #AC73F5; }
span { border-color: rgb(172,115,245); }
td.TdClassName
{
border-color: #AC73F5;
}
.TagClassName
{
border-color: #AC73F5;
}
</style>