Shades of Medium Purple #A263EC
Tints of Medium Purple #A263EC
RGB
CMYK
RGB Variations
Color information
#A263EC (or 0xA263EC) is known color: Medium Purple. HEX triplet: A2, 63 and EC. RGB value is (162,99,236). Sum of RGB (Red+Green+Blue) = 162+99+236=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #A263EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A263EC is #5D9C13. Grayscale: #848484. Windows color (decimal): -6134804 or 15492002. OLE color: 15492002.
HSL color Cylindrical-coordinate representation of color #A263EC: hue angle of 267.59º 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 #A263EC is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 99 | 236 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.07 |
| HSL | 267.59º | 0.78% | 0.66% | - |
| HSV(B) | 267.59º | 0.58% | 0.93% | - |
| XYZ | 34.5 | 22.66 | 81.91 | - |
| YUV | 133.46 | 185.87 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 236 | 0.31 | 0.58 | 0 | 0.07 | 267.59 | 0.78 | 0.66 |
| Hex | A2 | 63 | EC | 1F | 3A | 0 | 7 | 10C | 4E | 42 |
| Octal | 242 | 143 | 354 | 37 | 72 | 0 | 7 | 414 | 116 | 102 |
| Binary | 10100010 | 1100011 | 11101100 | 11111 | 111010 | 0 | 111 | 100001100 | 1001110 | 1000010 |
Color Harmonies of #A263EC
Complementary color
Monochromatic Colors of #A263EC
Black with #A263EC
Text Example
Text Example
White with #A263EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263EC; }
p { color: rgb(162,99,236); }
H1.HeaderClassName
{
color: #A263EC;
}
.AnyTagClassName
{
color: #A263EC;
}
</style>
background-color css
<style>
a { background-color: #A263EC; }
a { background-color: rgb(162,99,236); }
div.DivClassName
{
background-color: #A263EC;
}
.BgClassName
{
background-color: #A263EC;
}
</style>
border-color css
<style>
span { border-color: #A263EC; }
span { border-color: rgb(162,99,236); }
td.TdClassName
{
border-color: #A263EC;
}
.TagClassName
{
border-color: #A263EC;
}
</style>