Shades of Medium Purple #A263EB
Tints of Medium Purple #A263EB
RGB
CMYK
RGB Variations
Color information
#A263EB (or 0xA263EB) is known color: Medium Purple. HEX triplet: A2, 63 and EB. RGB value is (162,99,235). Sum of RGB (Red+Green+Blue) = 162+99+235=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #A263EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A263EB is #5D9C14. Grayscale: #848484. Windows color (decimal): -6134805 or 15426466. OLE color: 15426466.
HSL color Cylindrical-coordinate representation of color #A263EB: hue angle of 267.79º 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 #A263EB is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 99 | 235 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.08 |
| HSL | 267.79º | 0.77% | 0.65% | - |
| HSV(B) | 267.79º | 0.58% | 0.92% | - |
| XYZ | 34.36 | 22.6 | 81.15 | - |
| YUV | 133.34 | 185.37 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 235 | 0.31 | 0.58 | 0 | 0.08 | 267.79 | 0.77 | 0.65 |
| Hex | A2 | 63 | EB | 1F | 3A | 0 | 8 | 10C | 4D | 41 |
| Octal | 242 | 143 | 353 | 37 | 72 | 0 | 10 | 414 | 115 | 101 |
| Binary | 10100010 | 1100011 | 11101011 | 11111 | 111010 | 0 | 1000 | 100001100 | 1001101 | 1000001 |
Color Harmonies of #A263EB
Complementary color
Monochromatic Colors of #A263EB
Black with #A263EB
Text Example
Text Example
White with #A263EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263EB; }
p { color: rgb(162,99,235); }
H1.HeaderClassName
{
color: #A263EB;
}
.AnyTagClassName
{
color: #A263EB;
}
</style>
background-color css
<style>
a { background-color: #A263EB; }
a { background-color: rgb(162,99,235); }
div.DivClassName
{
background-color: #A263EB;
}
.BgClassName
{
background-color: #A263EB;
}
</style>
border-color css
<style>
span { border-color: #A263EB; }
span { border-color: rgb(162,99,235); }
td.TdClassName
{
border-color: #A263EB;
}
.TagClassName
{
border-color: #A263EB;
}
</style>