Shades of Medium Purple #AC74EF
Tints of Medium Purple #AC74EF
RGB
CMYK
RGB Variations
Color information
#AC74EF (or 0xAC74EF) is known color: Medium Purple. HEX triplet: AC, 74 and EF. RGB value is (172,116,239). Sum of RGB (Red+Green+Blue) = 172+116+239=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC74EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC74EF is #538B10. Grayscale: #929292. Windows color (decimal): -5475089 or 15692972. OLE color: 15692972.
HSL color Cylindrical-coordinate representation of color #AC74EF: hue angle of 267.32º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC74EF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 116 | 239 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.06 |
| HSL | 267.32º | 0.79% | 0.7% | - |
| HSV(B) | 267.32º | 0.51% | 0.94% | - |
| XYZ | 38.84 | 27.49 | 84.92 | - |
| YUV | 146.77 | 180.05 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 239 | 0.28 | 0.51 | 0 | 0.06 | 267.32 | 0.79 | 0.7 |
| Hex | AC | 74 | EF | 1C | 33 | 0 | 6 | 10B | 4F | 46 |
| Octal | 254 | 164 | 357 | 34 | 63 | 0 | 6 | 413 | 117 | 106 |
| Binary | 10101100 | 1110100 | 11101111 | 11100 | 110011 | 0 | 110 | 100001011 | 1001111 | 1000110 |
Color Harmonies of #AC74EF
Complementary color
Monochromatic Colors of #AC74EF
Black with #AC74EF
Text Example
Text Example
White with #AC74EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC74EF; }
p { color: rgb(172,116,239); }
H1.HeaderClassName
{
color: #AC74EF;
}
.AnyTagClassName
{
color: #AC74EF;
}
</style>
background-color css
<style>
a { background-color: #AC74EF; }
a { background-color: rgb(172,116,239); }
div.DivClassName
{
background-color: #AC74EF;
}
.BgClassName
{
background-color: #AC74EF;
}
</style>
border-color css
<style>
span { border-color: #AC74EF; }
span { border-color: rgb(172,116,239); }
td.TdClassName
{
border-color: #AC74EF;
}
.TagClassName
{
border-color: #AC74EF;
}
</style>