Shades of Medium Purple #A667EC
Tints of Medium Purple #A667EC
RGB
CMYK
RGB Variations
Color information
#A667EC (or 0xA667EC) is known color: Medium Purple. HEX triplet: A6, 67 and EC. RGB value is (166,103,236). Sum of RGB (Red+Green+Blue) = 166+103+236=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #A667EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A667EC is #599813. Grayscale: #888888. Windows color (decimal): -5871636 or 15493030. OLE color: 15493030.
HSL color Cylindrical-coordinate representation of color #A667EC: hue angle of 268.42º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A667EC is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 103 | 236 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.07 |
| HSL | 268.42º | 0.78% | 0.66% | - |
| HSV(B) | 268.42º | 0.56% | 0.93% | - |
| XYZ | 35.72 | 23.86 | 82.08 | - |
| YUV | 137 | 183.87 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 236 | 0.30 | 0.56 | 0 | 0.07 | 268.42 | 0.78 | 0.66 |
| Hex | A6 | 67 | EC | 1E | 38 | 0 | 7 | 10C | 4E | 42 |
| Octal | 246 | 147 | 354 | 36 | 70 | 0 | 7 | 414 | 116 | 102 |
| Binary | 10100110 | 1100111 | 11101100 | 11110 | 111000 | 0 | 111 | 100001100 | 1001110 | 1000010 |
Color Harmonies of #A667EC
Complementary color
Monochromatic Colors of #A667EC
Black with #A667EC
Text Example
Text Example
White with #A667EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667EC; }
p { color: rgb(166,103,236); }
H1.HeaderClassName
{
color: #A667EC;
}
.AnyTagClassName
{
color: #A667EC;
}
</style>
background-color css
<style>
a { background-color: #A667EC; }
a { background-color: rgb(166,103,236); }
div.DivClassName
{
background-color: #A667EC;
}
.BgClassName
{
background-color: #A667EC;
}
</style>
border-color css
<style>
span { border-color: #A667EC; }
span { border-color: rgb(166,103,236); }
td.TdClassName
{
border-color: #A667EC;
}
.TagClassName
{
border-color: #A667EC;
}
</style>