Shades of Medium Purple #AC6FED
Tints of Medium Purple #AC6FED
RGB
CMYK
RGB Variations
Color information
#AC6FED (or 0xAC6FED) is known color: Medium Purple. HEX triplet: AC, 6F and ED. RGB value is (172,111,237). Sum of RGB (Red+Green+Blue) = 172+111+237=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC6FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6FED is #539012. Grayscale: #8F8F8F. Windows color (decimal): -5476371 or 15560620. OLE color: 15560620.
HSL color Cylindrical-coordinate representation of color #AC6FED: hue angle of 269.05º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC6FED is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 111 | 237 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.07 |
| HSL | 269.05º | 0.78% | 0.68% | - |
| HSV(B) | 269.05º | 0.53% | 0.93% | - |
| XYZ | 37.98 | 26.25 | 83.19 | - |
| YUV | 143.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 237 | 0.27 | 0.53 | 0 | 0.07 | 269.05 | 0.78 | 0.68 |
| Hex | AC | 6F | ED | 1B | 35 | 0 | 7 | 10D | 4E | 44 |
| Octal | 254 | 157 | 355 | 33 | 65 | 0 | 7 | 415 | 116 | 104 |
| Binary | 10101100 | 1101111 | 11101101 | 11011 | 110101 | 0 | 111 | 100001101 | 1001110 | 1000100 |
Color Harmonies of #AC6FED
Complementary color
Monochromatic Colors of #AC6FED
Black with #AC6FED
Text Example
Text Example
White with #AC6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6FED; }
p { color: rgb(172,111,237); }
H1.HeaderClassName
{
color: #AC6FED;
}
.AnyTagClassName
{
color: #AC6FED;
}
</style>
background-color css
<style>
a { background-color: #AC6FED; }
a { background-color: rgb(172,111,237); }
div.DivClassName
{
background-color: #AC6FED;
}
.BgClassName
{
background-color: #AC6FED;
}
</style>
border-color css
<style>
span { border-color: #AC6FED; }
span { border-color: rgb(172,111,237); }
td.TdClassName
{
border-color: #AC6FED;
}
.TagClassName
{
border-color: #AC6FED;
}
</style>