Shades of Medium Purple #AC7CEA
Tints of Medium Purple #AC7CEA
RGB
CMYK
RGB Variations
Color information
#AC7CEA (or 0xAC7CEA) is known color: Medium Purple. HEX triplet: AC, 7C and EA. RGB value is (172,124,234). Sum of RGB (Red+Green+Blue) = 172+124+234=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC7CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7CEA is #538315. Grayscale: #969696. Windows color (decimal): -5473046 or 15367340. OLE color: 15367340.
HSL color Cylindrical-coordinate representation of color #AC7CEA: hue angle of 266.18º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC7CEA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 124 | 234 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.08 |
| HSL | 266.18º | 0.72% | 0.7% | - |
| HSV(B) | 266.18º | 0.47% | 0.92% | - |
| XYZ | 39.07 | 29.13 | 81.4 | - |
| YUV | 150.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 234 | 0.26 | 0.47 | 0 | 0.08 | 266.18 | 0.72 | 0.7 |
| Hex | AC | 7C | EA | 1A | 2F | 0 | 8 | 10A | 48 | 46 |
| Octal | 254 | 174 | 352 | 32 | 57 | 0 | 10 | 412 | 110 | 106 |
| Binary | 10101100 | 1111100 | 11101010 | 11010 | 101111 | 0 | 1000 | 100001010 | 1001000 | 1000110 |
Color Harmonies of #AC7CEA
Complementary color
Monochromatic Colors of #AC7CEA
Black with #AC7CEA
Text Example
Text Example
White with #AC7CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CEA; }
p { color: rgb(172,124,234); }
H1.HeaderClassName
{
color: #AC7CEA;
}
.AnyTagClassName
{
color: #AC7CEA;
}
</style>
background-color css
<style>
a { background-color: #AC7CEA; }
a { background-color: rgb(172,124,234); }
div.DivClassName
{
background-color: #AC7CEA;
}
.BgClassName
{
background-color: #AC7CEA;
}
</style>
border-color css
<style>
span { border-color: #AC7CEA; }
span { border-color: rgb(172,124,234); }
td.TdClassName
{
border-color: #AC7CEA;
}
.TagClassName
{
border-color: #AC7CEA;
}
</style>