Shades of Medium Purple #A256EE
Tints of Medium Purple #A256EE
RGB
CMYK
RGB Variations
Color information
#A256EE (or 0xA256EE) is known color: Medium Purple. HEX triplet: A2, 56 and EE. RGB value is (162,86,238). Sum of RGB (Red+Green+Blue) = 162+86+238=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #A256EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A256EE is #5DA911. Grayscale: #7D7D7D. Windows color (decimal): -6138130 or 15619746. OLE color: 15619746.
HSL color Cylindrical-coordinate representation of color #A256EE: hue angle of 270º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A256EE is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 86 | 238 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.07 |
| HSL | 270º | 0.82% | 0.64% | - |
| HSV(B) | 270º | 0.64% | 0.93% | - |
| XYZ | 33.66 | 20.51 | 83.07 | - |
| YUV | 126.05 | 191.18 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 238 | 0.32 | 0.64 | 0 | 0.07 | 270 | 0.82 | 0.64 |
| Hex | A2 | 56 | EE | 20 | 40 | 0 | 7 | 10E | 52 | 40 |
| Octal | 242 | 126 | 356 | 40 | 100 | 0 | 7 | 416 | 122 | 100 |
| Binary | 10100010 | 1010110 | 11101110 | 100000 | 1000000 | 0 | 111 | 100001110 | 1010010 | 1000000 |
Color Harmonies of #A256EE
Complementary color
Monochromatic Colors of #A256EE
Black with #A256EE
Text Example
Text Example
White with #A256EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256EE; }
p { color: rgb(162,86,238); }
H1.HeaderClassName
{
color: #A256EE;
}
.AnyTagClassName
{
color: #A256EE;
}
</style>
background-color css
<style>
a { background-color: #A256EE; }
a { background-color: rgb(162,86,238); }
div.DivClassName
{
background-color: #A256EE;
}
.BgClassName
{
background-color: #A256EE;
}
</style>
border-color css
<style>
span { border-color: #A256EE; }
span { border-color: rgb(162,86,238); }
td.TdClassName
{
border-color: #A256EE;
}
.TagClassName
{
border-color: #A256EE;
}
</style>