Shades of Medium Purple #A464EE
Tints of Medium Purple #A464EE
RGB
CMYK
RGB Variations
Color information
#A464EE (or 0xA464EE) is known color: Medium Purple. HEX triplet: A4, 64 and EE. RGB value is (164,100,238). Sum of RGB (Red+Green+Blue) = 164+100+238=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #A464EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A464EE is #5B9B11. Grayscale: #868686. Windows color (decimal): -6003474 or 15623332. OLE color: 15623332.
HSL color Cylindrical-coordinate representation of color #A464EE: hue angle of 267.83º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A464EE is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 100 | 238 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.07 |
| HSL | 267.83º | 0.8% | 0.66% | - |
| HSV(B) | 267.83º | 0.58% | 0.93% | - |
| XYZ | 35.3 | 23.18 | 83.5 | - |
| YUV | 134.87 | 186.2 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 238 | 0.31 | 0.58 | 0 | 0.07 | 267.83 | 0.8 | 0.66 |
| Hex | A4 | 64 | EE | 1F | 3A | 0 | 7 | 10C | 50 | 42 |
| Octal | 244 | 144 | 356 | 37 | 72 | 0 | 7 | 414 | 120 | 102 |
| Binary | 10100100 | 1100100 | 11101110 | 11111 | 111010 | 0 | 111 | 100001100 | 1010000 | 1000010 |
Color Harmonies of #A464EE
Complementary color
Monochromatic Colors of #A464EE
Black with #A464EE
Text Example
Text Example
White with #A464EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A464EE; }
p { color: rgb(164,100,238); }
H1.HeaderClassName
{
color: #A464EE;
}
.AnyTagClassName
{
color: #A464EE;
}
</style>
background-color css
<style>
a { background-color: #A464EE; }
a { background-color: rgb(164,100,238); }
div.DivClassName
{
background-color: #A464EE;
}
.BgClassName
{
background-color: #A464EE;
}
</style>
border-color css
<style>
span { border-color: #A464EE; }
span { border-color: rgb(164,100,238); }
td.TdClassName
{
border-color: #A464EE;
}
.TagClassName
{
border-color: #A464EE;
}
</style>