Shades of Medium Purple #A265EF
Tints of Medium Purple #A265EF
RGB
CMYK
RGB Variations
Color information
#A265EF (or 0xA265EF) is known color: Medium Purple. HEX triplet: A2, 65 and EF. RGB value is (162,101,239). Sum of RGB (Red+Green+Blue) = 162+101+239=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #A265EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A265EF is #5D9A10. Grayscale: #868686. Windows color (decimal): -6134289 or 15689122. OLE color: 15689122.
HSL color Cylindrical-coordinate representation of color #A265EF: hue angle of 266.52º 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 #A265EF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 101 | 239 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.06 |
| HSL | 266.52º | 0.81% | 0.67% | - |
| HSV(B) | 266.52º | 0.58% | 0.94% | - |
| XYZ | 35.13 | 23.22 | 84.29 | - |
| YUV | 134.97 | 186.71 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 239 | 0.32 | 0.58 | 0 | 0.06 | 266.52 | 0.81 | 0.67 |
| Hex | A2 | 65 | EF | 20 | 3A | 0 | 6 | 10B | 51 | 43 |
| Octal | 242 | 145 | 357 | 40 | 72 | 0 | 6 | 413 | 121 | 103 |
| Binary | 10100010 | 1100101 | 11101111 | 100000 | 111010 | 0 | 110 | 100001011 | 1010001 | 1000011 |
Color Harmonies of #A265EF
Complementary color
Monochromatic Colors of #A265EF
Black with #A265EF
Text Example
Text Example
White with #A265EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265EF; }
p { color: rgb(162,101,239); }
H1.HeaderClassName
{
color: #A265EF;
}
.AnyTagClassName
{
color: #A265EF;
}
</style>
background-color css
<style>
a { background-color: #A265EF; }
a { background-color: rgb(162,101,239); }
div.DivClassName
{
background-color: #A265EF;
}
.BgClassName
{
background-color: #A265EF;
}
</style>
border-color css
<style>
span { border-color: #A265EF; }
span { border-color: rgb(162,101,239); }
td.TdClassName
{
border-color: #A265EF;
}
.TagClassName
{
border-color: #A265EF;
}
</style>