Shades of Medium Purple #A56DEE
Tints of Medium Purple #A56DEE
RGB
CMYK
RGB Variations
Color information
#A56DEE (or 0xA56DEE) is known color: Medium Purple. HEX triplet: A5, 6D and EE. RGB value is (165,109,238). Sum of RGB (Red+Green+Blue) = 165+109+238=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #A56DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56DEE is #5A9211. Grayscale: #8B8B8B. Windows color (decimal): -5935634 or 15625637. OLE color: 15625637.
HSL color Cylindrical-coordinate representation of color #A56DEE: hue angle of 266.05º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A56DEE is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 165 | 109 | 238 | - |
CMYK | 0.31 | 0.54 | 0 | 0.07 |
HSL | 266.05º | 0.79% | 0.68% | - |
HSV(B) | 266.05º | 0.54% | 0.93% | - |
XYZ | 36.42 | 25.11 | 83.82 | - |
YUV | 140.45 | 183.05 | 145.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 165 | 109 | 238 | 0.31 | 0.54 | 0 | 0.07 | 266.05 | 0.79 | 0.68 |
Hex | A5 | 6D | EE | 1F | 36 | 0 | 7 | 10A | 4F | 44 |
Octal | 245 | 155 | 356 | 37 | 66 | 0 | 7 | 412 | 117 | 104 |
Binary | 10100101 | 1101101 | 11101110 | 11111 | 110110 | 0 | 111 | 100001010 | 1001111 | 1000100 |
Color Harmonies of #A56DEE
Complementary color
Monochromatic Colors of #A56DEE
Black with #A56DEE
Text Example
Text Example
White with #A56DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DEE; }
p { color: rgb(165,109,238); }
H1.HeaderClassName
{
color: #A56DEE;
}
.AnyTagClassName
{
color: #A56DEE;
}
</style>
background-color css
<style>
a { background-color: #A56DEE; }
a { background-color: rgb(165,109,238); }
div.DivClassName
{
background-color: #A56DEE;
}
.BgClassName
{
background-color: #A56DEE;
}
</style>
border-color css
<style>
span { border-color: #A56DEE; }
span { border-color: rgb(165,109,238); }
td.TdClassName
{
border-color: #A56DEE;
}
.TagClassName
{
border-color: #A56DEE;
}
</style>