Shades of Medium Purple #A56AED
Tints of Medium Purple #A56AED
RGB
CMYK
RGB Variations
Color information
#A56AED (or 0xA56AED) is known color: Medium Purple. HEX triplet: A5, 6A and ED. RGB value is (165,106,237). Sum of RGB (Red+Green+Blue) = 165+106+237=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #A56AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56AED is #5A9512. Grayscale: #8A8A8A. Windows color (decimal): -5936403 or 15559333. OLE color: 15559333.
HSL color Cylindrical-coordinate representation of color #A56AED: hue angle of 267.02º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A56AED is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 106 | 237 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.07 |
| HSL | 267.02º | 0.78% | 0.67% | - |
| HSV(B) | 267.02º | 0.55% | 0.93% | - |
| XYZ | 35.96 | 24.42 | 82.94 | - |
| YUV | 138.58 | 183.55 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 237 | 0.30 | 0.55 | 0 | 0.07 | 267.02 | 0.78 | 0.67 |
| Hex | A5 | 6A | ED | 1E | 37 | 0 | 7 | 10B | 4E | 43 |
| Octal | 245 | 152 | 355 | 36 | 67 | 0 | 7 | 413 | 116 | 103 |
| Binary | 10100101 | 1101010 | 11101101 | 11110 | 110111 | 0 | 111 | 100001011 | 1001110 | 1000011 |
Color Harmonies of #A56AED
Complementary color
Monochromatic Colors of #A56AED
Black with #A56AED
Text Example
Text Example
White with #A56AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56AED; }
p { color: rgb(165,106,237); }
H1.HeaderClassName
{
color: #A56AED;
}
.AnyTagClassName
{
color: #A56AED;
}
</style>
background-color css
<style>
a { background-color: #A56AED; }
a { background-color: rgb(165,106,237); }
div.DivClassName
{
background-color: #A56AED;
}
.BgClassName
{
background-color: #A56AED;
}
</style>
border-color css
<style>
span { border-color: #A56AED; }
span { border-color: rgb(165,106,237); }
td.TdClassName
{
border-color: #A56AED;
}
.TagClassName
{
border-color: #A56AED;
}
</style>