Shades of Medium Purple #AC74EE
Tints of Medium Purple #AC74EE
RGB
CMYK
RGB Variations
Color information
#AC74EE (or 0xAC74EE) is known color: Medium Purple. HEX triplet: AC, 74 and EE. RGB value is (172,116,238). Sum of RGB (Red+Green+Blue) = 172+116+238=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC74EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC74EE is #538B11. Grayscale: #929292. Windows color (decimal): -5475090 or 15627436. OLE color: 15627436.
HSL color Cylindrical-coordinate representation of color #AC74EE: hue angle of 267.54º degrees, saturation: 0.78, 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 #AC74EE is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 116 | 238 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.07 |
| HSL | 267.54º | 0.78% | 0.69% | - |
| HSV(B) | 267.54º | 0.51% | 0.93% | - |
| XYZ | 38.69 | 27.43 | 84.15 | - |
| YUV | 146.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 238 | 0.28 | 0.51 | 0 | 0.07 | 267.54 | 0.78 | 0.69 |
| Hex | AC | 74 | EE | 1C | 33 | 0 | 7 | 10C | 4E | 45 |
| Octal | 254 | 164 | 356 | 34 | 63 | 0 | 7 | 414 | 116 | 105 |
| Binary | 10101100 | 1110100 | 11101110 | 11100 | 110011 | 0 | 111 | 100001100 | 1001110 | 1000101 |
Color Harmonies of #AC74EE
Complementary color
Monochromatic Colors of #AC74EE
Black with #AC74EE
Text Example
Text Example
White with #AC74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC74EE; }
p { color: rgb(172,116,238); }
H1.HeaderClassName
{
color: #AC74EE;
}
.AnyTagClassName
{
color: #AC74EE;
}
</style>
background-color css
<style>
a { background-color: #AC74EE; }
a { background-color: rgb(172,116,238); }
div.DivClassName
{
background-color: #AC74EE;
}
.BgClassName
{
background-color: #AC74EE;
}
</style>
border-color css
<style>
span { border-color: #AC74EE; }
span { border-color: rgb(172,116,238); }
td.TdClassName
{
border-color: #AC74EE;
}
.TagClassName
{
border-color: #AC74EE;
}
</style>