Shades of Medium Purple #A463EC
Tints of Medium Purple #A463EC
RGB
CMYK
RGB Variations
Color information
#A463EC (or 0xA463EC) is known color: Medium Purple. HEX triplet: A4, 63 and EC. RGB value is (164,99,236). Sum of RGB (Red+Green+Blue) = 164+99+236=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #A463EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463EC is #5B9C13. Grayscale: #858585. Windows color (decimal): -6003732 or 15492004. OLE color: 15492004.
HSL color Cylindrical-coordinate representation of color #A463EC: hue angle of 268.47º degrees, saturation: 0.78, 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 #A463EC is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 99 | 236 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.07 |
| HSL | 268.47º | 0.78% | 0.66% | - |
| HSV(B) | 268.47º | 0.58% | 0.93% | - |
| XYZ | 34.91 | 22.87 | 81.93 | - |
| YUV | 134.05 | 185.53 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 236 | 0.31 | 0.58 | 0 | 0.07 | 268.47 | 0.78 | 0.66 |
| Hex | A4 | 63 | EC | 1F | 3A | 0 | 7 | 10C | 4E | 42 |
| Octal | 244 | 143 | 354 | 37 | 72 | 0 | 7 | 414 | 116 | 102 |
| Binary | 10100100 | 1100011 | 11101100 | 11111 | 111010 | 0 | 111 | 100001100 | 1001110 | 1000010 |
Color Harmonies of #A463EC
Complementary color
Monochromatic Colors of #A463EC
Black with #A463EC
Text Example
Text Example
White with #A463EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A463EC; }
p { color: rgb(164,99,236); }
H1.HeaderClassName
{
color: #A463EC;
}
.AnyTagClassName
{
color: #A463EC;
}
</style>
background-color css
<style>
a { background-color: #A463EC; }
a { background-color: rgb(164,99,236); }
div.DivClassName
{
background-color: #A463EC;
}
.BgClassName
{
background-color: #A463EC;
}
</style>
border-color css
<style>
span { border-color: #A463EC; }
span { border-color: rgb(164,99,236); }
td.TdClassName
{
border-color: #A463EC;
}
.TagClassName
{
border-color: #A463EC;
}
</style>