Shades of Medium Purple #A67EE7
Tints of Medium Purple #A67EE7
RGB
CMYK
RGB Variations
Color information
#A67EE7 (or 0xA67EE7) is known color: Medium Purple. HEX triplet: A6, 7E and E7. RGB value is (166,126,231). Sum of RGB (Red+Green+Blue) = 166+126+231=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #A67EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67EE7 is #598118. Grayscale: #959595. Windows color (decimal): -5865753 or 15171238. OLE color: 15171238.
HSL color Cylindrical-coordinate representation of color #A67EE7: hue angle of 262.86º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A67EE7 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 126 | 231 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.09 |
| HSL | 262.86º | 0.69% | 0.7% | - |
| HSV(B) | 262.86º | 0.45% | 0.91% | - |
| XYZ | 37.61 | 28.8 | 79.18 | - |
| YUV | 149.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 231 | 0.28 | 0.45 | 0 | 0.09 | 262.86 | 0.69 | 0.7 |
| Hex | A6 | 7E | E7 | 1C | 2D | 0 | 9 | 107 | 45 | 46 |
| Octal | 246 | 176 | 347 | 34 | 55 | 0 | 11 | 407 | 105 | 106 |
| Binary | 10100110 | 1111110 | 11100111 | 11100 | 101101 | 0 | 1001 | 100000111 | 1000101 | 1000110 |
Color Harmonies of #A67EE7
Complementary color
Monochromatic Colors of #A67EE7
Black with #A67EE7
Text Example
Text Example
White with #A67EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67EE7; }
p { color: rgb(166,126,231); }
H1.HeaderClassName
{
color: #A67EE7;
}
.AnyTagClassName
{
color: #A67EE7;
}
</style>
background-color css
<style>
a { background-color: #A67EE7; }
a { background-color: rgb(166,126,231); }
div.DivClassName
{
background-color: #A67EE7;
}
.BgClassName
{
background-color: #A67EE7;
}
</style>
border-color css
<style>
span { border-color: #A67EE7; }
span { border-color: rgb(166,126,231); }
td.TdClassName
{
border-color: #A67EE7;
}
.TagClassName
{
border-color: #A67EE7;
}
</style>