Shades of Medium Purple #A763FA
Tints of Medium Purple #A763FA
RGB
CMYK
RGB Variations
Color information
#A763FA (or 0xA763FA) is known color: Medium Purple. HEX triplet: A7, 63 and FA. RGB value is (167,99,250). Sum of RGB (Red+Green+Blue) = 167+99+250=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #A763FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A763FA is #589C05. Grayscale: #888888. Windows color (decimal): -5807110 or 16409511. OLE color: 16409511.
HSL color Cylindrical-coordinate representation of color #A763FA: hue angle of 267.02º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A763FA is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 99 | 250 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.02 |
| HSL | 267.02º | 0.94% | 0.68% | - |
| HSV(B) | 267.02º | 0.6% | 0.98% | - |
| XYZ | 37.65 | 24.04 | 93.1 | - |
| YUV | 136.55 | 192.03 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 250 | 0.33 | 0.60 | 0 | 0.02 | 267.02 | 0.94 | 0.68 |
| Hex | A7 | 63 | FA | 21 | 3C | 0 | 2 | 10B | 5E | 44 |
| Octal | 247 | 143 | 372 | 41 | 74 | 0 | 2 | 413 | 136 | 104 |
| Binary | 10100111 | 1100011 | 11111010 | 100001 | 111100 | 0 | 10 | 100001011 | 1011110 | 1000100 |
Color Harmonies of #A763FA
Complementary color
Monochromatic Colors of #A763FA
Black with #A763FA
Text Example
Text Example
White with #A763FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A763FA; }
p { color: rgb(167,99,250); }
H1.HeaderClassName
{
color: #A763FA;
}
.AnyTagClassName
{
color: #A763FA;
}
</style>
background-color css
<style>
a { background-color: #A763FA; }
a { background-color: rgb(167,99,250); }
div.DivClassName
{
background-color: #A763FA;
}
.BgClassName
{
background-color: #A763FA;
}
</style>
border-color css
<style>
span { border-color: #A763FA; }
span { border-color: rgb(167,99,250); }
td.TdClassName
{
border-color: #A763FA;
}
.TagClassName
{
border-color: #A763FA;
}
</style>