Shades of Medium Purple #A963EB
Tints of Medium Purple #A963EB
RGB
CMYK
RGB Variations
Color information
#A963EB (or 0xA963EB) is known color: Medium Purple. HEX triplet: A9, 63 and EB. RGB value is (169,99,235). Sum of RGB (Red+Green+Blue) = 169+99+235=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #A963EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A963EB is #569C14. Grayscale: #868686. Windows color (decimal): -5676053 or 15426473. OLE color: 15426473.
HSL color Cylindrical-coordinate representation of color #A963EB: hue angle of 270.88º 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 #A963EB is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 99 | 235 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.08 |
| HSL | 270.88º | 0.77% | 0.65% | - |
| HSV(B) | 270.88º | 0.58% | 0.92% | - |
| XYZ | 35.82 | 23.36 | 81.22 | - |
| YUV | 135.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 235 | 0.28 | 0.58 | 0 | 0.08 | 270.88 | 0.77 | 0.65 |
| Hex | A9 | 63 | EB | 1C | 3A | 0 | 8 | 10F | 4D | 41 |
| Octal | 251 | 143 | 353 | 34 | 72 | 0 | 10 | 417 | 115 | 101 |
| Binary | 10101001 | 1100011 | 11101011 | 11100 | 111010 | 0 | 1000 | 100001111 | 1001101 | 1000001 |
Color Harmonies of #A963EB
Complementary color
Monochromatic Colors of #A963EB
Black with #A963EB
Text Example
Text Example
White with #A963EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963EB; }
p { color: rgb(169,99,235); }
H1.HeaderClassName
{
color: #A963EB;
}
.AnyTagClassName
{
color: #A963EB;
}
</style>
background-color css
<style>
a { background-color: #A963EB; }
a { background-color: rgb(169,99,235); }
div.DivClassName
{
background-color: #A963EB;
}
.BgClassName
{
background-color: #A963EB;
}
</style>
border-color css
<style>
span { border-color: #A963EB; }
span { border-color: rgb(169,99,235); }
td.TdClassName
{
border-color: #A963EB;
}
.TagClassName
{
border-color: #A963EB;
}
</style>