Shades of Medium Purple #A779F2
Tints of Medium Purple #A779F2
RGB
CMYK
RGB Variations
Color information
#A779F2 (or 0xA779F2) is known color: Medium Purple. HEX triplet: A7, 79 and F2. RGB value is (167,121,242). Sum of RGB (Red+Green+Blue) = 167+121+242=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #A779F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A779F2 is #58860D. Grayscale: #949494. Windows color (decimal): -5801486 or 15890855. OLE color: 15890855.
HSL color Cylindrical-coordinate representation of color #A779F2: hue angle of 262.81º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A779F2 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 121 | 242 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.05 |
| HSL | 262.81º | 0.82% | 0.71% | - |
| HSV(B) | 262.81º | 0.5% | 0.95% | - |
| XYZ | 38.8 | 28.3 | 87.42 | - |
| YUV | 148.55 | 180.74 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 121 | 242 | 0.31 | 0.50 | 0 | 0.05 | 262.81 | 0.82 | 0.71 |
| Hex | A7 | 79 | F2 | 1F | 32 | 0 | 5 | 107 | 52 | 47 |
| Octal | 247 | 171 | 362 | 37 | 62 | 0 | 5 | 407 | 122 | 107 |
| Binary | 10100111 | 1111001 | 11110010 | 11111 | 110010 | 0 | 101 | 100000111 | 1010010 | 1000111 |
Color Harmonies of #A779F2
Complementary color
Monochromatic Colors of #A779F2
Black with #A779F2
Text Example
Text Example
White with #A779F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A779F2; }
p { color: rgb(167,121,242); }
H1.HeaderClassName
{
color: #A779F2;
}
.AnyTagClassName
{
color: #A779F2;
}
</style>
background-color css
<style>
a { background-color: #A779F2; }
a { background-color: rgb(167,121,242); }
div.DivClassName
{
background-color: #A779F2;
}
.BgClassName
{
background-color: #A779F2;
}
</style>
border-color css
<style>
span { border-color: #A779F2; }
span { border-color: rgb(167,121,242); }
td.TdClassName
{
border-color: #A779F2;
}
.TagClassName
{
border-color: #A779F2;
}
</style>