Shades of Medium Purple #A565EC
Tints of Medium Purple #A565EC
RGB
CMYK
RGB Variations
Color information
#A565EC (or 0xA565EC) is known color: Medium Purple. HEX triplet: A5, 65 and EC. RGB value is (165,101,236). Sum of RGB (Red+Green+Blue) = 165+101+236=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #A565EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A565EC is #5A9A13. Grayscale: #878787. Windows color (decimal): -5937684 or 15492517. OLE color: 15492517.
HSL color Cylindrical-coordinate representation of color #A565EC: hue angle of 268.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A565EC is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 101 | 236 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.07 |
| HSL | 268.44º | 0.78% | 0.66% | - |
| HSV(B) | 268.44º | 0.57% | 0.93% | - |
| XYZ | 35.31 | 23.36 | 82.01 | - |
| YUV | 135.53 | 184.7 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 236 | 0.30 | 0.57 | 0 | 0.07 | 268.44 | 0.78 | 0.66 |
| Hex | A5 | 65 | EC | 1E | 39 | 0 | 7 | 10C | 4E | 42 |
| Octal | 245 | 145 | 354 | 36 | 71 | 0 | 7 | 414 | 116 | 102 |
| Binary | 10100101 | 1100101 | 11101100 | 11110 | 111001 | 0 | 111 | 100001100 | 1001110 | 1000010 |
Color Harmonies of #A565EC
Complementary color
Monochromatic Colors of #A565EC
Black with #A565EC
Text Example
Text Example
White with #A565EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565EC; }
p { color: rgb(165,101,236); }
H1.HeaderClassName
{
color: #A565EC;
}
.AnyTagClassName
{
color: #A565EC;
}
</style>
background-color css
<style>
a { background-color: #A565EC; }
a { background-color: rgb(165,101,236); }
div.DivClassName
{
background-color: #A565EC;
}
.BgClassName
{
background-color: #A565EC;
}
</style>
border-color css
<style>
span { border-color: #A565EC; }
span { border-color: rgb(165,101,236); }
td.TdClassName
{
border-color: #A565EC;
}
.TagClassName
{
border-color: #A565EC;
}
</style>