Shades of Medium Purple #A466EC
Tints of Medium Purple #A466EC
RGB
CMYK
RGB Variations
Color information
#A466EC (or 0xA466EC) is known color: Medium Purple. HEX triplet: A4, 66 and EC. RGB value is (164,102,236). Sum of RGB (Red+Green+Blue) = 164+102+236=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #A466EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A466EC is #5B9913. Grayscale: #878787. Windows color (decimal): -6002964 or 15492772. OLE color: 15492772.
HSL color Cylindrical-coordinate representation of color #A466EC: hue angle of 267.76º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A466EC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 102 | 236 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.07 |
| HSL | 267.76º | 0.78% | 0.66% | - |
| HSV(B) | 267.76º | 0.57% | 0.93% | - |
| XYZ | 35.2 | 23.45 | 82.03 | - |
| YUV | 135.81 | 184.54 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 236 | 0.31 | 0.57 | 0 | 0.07 | 267.76 | 0.78 | 0.66 |
| Hex | A4 | 66 | EC | 1F | 39 | 0 | 7 | 10C | 4E | 42 |
| Octal | 244 | 146 | 354 | 37 | 71 | 0 | 7 | 414 | 116 | 102 |
| Binary | 10100100 | 1100110 | 11101100 | 11111 | 111001 | 0 | 111 | 100001100 | 1001110 | 1000010 |
Color Harmonies of #A466EC
Complementary color
Monochromatic Colors of #A466EC
Black with #A466EC
Text Example
Text Example
White with #A466EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A466EC; }
p { color: rgb(164,102,236); }
H1.HeaderClassName
{
color: #A466EC;
}
.AnyTagClassName
{
color: #A466EC;
}
</style>
background-color css
<style>
a { background-color: #A466EC; }
a { background-color: rgb(164,102,236); }
div.DivClassName
{
background-color: #A466EC;
}
.BgClassName
{
background-color: #A466EC;
}
</style>
border-color css
<style>
span { border-color: #A466EC; }
span { border-color: rgb(164,102,236); }
td.TdClassName
{
border-color: #A466EC;
}
.TagClassName
{
border-color: #A466EC;
}
</style>