Shades of Medium Purple #A463EB
Tints of Medium Purple #A463EB
RGB
CMYK
RGB Variations
Color information
#A463EB (or 0xA463EB) is known color: Medium Purple. HEX triplet: A4, 63 and EB. RGB value is (164,99,235). Sum of RGB (Red+Green+Blue) = 164+99+235=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #A463EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463EB is #5B9C14. Grayscale: #858585. Windows color (decimal): -6003733 or 15426468. OLE color: 15426468.
HSL color Cylindrical-coordinate representation of color #A463EB: hue angle of 268.68º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A463EB is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 99 | 235 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.08 |
| HSL | 268.68º | 0.77% | 0.65% | - |
| HSV(B) | 268.68º | 0.58% | 0.92% | - |
| XYZ | 34.77 | 22.81 | 81.17 | - |
| YUV | 133.94 | 185.03 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 235 | 0.30 | 0.58 | 0 | 0.08 | 268.68 | 0.77 | 0.65 |
| Hex | A4 | 63 | EB | 1E | 3A | 0 | 8 | 10D | 4D | 41 |
| Octal | 244 | 143 | 353 | 36 | 72 | 0 | 10 | 415 | 115 | 101 |
| Binary | 10100100 | 1100011 | 11101011 | 11110 | 111010 | 0 | 1000 | 100001101 | 1001101 | 1000001 |
Color Harmonies of #A463EB
Complementary color
Monochromatic Colors of #A463EB
Black with #A463EB
Text Example
Text Example
White with #A463EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A463EB; }
p { color: rgb(164,99,235); }
H1.HeaderClassName
{
color: #A463EB;
}
.AnyTagClassName
{
color: #A463EB;
}
</style>
background-color css
<style>
a { background-color: #A463EB; }
a { background-color: rgb(164,99,235); }
div.DivClassName
{
background-color: #A463EB;
}
.BgClassName
{
background-color: #A463EB;
}
</style>
border-color css
<style>
span { border-color: #A463EB; }
span { border-color: rgb(164,99,235); }
td.TdClassName
{
border-color: #A463EB;
}
.TagClassName
{
border-color: #A463EB;
}
</style>