Shades of Medium Purple #A677F2
Tints of Medium Purple #A677F2
RGB
CMYK
RGB Variations
Color information
#A677F2 (or 0xA677F2) is known color: Medium Purple. HEX triplet: A6, 77 and F2. RGB value is (166,119,242). Sum of RGB (Red+Green+Blue) = 166+119+242=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #A677F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A677F2 is #59880D. Grayscale: #929292. Windows color (decimal): -5867534 or 15890342. OLE color: 15890342.
HSL color Cylindrical-coordinate representation of color #A677F2: hue angle of 262.93º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A677F2 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 119 | 242 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.05 |
| HSL | 262.93º | 0.83% | 0.71% | - |
| HSV(B) | 262.93º | 0.51% | 0.95% | - |
| XYZ | 38.35 | 27.71 | 87.33 | - |
| YUV | 147.08 | 181.57 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 242 | 0.31 | 0.51 | 0 | 0.05 | 262.93 | 0.83 | 0.71 |
| Hex | A6 | 77 | F2 | 1F | 33 | 0 | 5 | 107 | 53 | 47 |
| Octal | 246 | 167 | 362 | 37 | 63 | 0 | 5 | 407 | 123 | 107 |
| Binary | 10100110 | 1110111 | 11110010 | 11111 | 110011 | 0 | 101 | 100000111 | 1010011 | 1000111 |
Color Harmonies of #A677F2
Complementary color
Monochromatic Colors of #A677F2
Black with #A677F2
Text Example
Text Example
White with #A677F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677F2; }
p { color: rgb(166,119,242); }
H1.HeaderClassName
{
color: #A677F2;
}
.AnyTagClassName
{
color: #A677F2;
}
</style>
background-color css
<style>
a { background-color: #A677F2; }
a { background-color: rgb(166,119,242); }
div.DivClassName
{
background-color: #A677F2;
}
.BgClassName
{
background-color: #A677F2;
}
</style>
border-color css
<style>
span { border-color: #A677F2; }
span { border-color: rgb(166,119,242); }
td.TdClassName
{
border-color: #A677F2;
}
.TagClassName
{
border-color: #A677F2;
}
</style>