Shades of Medium Purple #A463FE
Tints of Medium Purple #A463FE
RGB
CMYK
RGB Variations
Color information
#A463FE (or 0xA463FE) is known color: Medium Purple. HEX triplet: A4, 63 and FE. RGB value is (164,99,254). Sum of RGB (Red+Green+Blue) = 164+99+254=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #A463FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463FE is #5B9C01. Grayscale: #878787. Windows color (decimal): -6003714 or 16671652. OLE color: 16671652.
HSL color Cylindrical-coordinate representation of color #A463FE: hue angle of 265.16º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A463FE is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 99 | 254 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.00 |
| HSL | 265.16º | 0.99% | 0.69% | - |
| HSV(B) | 265.16º | 0.61% | 1% | - |
| XYZ | 37.66 | 23.97 | 96.41 | - |
| YUV | 136.11 | 194.53 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 254 | 0.35 | 0.61 | 0 | 0.00 | 265.16 | 0.99 | 0.69 |
| Hex | A4 | 63 | FE | 23 | 3D | 0 | 0 | 109 | 63 | 45 |
| Octal | 244 | 143 | 376 | 43 | 75 | 0 | 0 | 411 | 143 | 105 |
| Binary | 10100100 | 1100011 | 11111110 | 100011 | 111101 | 0 | 0 | 100001001 | 1100011 | 1000101 |
Color Harmonies of #A463FE
Complementary color
Monochromatic Colors of #A463FE
Black with #A463FE
Text Example
Text Example
White with #A463FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A463FE; }
p { color: rgb(164,99,254); }
H1.HeaderClassName
{
color: #A463FE;
}
.AnyTagClassName
{
color: #A463FE;
}
</style>
background-color css
<style>
a { background-color: #A463FE; }
a { background-color: rgb(164,99,254); }
div.DivClassName
{
background-color: #A463FE;
}
.BgClassName
{
background-color: #A463FE;
}
</style>
border-color css
<style>
span { border-color: #A463FE; }
span { border-color: rgb(164,99,254); }
td.TdClassName
{
border-color: #A463FE;
}
.TagClassName
{
border-color: #A463FE;
}
</style>