Shades of Medium Purple #A356EF
Tints of Medium Purple #A356EF
RGB
CMYK
RGB Variations
Color information
#A356EF (or 0xA356EF) is known color: Medium Purple. HEX triplet: A3, 56 and EF. RGB value is (163,86,239). Sum of RGB (Red+Green+Blue) = 163+86+239=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #A356EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A356EF is #5CA910. Grayscale: #7D7D7D. Windows color (decimal): -6072593 or 15685283. OLE color: 15685283.
HSL color Cylindrical-coordinate representation of color #A356EF: hue angle of 270.2º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A356EF is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 86 | 239 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.06 |
| HSL | 270.2º | 0.83% | 0.64% | - |
| HSV(B) | 270.2º | 0.64% | 0.94% | - |
| XYZ | 34.01 | 20.67 | 83.86 | - |
| YUV | 126.47 | 191.51 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 239 | 0.32 | 0.64 | 0 | 0.06 | 270.2 | 0.83 | 0.64 |
| Hex | A3 | 56 | EF | 20 | 40 | 0 | 6 | 10E | 53 | 40 |
| Octal | 243 | 126 | 357 | 40 | 100 | 0 | 6 | 416 | 123 | 100 |
| Binary | 10100011 | 1010110 | 11101111 | 100000 | 1000000 | 0 | 110 | 100001110 | 1010011 | 1000000 |
Color Harmonies of #A356EF
Complementary color
Monochromatic Colors of #A356EF
Black with #A356EF
Text Example
Text Example
White with #A356EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356EF; }
p { color: rgb(163,86,239); }
H1.HeaderClassName
{
color: #A356EF;
}
.AnyTagClassName
{
color: #A356EF;
}
</style>
background-color css
<style>
a { background-color: #A356EF; }
a { background-color: rgb(163,86,239); }
div.DivClassName
{
background-color: #A356EF;
}
.BgClassName
{
background-color: #A356EF;
}
</style>
border-color css
<style>
span { border-color: #A356EF; }
span { border-color: rgb(163,86,239); }
td.TdClassName
{
border-color: #A356EF;
}
.TagClassName
{
border-color: #A356EF;
}
</style>