Shades of Medium Purple #AC6DFE
Tints of Medium Purple #AC6DFE
RGB
CMYK
RGB Variations
Color information
#AC6DFE (or 0xAC6DFE) is known color: Medium Purple. HEX triplet: AC, 6D and FE. RGB value is (172,109,254). Sum of RGB (Red+Green+Blue) = 172+109+254=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC6DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6DFE is #539201. Grayscale: #8F8F8F. Windows color (decimal): -5476866 or 16674220. OLE color: 16674220.
HSL color Cylindrical-coordinate representation of color #AC6DFE: hue angle of 266.07º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC6DFE is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 109 | 254 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.00 |
| HSL | 266.07º | 0.99% | 0.71% | - |
| HSV(B) | 266.07º | 0.57% | 1% | - |
| XYZ | 40.37 | 26.86 | 96.82 | - |
| YUV | 144.37 | 189.87 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 254 | 0.32 | 0.57 | 0 | 0.00 | 266.07 | 0.99 | 0.71 |
| Hex | AC | 6D | FE | 20 | 39 | 0 | 0 | 10A | 63 | 47 |
| Octal | 254 | 155 | 376 | 40 | 71 | 0 | 0 | 412 | 143 | 107 |
| Binary | 10101100 | 1101101 | 11111110 | 100000 | 111001 | 0 | 0 | 100001010 | 1100011 | 1000111 |
Color Harmonies of #AC6DFE
Complementary color
Monochromatic Colors of #AC6DFE
Black with #AC6DFE
Text Example
Text Example
White with #AC6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6DFE; }
p { color: rgb(172,109,254); }
H1.HeaderClassName
{
color: #AC6DFE;
}
.AnyTagClassName
{
color: #AC6DFE;
}
</style>
background-color css
<style>
a { background-color: #AC6DFE; }
a { background-color: rgb(172,109,254); }
div.DivClassName
{
background-color: #AC6DFE;
}
.BgClassName
{
background-color: #AC6DFE;
}
</style>
border-color css
<style>
span { border-color: #AC6DFE; }
span { border-color: rgb(172,109,254); }
td.TdClassName
{
border-color: #AC6DFE;
}
.TagClassName
{
border-color: #AC6DFE;
}
</style>