Shades of Medium Purple #A366EC
Tints of Medium Purple #A366EC
RGB
CMYK
RGB Variations
Color information
#A366EC (or 0xA366EC) is known color: Medium Purple. HEX triplet: A3, 66 and EC. RGB value is (163,102,236). Sum of RGB (Red+Green+Blue) = 163+102+236=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #A366EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A366EC is #5C9913. Grayscale: #878787. Windows color (decimal): -6068500 or 15492771. OLE color: 15492771.
HSL color Cylindrical-coordinate representation of color #A366EC: hue angle of 267.31º 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 #A366EC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 102 | 236 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.07 |
| HSL | 267.31º | 0.78% | 0.66% | - |
| HSV(B) | 267.31º | 0.57% | 0.93% | - |
| XYZ | 35 | 23.35 | 82.02 | - |
| YUV | 135.52 | 184.71 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 236 | 0.31 | 0.57 | 0 | 0.07 | 267.31 | 0.78 | 0.66 |
| Hex | A3 | 66 | EC | 1F | 39 | 0 | 7 | 10B | 4E | 42 |
| Octal | 243 | 146 | 354 | 37 | 71 | 0 | 7 | 413 | 116 | 102 |
| Binary | 10100011 | 1100110 | 11101100 | 11111 | 111001 | 0 | 111 | 100001011 | 1001110 | 1000010 |
Color Harmonies of #A366EC
Complementary color
Monochromatic Colors of #A366EC
Black with #A366EC
Text Example
Text Example
White with #A366EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366EC; }
p { color: rgb(163,102,236); }
H1.HeaderClassName
{
color: #A366EC;
}
.AnyTagClassName
{
color: #A366EC;
}
</style>
background-color css
<style>
a { background-color: #A366EC; }
a { background-color: rgb(163,102,236); }
div.DivClassName
{
background-color: #A366EC;
}
.BgClassName
{
background-color: #A366EC;
}
</style>
border-color css
<style>
span { border-color: #A366EC; }
span { border-color: rgb(163,102,236); }
td.TdClassName
{
border-color: #A366EC;
}
.TagClassName
{
border-color: #A366EC;
}
</style>