Shades of Medium Purple #A67EEC
Tints of Medium Purple #A67EEC
RGB
CMYK
RGB Variations
Color information
#A67EEC (or 0xA67EEC) is known color: Medium Purple. HEX triplet: A6, 7E and EC. RGB value is (166,126,236). Sum of RGB (Red+Green+Blue) = 166+126+236=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #A67EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67EEC is #598113. Grayscale: #969696. Windows color (decimal): -5865748 or 15498918. OLE color: 15498918.
HSL color Cylindrical-coordinate representation of color #A67EEC: hue angle of 261.82º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A67EEC is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 126 | 236 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.07 |
| HSL | 261.82º | 0.74% | 0.71% | - |
| HSV(B) | 261.82º | 0.47% | 0.93% | - |
| XYZ | 38.33 | 29.08 | 82.95 | - |
| YUV | 150.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 236 | 0.30 | 0.47 | 0 | 0.07 | 261.82 | 0.74 | 0.71 |
| Hex | A6 | 7E | EC | 1E | 2F | 0 | 7 | 106 | 4A | 47 |
| Octal | 246 | 176 | 354 | 36 | 57 | 0 | 7 | 406 | 112 | 107 |
| Binary | 10100110 | 1111110 | 11101100 | 11110 | 101111 | 0 | 111 | 100000110 | 1001010 | 1000111 |
Color Harmonies of #A67EEC
Complementary color
Monochromatic Colors of #A67EEC
Black with #A67EEC
Text Example
Text Example
White with #A67EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67EEC; }
p { color: rgb(166,126,236); }
H1.HeaderClassName
{
color: #A67EEC;
}
.AnyTagClassName
{
color: #A67EEC;
}
</style>
background-color css
<style>
a { background-color: #A67EEC; }
a { background-color: rgb(166,126,236); }
div.DivClassName
{
background-color: #A67EEC;
}
.BgClassName
{
background-color: #A67EEC;
}
</style>
border-color css
<style>
span { border-color: #A67EEC; }
span { border-color: rgb(166,126,236); }
td.TdClassName
{
border-color: #A67EEC;
}
.TagClassName
{
border-color: #A67EEC;
}
</style>