Shades of Medium Purple #A770FA
Tints of Medium Purple #A770FA
RGB
CMYK
RGB Variations
Color information
#A770FA (or 0xA770FA) is known color: Medium Purple. HEX triplet: A7, 70 and FA. RGB value is (167,112,250). Sum of RGB (Red+Green+Blue) = 167+112+250=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #A770FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A770FA is #588F05. Grayscale: #8F8F8F. Windows color (decimal): -5803782 or 16412839. OLE color: 16412839.
HSL color Cylindrical-coordinate representation of color #A770FA: hue angle of 263.91º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A770FA is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 112 | 250 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.02 |
| HSL | 263.91º | 0.93% | 0.71% | - |
| HSV(B) | 263.91º | 0.55% | 0.98% | - |
| XYZ | 38.99 | 26.71 | 93.54 | - |
| YUV | 144.18 | 187.72 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 250 | 0.33 | 0.55 | 0 | 0.02 | 263.91 | 0.93 | 0.71 |
| Hex | A7 | 70 | FA | 21 | 37 | 0 | 2 | 108 | 5D | 47 |
| Octal | 247 | 160 | 372 | 41 | 67 | 0 | 2 | 410 | 135 | 107 |
| Binary | 10100111 | 1110000 | 11111010 | 100001 | 110111 | 0 | 10 | 100001000 | 1011101 | 1000111 |
Color Harmonies of #A770FA
Complementary color
Monochromatic Colors of #A770FA
Black with #A770FA
Text Example
Text Example
White with #A770FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A770FA; }
p { color: rgb(167,112,250); }
H1.HeaderClassName
{
color: #A770FA;
}
.AnyTagClassName
{
color: #A770FA;
}
</style>
background-color css
<style>
a { background-color: #A770FA; }
a { background-color: rgb(167,112,250); }
div.DivClassName
{
background-color: #A770FA;
}
.BgClassName
{
background-color: #A770FA;
}
</style>
border-color css
<style>
span { border-color: #A770FA; }
span { border-color: rgb(167,112,250); }
td.TdClassName
{
border-color: #A770FA;
}
.TagClassName
{
border-color: #A770FA;
}
</style>