Shades of Medium Purple #A879F2
Tints of Medium Purple #A879F2
RGB
CMYK
RGB Variations
Color information
#A879F2 (or 0xA879F2) is known color: Medium Purple. HEX triplet: A8, 79 and F2. RGB value is (168,121,242). Sum of RGB (Red+Green+Blue) = 168+121+242=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #A879F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A879F2 is #57860D. Grayscale: #949494. Windows color (decimal): -5735950 or 15890856. OLE color: 15890856.
HSL color Cylindrical-coordinate representation of color #A879F2: hue angle of 263.31º 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 #A879F2 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 121 | 242 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.05 |
| HSL | 263.31º | 0.82% | 0.71% | - |
| HSV(B) | 263.31º | 0.5% | 0.95% | - |
| XYZ | 39.01 | 28.41 | 87.43 | - |
| YUV | 148.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 242 | 0.31 | 0.50 | 0 | 0.05 | 263.31 | 0.82 | 0.71 |
| Hex | A8 | 79 | F2 | 1F | 32 | 0 | 5 | 107 | 52 | 47 |
| Octal | 250 | 171 | 362 | 37 | 62 | 0 | 5 | 407 | 122 | 107 |
| Binary | 10101000 | 1111001 | 11110010 | 11111 | 110010 | 0 | 101 | 100000111 | 1010010 | 1000111 |
Color Harmonies of #A879F2
Complementary color
Monochromatic Colors of #A879F2
Black with #A879F2
Text Example
Text Example
White with #A879F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879F2; }
p { color: rgb(168,121,242); }
H1.HeaderClassName
{
color: #A879F2;
}
.AnyTagClassName
{
color: #A879F2;
}
</style>
background-color css
<style>
a { background-color: #A879F2; }
a { background-color: rgb(168,121,242); }
div.DivClassName
{
background-color: #A879F2;
}
.BgClassName
{
background-color: #A879F2;
}
</style>
border-color css
<style>
span { border-color: #A879F2; }
span { border-color: rgb(168,121,242); }
td.TdClassName
{
border-color: #A879F2;
}
.TagClassName
{
border-color: #A879F2;
}
</style>