Shades of Medium Purple #A67EEE
Tints of Medium Purple #A67EEE
RGB
CMYK
RGB Variations
Color information
#A67EEE (or 0xA67EEE) is known color: Medium Purple. HEX triplet: A6, 7E and EE. RGB value is (166,126,238). Sum of RGB (Red+Green+Blue) = 166+126+238=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #A67EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67EEE is #598111. Grayscale: #969696. Windows color (decimal): -5865746 or 15629990. OLE color: 15629990.
HSL color Cylindrical-coordinate representation of color #A67EEE: hue angle of 261.43º degrees, saturation: 0.77, 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 #A67EEE is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 126 | 238 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.07 |
| HSL | 261.43º | 0.77% | 0.71% | - |
| HSV(B) | 261.43º | 0.47% | 0.93% | - |
| XYZ | 38.62 | 29.2 | 84.49 | - |
| YUV | 150.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 238 | 0.30 | 0.47 | 0 | 0.07 | 261.43 | 0.77 | 0.71 |
| Hex | A6 | 7E | EE | 1E | 2F | 0 | 7 | 105 | 4D | 47 |
| Octal | 246 | 176 | 356 | 36 | 57 | 0 | 7 | 405 | 115 | 107 |
| Binary | 10100110 | 1111110 | 11101110 | 11110 | 101111 | 0 | 111 | 100000101 | 1001101 | 1000111 |
Color Harmonies of #A67EEE
Complementary color
Monochromatic Colors of #A67EEE
Black with #A67EEE
Text Example
Text Example
White with #A67EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67EEE; }
p { color: rgb(166,126,238); }
H1.HeaderClassName
{
color: #A67EEE;
}
.AnyTagClassName
{
color: #A67EEE;
}
</style>
background-color css
<style>
a { background-color: #A67EEE; }
a { background-color: rgb(166,126,238); }
div.DivClassName
{
background-color: #A67EEE;
}
.BgClassName
{
background-color: #A67EEE;
}
</style>
border-color css
<style>
span { border-color: #A67EEE; }
span { border-color: rgb(166,126,238); }
td.TdClassName
{
border-color: #A67EEE;
}
.TagClassName
{
border-color: #A67EEE;
}
</style>