Shades of Medium Purple #AC6BEF
Tints of Medium Purple #AC6BEF
RGB
CMYK
RGB Variations
Color information
#AC6BEF (or 0xAC6BEF) is known color: Medium Purple. HEX triplet: AC, 6B and EF. RGB value is (172,107,239). Sum of RGB (Red+Green+Blue) = 172+107+239=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC6BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6BEF is #539410. Grayscale: #8D8D8D. Windows color (decimal): -5477393 or 15690668. OLE color: 15690668.
HSL color Cylindrical-coordinate representation of color #AC6BEF: hue angle of 269.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC6BEF is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 107 | 239 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.06 |
| HSL | 269.55º | 0.8% | 0.68% | - |
| HSV(B) | 269.55º | 0.55% | 0.94% | - |
| XYZ | 37.85 | 25.52 | 84.59 | - |
| YUV | 141.48 | 183.03 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 239 | 0.28 | 0.55 | 0 | 0.06 | 269.55 | 0.8 | 0.68 |
| Hex | AC | 6B | EF | 1C | 37 | 0 | 6 | 10E | 50 | 44 |
| Octal | 254 | 153 | 357 | 34 | 67 | 0 | 6 | 416 | 120 | 104 |
| Binary | 10101100 | 1101011 | 11101111 | 11100 | 110111 | 0 | 110 | 100001110 | 1010000 | 1000100 |
Color Harmonies of #AC6BEF
Complementary color
Monochromatic Colors of #AC6BEF
Black with #AC6BEF
Text Example
Text Example
White with #AC6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6BEF; }
p { color: rgb(172,107,239); }
H1.HeaderClassName
{
color: #AC6BEF;
}
.AnyTagClassName
{
color: #AC6BEF;
}
</style>
background-color css
<style>
a { background-color: #AC6BEF; }
a { background-color: rgb(172,107,239); }
div.DivClassName
{
background-color: #AC6BEF;
}
.BgClassName
{
background-color: #AC6BEF;
}
</style>
border-color css
<style>
span { border-color: #AC6BEF; }
span { border-color: rgb(172,107,239); }
td.TdClassName
{
border-color: #AC6BEF;
}
.TagClassName
{
border-color: #AC6BEF;
}
</style>