Shades of Medium Purple #A67FEC
Tints of Medium Purple #A67FEC
RGB
CMYK
RGB Variations
Color information
#A67FEC (or 0xA67FEC) is known color: Medium Purple. HEX triplet: A6, 7F and EC. RGB value is (166,127,236). Sum of RGB (Red+Green+Blue) = 166+127+236=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #A67FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FEC is #598013. Grayscale: #969696. Windows color (decimal): -5865492 or 15499174. OLE color: 15499174.
HSL color Cylindrical-coordinate representation of color #A67FEC: hue angle of 261.47º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A67FEC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 127 | 236 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.07 |
| HSL | 261.47º | 0.74% | 0.71% | - |
| HSV(B) | 261.47º | 0.46% | 0.93% | - |
| XYZ | 38.46 | 29.34 | 82.99 | - |
| YUV | 151.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 236 | 0.30 | 0.46 | 0 | 0.07 | 261.47 | 0.74 | 0.71 |
| Hex | A6 | 7F | EC | 1E | 2E | 0 | 7 | 105 | 4A | 47 |
| Octal | 246 | 177 | 354 | 36 | 56 | 0 | 7 | 405 | 112 | 107 |
| Binary | 10100110 | 1111111 | 11101100 | 11110 | 101110 | 0 | 111 | 100000101 | 1001010 | 1000111 |
Color Harmonies of #A67FEC
Complementary color
Monochromatic Colors of #A67FEC
Black with #A67FEC
Text Example
Text Example
White with #A67FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67FEC; }
p { color: rgb(166,127,236); }
H1.HeaderClassName
{
color: #A67FEC;
}
.AnyTagClassName
{
color: #A67FEC;
}
</style>
background-color css
<style>
a { background-color: #A67FEC; }
a { background-color: rgb(166,127,236); }
div.DivClassName
{
background-color: #A67FEC;
}
.BgClassName
{
background-color: #A67FEC;
}
</style>
border-color css
<style>
span { border-color: #A67FEC; }
span { border-color: rgb(166,127,236); }
td.TdClassName
{
border-color: #A67FEC;
}
.TagClassName
{
border-color: #A67FEC;
}
</style>