Shades of Medium Purple #A263FC
Tints of Medium Purple #A263FC
RGB
CMYK
RGB Variations
Color information
#A263FC (or 0xA263FC) is known color: Medium Purple. HEX triplet: A2, 63 and FC. RGB value is (162,99,252). Sum of RGB (Red+Green+Blue) = 162+99+252=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #A263FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A263FC is #5D9C03. Grayscale: #868686. Windows color (decimal): -6134788 or 16540578. OLE color: 16540578.
HSL color Cylindrical-coordinate representation of color #A263FC: hue angle of 264.71º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A263FC is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 99 | 252 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.01 |
| HSL | 264.71º | 0.96% | 0.69% | - |
| HSV(B) | 264.71º | 0.61% | 0.99% | - |
| XYZ | 36.93 | 23.63 | 94.71 | - |
| YUV | 135.28 | 193.87 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 252 | 0.36 | 0.61 | 0 | 0.01 | 264.71 | 0.96 | 0.69 |
| Hex | A2 | 63 | FC | 24 | 3D | 0 | 1 | 109 | 60 | 45 |
| Octal | 242 | 143 | 374 | 44 | 75 | 0 | 1 | 411 | 140 | 105 |
| Binary | 10100010 | 1100011 | 11111100 | 100100 | 111101 | 0 | 1 | 100001001 | 1100000 | 1000101 |
Color Harmonies of #A263FC
Complementary color
Monochromatic Colors of #A263FC
Black with #A263FC
Text Example
Text Example
White with #A263FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263FC; }
p { color: rgb(162,99,252); }
H1.HeaderClassName
{
color: #A263FC;
}
.AnyTagClassName
{
color: #A263FC;
}
</style>
background-color css
<style>
a { background-color: #A263FC; }
a { background-color: rgb(162,99,252); }
div.DivClassName
{
background-color: #A263FC;
}
.BgClassName
{
background-color: #A263FC;
}
</style>
border-color css
<style>
span { border-color: #A263FC; }
span { border-color: rgb(162,99,252); }
td.TdClassName
{
border-color: #A263FC;
}
.TagClassName
{
border-color: #A263FC;
}
</style>