Shades of Medium Purple #A763F0
Tints of Medium Purple #A763F0
RGB
CMYK
RGB Variations
Color information
#A763F0 (or 0xA763F0) is known color: Medium Purple. HEX triplet: A7, 63 and F0. RGB value is (167,99,240). Sum of RGB (Red+Green+Blue) = 167+99+240=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #A763F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A763F0 is #589C0F. Grayscale: #868686. Windows color (decimal): -5807120 or 15754151. OLE color: 15754151.
HSL color Cylindrical-coordinate representation of color #A763F0: hue angle of 268.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A763F0 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 99 | 240 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.06 |
| HSL | 268.94º | 0.82% | 0.66% | - |
| HSV(B) | 268.94º | 0.59% | 0.94% | - |
| XYZ | 36.13 | 23.43 | 85.06 | - |
| YUV | 135.41 | 187.03 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 240 | 0.30 | 0.59 | 0 | 0.06 | 268.94 | 0.82 | 0.66 |
| Hex | A7 | 63 | F0 | 1E | 3B | 0 | 6 | 10D | 52 | 42 |
| Octal | 247 | 143 | 360 | 36 | 73 | 0 | 6 | 415 | 122 | 102 |
| Binary | 10100111 | 1100011 | 11110000 | 11110 | 111011 | 0 | 110 | 100001101 | 1010010 | 1000010 |
Color Harmonies of #A763F0
Complementary color
Monochromatic Colors of #A763F0
Black with #A763F0
Text Example
Text Example
White with #A763F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A763F0; }
p { color: rgb(167,99,240); }
H1.HeaderClassName
{
color: #A763F0;
}
.AnyTagClassName
{
color: #A763F0;
}
</style>
background-color css
<style>
a { background-color: #A763F0; }
a { background-color: rgb(167,99,240); }
div.DivClassName
{
background-color: #A763F0;
}
.BgClassName
{
background-color: #A763F0;
}
</style>
border-color css
<style>
span { border-color: #A763F0; }
span { border-color: rgb(167,99,240); }
td.TdClassName
{
border-color: #A763F0;
}
.TagClassName
{
border-color: #A763F0;
}
</style>