Shades of Medium Purple #A963FB
Tints of Medium Purple #A963FB
RGB
CMYK
RGB Variations
Color information
#A963FB (or 0xA963FB) is known color: Medium Purple. HEX triplet: A9, 63 and FB. RGB value is (169,99,251). Sum of RGB (Red+Green+Blue) = 169+99+251=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #A963FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A963FB is #569C04. Grayscale: #888888. Windows color (decimal): -5676037 or 16475049. OLE color: 16475049.
HSL color Cylindrical-coordinate representation of color #A963FB: hue angle of 267.63º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A963FB is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 99 | 251 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.02 |
| HSL | 267.63º | 0.95% | 0.69% | - |
| HSV(B) | 267.63º | 0.61% | 0.98% | - |
| XYZ | 38.24 | 24.32 | 93.95 | - |
| YUV | 137.26 | 192.19 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 251 | 0.33 | 0.61 | 0 | 0.02 | 267.63 | 0.95 | 0.69 |
| Hex | A9 | 63 | FB | 21 | 3D | 0 | 2 | 10C | 5F | 45 |
| Octal | 251 | 143 | 373 | 41 | 75 | 0 | 2 | 414 | 137 | 105 |
| Binary | 10101001 | 1100011 | 11111011 | 100001 | 111101 | 0 | 10 | 100001100 | 1011111 | 1000101 |
Color Harmonies of #A963FB
Complementary color
Monochromatic Colors of #A963FB
Black with #A963FB
Text Example
Text Example
White with #A963FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963FB; }
p { color: rgb(169,99,251); }
H1.HeaderClassName
{
color: #A963FB;
}
.AnyTagClassName
{
color: #A963FB;
}
</style>
background-color css
<style>
a { background-color: #A963FB; }
a { background-color: rgb(169,99,251); }
div.DivClassName
{
background-color: #A963FB;
}
.BgClassName
{
background-color: #A963FB;
}
</style>
border-color css
<style>
span { border-color: #A963FB; }
span { border-color: rgb(169,99,251); }
td.TdClassName
{
border-color: #A963FB;
}
.TagClassName
{
border-color: #A963FB;
}
</style>