Shades of Medium Purple #A065EC
Tints of Medium Purple #A065EC
RGB
CMYK
RGB Variations
Color information
#A065EC (or 0xA065EC) is known color: Medium Purple. HEX triplet: A0, 65 and EC. RGB value is (160,101,236). Sum of RGB (Red+Green+Blue) = 160+101+236=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #A065EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065EC is #5F9A13. Grayscale: #858585. Windows color (decimal): -6265364 or 15492512. OLE color: 15492512.
HSL color Cylindrical-coordinate representation of color #A065EC: hue angle of 266.22º 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 #A065EC is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 101 | 236 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.07 |
| HSL | 266.22º | 0.78% | 0.66% | - |
| HSV(B) | 266.22º | 0.57% | 0.93% | - |
| XYZ | 34.29 | 22.84 | 81.96 | - |
| YUV | 134.03 | 185.55 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 236 | 0.32 | 0.57 | 0 | 0.07 | 266.22 | 0.78 | 0.66 |
| Hex | A0 | 65 | EC | 20 | 39 | 0 | 7 | 10A | 4E | 42 |
| Octal | 240 | 145 | 354 | 40 | 71 | 0 | 7 | 412 | 116 | 102 |
| Binary | 10100000 | 1100101 | 11101100 | 100000 | 111001 | 0 | 111 | 100001010 | 1001110 | 1000010 |
Color Harmonies of #A065EC
Complementary color
Monochromatic Colors of #A065EC
Black with #A065EC
Text Example
Text Example
White with #A065EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065EC; }
p { color: rgb(160,101,236); }
H1.HeaderClassName
{
color: #A065EC;
}
.AnyTagClassName
{
color: #A065EC;
}
</style>
background-color css
<style>
a { background-color: #A065EC; }
a { background-color: rgb(160,101,236); }
div.DivClassName
{
background-color: #A065EC;
}
.BgClassName
{
background-color: #A065EC;
}
</style>
border-color css
<style>
span { border-color: #A065EC; }
span { border-color: rgb(160,101,236); }
td.TdClassName
{
border-color: #A065EC;
}
.TagClassName
{
border-color: #A065EC;
}
</style>