Shades of Medium Purple #A264E5
Tints of Medium Purple #A264E5
RGB
CMYK
RGB Variations
Color information
#A264E5 (or 0xA264E5) is known color: Medium Purple. HEX triplet: A2, 64 and E5. RGB value is (162,100,229). Sum of RGB (Red+Green+Blue) = 162+100+229=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #A264E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264E5 is #5D9B1A. Grayscale: #848484. Windows color (decimal): -6134555 or 15033506. OLE color: 15033506.
HSL color Cylindrical-coordinate representation of color #A264E5: hue angle of 268.84º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A264E5 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 100 | 229 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.10 |
| HSL | 268.84º | 0.71% | 0.65% | - |
| HSV(B) | 268.84º | 0.56% | 0.9% | - |
| XYZ | 33.6 | 22.45 | 76.69 | - |
| YUV | 133.24 | 182.04 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 100 | 229 | 0.29 | 0.56 | 0 | 0.10 | 268.84 | 0.71 | 0.65 |
| Hex | A2 | 64 | E5 | 1D | 38 | 0 | A | 10D | 47 | 41 |
| Octal | 242 | 144 | 345 | 35 | 70 | 0 | 12 | 415 | 107 | 101 |
| Binary | 10100010 | 1100100 | 11100101 | 11101 | 111000 | 0 | 1010 | 100001101 | 1000111 | 1000001 |
Color Harmonies of #A264E5
Complementary color
Monochromatic Colors of #A264E5
Black with #A264E5
Text Example
Text Example
White with #A264E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A264E5; }
p { color: rgb(162,100,229); }
H1.HeaderClassName
{
color: #A264E5;
}
.AnyTagClassName
{
color: #A264E5;
}
</style>
background-color css
<style>
a { background-color: #A264E5; }
a { background-color: rgb(162,100,229); }
div.DivClassName
{
background-color: #A264E5;
}
.BgClassName
{
background-color: #A264E5;
}
</style>
border-color css
<style>
span { border-color: #A264E5; }
span { border-color: rgb(162,100,229); }
td.TdClassName
{
border-color: #A264E5;
}
.TagClassName
{
border-color: #A264E5;
}
</style>