Shades of Medium Purple #A065EF
Tints of Medium Purple #A065EF
RGB
CMYK
RGB Variations
Color information
#A065EF (or 0xA065EF) is known color: Medium Purple. HEX triplet: A0, 65 and EF. RGB value is (160,101,239). Sum of RGB (Red+Green+Blue) = 160+101+239=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #A065EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065EF is #5F9A10. Grayscale: #858585. Windows color (decimal): -6265361 or 15689120. OLE color: 15689120.
HSL color Cylindrical-coordinate representation of color #A065EF: hue angle of 265.65º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A065EF is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 101 | 239 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.06 |
| HSL | 265.65º | 0.81% | 0.67% | - |
| HSV(B) | 265.65º | 0.58% | 0.94% | - |
| XYZ | 34.73 | 23.01 | 84.27 | - |
| YUV | 134.37 | 187.05 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 239 | 0.33 | 0.58 | 0 | 0.06 | 265.65 | 0.81 | 0.67 |
| Hex | A0 | 65 | EF | 21 | 3A | 0 | 6 | 10A | 51 | 43 |
| Octal | 240 | 145 | 357 | 41 | 72 | 0 | 6 | 412 | 121 | 103 |
| Binary | 10100000 | 1100101 | 11101111 | 100001 | 111010 | 0 | 110 | 100001010 | 1010001 | 1000011 |
Color Harmonies of #A065EF
Complementary color
Monochromatic Colors of #A065EF
Black with #A065EF
Text Example
Text Example
White with #A065EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065EF; }
p { color: rgb(160,101,239); }
H1.HeaderClassName
{
color: #A065EF;
}
.AnyTagClassName
{
color: #A065EF;
}
</style>
background-color css
<style>
a { background-color: #A065EF; }
a { background-color: rgb(160,101,239); }
div.DivClassName
{
background-color: #A065EF;
}
.BgClassName
{
background-color: #A065EF;
}
</style>
border-color css
<style>
span { border-color: #A065EF; }
span { border-color: rgb(160,101,239); }
td.TdClassName
{
border-color: #A065EF;
}
.TagClassName
{
border-color: #A065EF;
}
</style>