Shades of Medium Purple #A256EF
Tints of Medium Purple #A256EF
RGB
CMYK
RGB Variations
Color information
#A256EF (or 0xA256EF) is known color: Medium Purple. HEX triplet: A2, 56 and EF. RGB value is (162,86,239). Sum of RGB (Red+Green+Blue) = 162+86+239=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #A256EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A256EF is #5DA910. Grayscale: #7D7D7D. Windows color (decimal): -6138129 or 15685282. OLE color: 15685282.
HSL color Cylindrical-coordinate representation of color #A256EF: hue angle of 269.8º 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 #A256EF is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 86 | 239 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.06 |
| HSL | 269.8º | 0.83% | 0.64% | - |
| HSV(B) | 269.8º | 0.64% | 0.94% | - |
| XYZ | 33.81 | 20.57 | 83.85 | - |
| YUV | 126.17 | 191.68 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 239 | 0.32 | 0.64 | 0 | 0.06 | 269.8 | 0.83 | 0.64 |
| Hex | A2 | 56 | EF | 20 | 40 | 0 | 6 | 10E | 53 | 40 |
| Octal | 242 | 126 | 357 | 40 | 100 | 0 | 6 | 416 | 123 | 100 |
| Binary | 10100010 | 1010110 | 11101111 | 100000 | 1000000 | 0 | 110 | 100001110 | 1010011 | 1000000 |
Color Harmonies of #A256EF
Complementary color
Monochromatic Colors of #A256EF
Black with #A256EF
Text Example
Text Example
White with #A256EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256EF; }
p { color: rgb(162,86,239); }
H1.HeaderClassName
{
color: #A256EF;
}
.AnyTagClassName
{
color: #A256EF;
}
</style>
background-color css
<style>
a { background-color: #A256EF; }
a { background-color: rgb(162,86,239); }
div.DivClassName
{
background-color: #A256EF;
}
.BgClassName
{
background-color: #A256EF;
}
</style>
border-color css
<style>
span { border-color: #A256EF; }
span { border-color: rgb(162,86,239); }
td.TdClassName
{
border-color: #A256EF;
}
.TagClassName
{
border-color: #A256EF;
}
</style>