Shades of Medium Purple #A465EC
Tints of Medium Purple #A465EC
RGB
CMYK
RGB Variations
Color information
#A465EC (or 0xA465EC) is known color: Medium Purple. HEX triplet: A4, 65 and EC. RGB value is (164,101,236). Sum of RGB (Red+Green+Blue) = 164+101+236=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #A465EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A465EC is #5B9A13. Grayscale: #868686. Windows color (decimal): -6003220 or 15492516. OLE color: 15492516.
HSL color Cylindrical-coordinate representation of color #A465EC: hue angle of 268º 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 #A465EC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 101 | 236 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.07 |
| HSL | 268º | 0.78% | 0.66% | - |
| HSV(B) | 268º | 0.57% | 0.93% | - |
| XYZ | 35.1 | 23.26 | 82 | - |
| YUV | 135.23 | 184.87 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 236 | 0.31 | 0.57 | 0 | 0.07 | 268 | 0.78 | 0.66 |
| Hex | A4 | 65 | EC | 1F | 39 | 0 | 7 | 10C | 4E | 42 |
| Octal | 244 | 145 | 354 | 37 | 71 | 0 | 7 | 414 | 116 | 102 |
| Binary | 10100100 | 1100101 | 11101100 | 11111 | 111001 | 0 | 111 | 100001100 | 1001110 | 1000010 |
Color Harmonies of #A465EC
Complementary color
Monochromatic Colors of #A465EC
Black with #A465EC
Text Example
Text Example
White with #A465EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465EC; }
p { color: rgb(164,101,236); }
H1.HeaderClassName
{
color: #A465EC;
}
.AnyTagClassName
{
color: #A465EC;
}
</style>
background-color css
<style>
a { background-color: #A465EC; }
a { background-color: rgb(164,101,236); }
div.DivClassName
{
background-color: #A465EC;
}
.BgClassName
{
background-color: #A465EC;
}
</style>
border-color css
<style>
span { border-color: #A465EC; }
span { border-color: rgb(164,101,236); }
td.TdClassName
{
border-color: #A465EC;
}
.TagClassName
{
border-color: #A465EC;
}
</style>